An agent skill for creating and running sandboxes on the Daytona platform. Includes references and practical patterns for the Daytona API, CLI, Python, TypeScript, Go, and Ruby SDKs.
claude plugin marketplace add daytona/skills
claude plugin install daytona@daytona --scope userScope options: user (all projects), project (shared via git), local (gitignored).
Clone this repository:
git clone https://github.com/daytona/skills.gitCopy the daytona subdirectory into your agent's skills directory:
| Agent | Skill directory |
|---|---|
| Claude Code | ~/.claude/skills/ |
| Cursor | ~/.cursor/skills/ |
| OpenCode | ~/.config/opencode/skills/ |
| OpenAI Codex | ~/.codex/skills/ |
The agent skill loads automatically when a request involves Daytona platform or sandbox management features. To use it manually, reference the skill directly in your prompt or code.
skills/daytona/
├── SKILL.md # Main entrypoint
└── references/ # Reference directories
├── api/ # API reference documentation
├── platform/ # Platform reference documentation
├── python-sdk/ # Python SDK reference documentation
│ ├── sync/ # Sync Python SDK reference documentation
│ └── async/ # Async Python SDK reference documentation
├── typescript-sdk/ # TypeScript SDK reference documentation
├── go-sdk/ # Go SDK reference documentation
├── ruby-sdk/ # Ruby SDK reference documentation
└── cli.md # CLI reference documentation
This project is licensed under the Apache License 2.0 — see LICENSE for details.