By jiviny
Run, manage, and inspect code in Daytona secure elastic sandboxes via the Daytona Python/TypeScript SDK (preferred), the daytona CLI, or the bundled daytona-mcp tools. Teaches the full lifecycle: create, execute, sessions, git, files, snapshots, volumes, preview links, and cleanup.
A Claude Agent Skill
that teaches Claude how to drive Daytona — secure, elastic sandboxes for running AI-generated
code. It is the procedural-knowledge layer that sits on top of Daytona's existing connectivity
(the Python/TypeScript SDK, the daytona CLI, and the daytona-mcp server).
The Daytona MCP server is the connection — 12 thin, stateless tools over Daytona's API.
A Skill is the know-how: when to spin up a sandbox, how to chain a build when exec is
stateless, when to snapshot, how to expose a preview, and to always clean up. They're
complementary layers, per Anthropic's own guidance:
"If you're explaining how to do something, that's a skill. If you need Claude to access something, that's MCP."
The Skill also drives the Python SDK, which is a strict superset of the MCP's 12 tools
(sessions, code_run, snapshots, volumes, full git, rich filesystem, lifecycle, computer-use,
LSP), and it costs ~100 tokens of context when idle versus a dozen tool schemas loaded into
every conversation. See skills/daytona-sandbox/reference/sdk-vs-mcp.md
for the full map.
A short launch post, "Skills vs MCPs," lives in blog/ (source · compiled PDF). Its central diagram — the "capability cake," where MCP and Skills are different layers, not competitors — is available standalone in blog/diagram/ (TikZ source + PDF + PNG):

.
├── .claude-plugin/
│ └── marketplace.json # plugin registry (publish this repo as a marketplace)
└── skills/
└── daytona-sandbox/
├── SKILL.md # entrypoint: overview + lifecycle playbook + links
├── LICENSE.txt
├── reference/ # loaded on demand (progressive disclosure)
│ ├── sandboxes.md # create / configure / snapshot / volumes / destroy
│ ├── exec.md # commands, code_run, sessions, env, git
│ ├── files.md # filesystem operations
│ ├── preview.md # preview links
│ └── sdk-vs-mcp.md # what the MCP covers vs the SDK superset
├── examples/
│ ├── run-python.md
│ └── clone-and-test.md
└── scripts/ # executed via bash; code never enters context
├── healthcheck.py # verify DAYTONA_API_KEY + connectivity
└── run_in_sandbox.py # deterministic create -> run -> destroy helper
DAYTONA_API_KEY in the environment (get one at https://app.daytona.io),
or run daytona login.pip install daytona./plugin marketplace add daytonaio/claude-skills # this repo
/plugin install daytona-sandbox@daytona-skills
Copy or symlink the skill into a skills directory Claude Code reads:
# project-scoped (this repo only):
mkdir -p .claude/skills && cp -r skills/daytona-sandbox .claude/skills/
# or personal (all projects):
cp -r skills/daytona-sandbox ~/.claude/skills/
Then verify it's picked up with /skills, or invoke directly with /daytona-sandbox.
skills/daytona-sandbox folder and upload via Settings → Capabilities → Skills./v1/skills endpoints (workspace-wide).Note: Skills don't sync across surfaces — install on each surface you use. Bundled scripts need a code-execution environment with network access (Claude Code has it; the bare Claude API surface does not — there, use the
daytona-mcpserver instead).
python3 skills/daytona-sandbox/scripts/healthcheck.py
Apache-2.0. See skills/daytona-sandbox/LICENSE.txt.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub jiviny/daytona-skill --plugin daytona-sandboxHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques