https://github.com/runpod/skills
https://github.com/runpod/skills
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/runpod/skills
- Owner: runpod
- License: apache-2.0
- Created: 2026-02-02T15:17:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-25T15:38:44.000Z (3 months ago)
- Last Synced: 2026-03-26T17:49:30.828Z (3 months ago)
- Size: 56.6 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Runpod Agent Skills
Skills for AI agents to manage GPU workloads on Runpod.
## Available Skills
### flash
Complete knowledge of the runpod-flash framework - SDK, CLI, architecture, deployment, and codebase. Use when working with runpod-flash code, writing `@remote` functions, configuring resources, debugging deployments, or understanding the framework internals.
### runpodctl
Manage GPU pods, serverless endpoints, templates, volumes, and models.
## Installation
```bash
npx skills add runpod/skills
```
Works with Claude Code, Cursor, GitHub Copilot, Windsurf, Cline, and [17+ other AI agents](https://skills.sh/).
## Setup
```bash
runpodctl doctor
```
## Usage
Ask your AI agent:
- "Create a pod with an RTX 4090"
- "List my pods"
- "What GPUs are available?"
- "Show my account balance"
- "Deploy a serverless endpoint"
## URLs
### Pod URLs
Access exposed ports on your pod:
```
https://-.proxy.runpod.net
```
Example: `https://abc123xyz-8888.proxy.runpod.net`
### Serverless URLs
```
https://api.runpod.ai/v2//run # Async request
https://api.runpod.ai/v2//runsync # Sync request
https://api.runpod.ai/v2//health # Health check
https://api.runpod.ai/v2//status/ # Job status
```
## Structure
```
flash/
└── SKILL.md
runpodctl/
└── SKILL.md
```
## License
Apache-2.0