Quick start
Install the skills with a single command that works with every agent:Getting started
There are no commands to memorize: describe what you want, and the router picks the right skill (prompting you if something like an API key is still missing). Confirm it’s wired up by asking:- “List my Runpod endpoints”
What’s included
The plugin installs a router and a set of focused skills:
The plugin also includes a collection of worked, end-to-end reference tasks, such as deploying a Whisper endpoint or running a model on a Pod, that guide your agent through common workflows.
What you can do
Once installed, you can ask your agent to perform tasks like the following:Migrate an existing integration
If you already have an integration built on the GraphQL API or REST v1, the/runpod:migrate command moves it to REST v2. It inventories which API version each part of your code uses, then rewrites the call sites, flags breaking changes, and verifies the result. It migrates one file at a time, with one commit per file.
Because it edits and commits your code as it goes, run it on a feature branch and review each commit before you merge or deploy.
The command takes an optional scope and path:
scope defaults to all, which covers both REST v1 and GraphQL. Use rest to target REST v1 only, or graphql to target GraphQL only. path defaults to the current directory. For example, to migrate only the REST v1 code under src/:
Native install options
Thenpx skills add command above works everywhere. If you’d rather install the plugin through your agent’s native marketplace, use the route for your agent below. Each route installs the same router and skills.
Claude Code
Add the marketplace, install the plugin, then reload:/mcp, select runpod, and choose Sign in with Runpod.
Codex
codex /plugins, open the Runpod tab, and install (reload if prompted). If the Runpod MCP tools don’t appear, add the hosted server manually:
Gemini
Gemini can install the plugin natively through the bundledgemini-extension.json. Follow your client’s extension documentation to add it.
Connecting the MCP server on other agents
The hosted Runpod MCP server gives your agent structured control-plane tools for managing Pods, endpoints, and other resources. Claude Code sets it up automatically during a native install. On other agents, run the guided installer, which detects your agent and configures the connection:Update and uninstall
To update the plugin to the latest version:/reload-plugins after updating.
To uninstall:
/plugin marketplace list (Claude Code), codex plugin marketplace list (Codex), or npx skills list (skills.sh), then use the name shown.
Learn more
Runpod skills repository
Source code and full skill definitions.
skills.sh
The skills platform with the full list of compatible AI agents.
Runpod CLI reference
Full runpodctl documentation.
MCP servers
Another way to integrate AI tools with Runpod.