daytona-skills
First-party Daytona Platforms Inc. Skills-only, 176 reference files. Apache-2.0.
Open source Open in the app JSON README (API)
About
First-party Daytona Platforms Inc. Skills-only, 176 reference files. Apache-2.0.
Details
- Kind
- Plugins
- Topic
- No topic detected
- Publisher
- daytona
- Origin
- marketplace
- Category
- ferramentas
- Stars
- 15
- Forks
- 3
- Last push
- 2026-09-03T16:47:24Z
- Repository state
- ativo
- License
- Apache-2.0
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
daytona/skills/daytona-skills
README
# Daytona Skill
An agent skill for creating and running sandboxes on the Daytona platform. Includes references and practical patterns for the Daytona API, CLI, Python, TypeScript, Java, Go, and Ruby SDKs.
## Installation
### Skills
```bash
npx skills add https://github.com/daytona/skills --skill daytona
```
### Claude Code (Plugin)
```bash
claude plugin marketplace add daytona/skills
claude plugin install daytona@daytona --scope user
```
Scope options: `user` (all projects), `project` (shared via git), `local` (gitignored).
### Manual
Clone this repository:
```bash
git clone https://github.com/daytona/skills.git
```
Copy 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/` |
| Windsurf | `~/.windsurf/skills/` |
## Usage
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.
## Structure
```text
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
├── java-sdk/ # Java SDK reference documentation
├── go-sdk/ # Go SDK reference documentation
├── ruby-sdk/ # Ruby SDK reference documentation
└── cli.md # CLI reference documentation
```
## License
This project is licensed under the Apache License 2.0 — see [LICENSE](LICENSE) for details.