From remote-kernels
This skill should be used when the user asks to "set up remote-kernels", "configure remote kernels", "set up GPU", "configure GPU access", "set up RunPod", "configure cloud GPU", or wants to run code on cloud GPUs for the first time.
How this skill is triggered — by the user, by Claude, or both
Slash command
/remote-kernels:setupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guided configuration for cloud GPU instances with Jupyter kernels via RunPod.
Guided configuration for cloud GPU instances with Jupyter kernels via RunPod.
All available fields with defaults (generated from the MCP server source code):
!`${CLAUDE_PLUGIN_ROOT}/scripts/bootstrap.sh config-template 2>/dev/null || echo "# (binary not cached yet — config-template unavailable)"`
Walk through this interactively with the user using AskUserQuestion. Start by writing the config template to remote-kernels.toml, then go through every area below and edit the file based on their answers. Do not skip any area — even if the user seems experienced, confirm their preferences for each one. Adapt depth to what the user already knows: be brief when they're confident, explore when they have questions.
RUNPOD_API_KEY needed. Check if it's already set. If not, .env.local is the typical place for itgpu-type-ids with fallback optionsrunpod/pytorch works for most ML. Custom images must have Jupyter + SSH; missing prereqs can go in startup-commandsSECURE. COMMUNITY is cheaper but less reliable. Recommend sticking with SECURE unless cost is a priority.claude/settings.json env section as REMOTE_KERNELS_BUDGET (not in remote-kernels.toml, so Claude can't modify it). Incompatible with cleanup=disabledinherit-env forwards vars from the local environment (including .env/.env.local files). The user may also want to set explicit vars in the [env] section.ipynb files. Decide whether to commit them or gitignoreFinish by telling the user to reload the MCP server (run /mcp or restart Claude Code) so the new config takes effect, then offer to try starting a pod for them.
npx claudepluginhub crazytieguy/alignment-hive --plugin remote-kernelsStart here for any Runpod task — running GPU/CPU pods, deploying serverless endpoints, templates, network volumes, building images, or understanding how Runpod works. Routes the request to the right Runpod skill (runpod-mcp, runpodctl, flash, companion-clis, or runpod-usage). Use when it is unclear which Runpod skill applies.
Platform-specific configuration templates and GPU selection guidance for Modal, Lambda Labs, and RunPod cloud platforms.
Deploy, monitor, and debug long GPU jobs on rented/remote instances: teardown/billing safety, spot resilience, resumable checkpointing, OOM/NaN triage.