← All plugins
daytona
v1.0.0Creates and manages isolated cloud sandboxes (secure code execution environments with dedicated runtimes) on the Daytona platform
Claude Code1 skill
by Daytona12updated 1 week ago
Source
git clone https://github.com/daytona/skillsClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
daytona/
├── .claude-plugin/plugin.json└── skills/daytona/SKILL.md
Skills1
daytonaskills/daytona/SKILL.md
Creates and manages isolated cloud sandboxes (secure code execution environments with dedicated runtimes) on the Daytona platform. Use when a task needs an isolated runtime, sandbox, secure compute, or Daytona SDK/API/CLI operations. Covers Python, TypeScript, Java, Go, and Ruby SDKs.
Manifests1
.claude-plugin/plugin.json
{
"name": "daytona",
"description": "Creates and manages isolated cloud sandboxes (secure code execution environments with dedicated runtimes) on the Daytona platform",
"version": "1.0.0",
"author": {
"name": "Daytona"
},
"repository": "https://github.com/daytona/skills",
"keywords": [
"daytona",
"skill",
"sandbox"
]
}