{
  "markdown": "# Daytona Skill\n\nAn 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.\n\n## Installation\n\n### Skills\n\n```bash\nnpx skills add https://github.com/daytona/skills --skill daytona\n```\n\n### Claude Code (Plugin)\n\n```bash\nclaude plugin marketplace add daytona/skills\nclaude plugin install daytona@daytona --scope user\n```\n\nScope options: `user` (all projects), `project` (shared via git), `local` (gitignored).\n\n### Manual\n\nClone this repository:\n\n```bash\ngit clone https://github.com/daytona/skills.git\n```\n\nCopy the `daytona` subdirectory into your agent's `skills` directory:\n\n| Agent        | Skill directory              |\n| :----------- | :--------------------------- |\n| Claude Code  | `~/.claude/skills/`          |\n| Cursor       | `~/.cursor/skills/`          |\n| OpenCode     | `~/.config/opencode/skills/` |\n| OpenAI Codex | `~/.codex/skills/`           |\n| Windsurf     | `~/.windsurf/skills/`        |\n\n## Usage\n\nThe 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.\n\n## Structure\n\n```text\nskills/daytona/\n├── SKILL.md                # Main entrypoint\n└── references/             # Reference directories\n    ├── api/                # API reference documentation\n    ├── platform/           # Platform reference documentation\n    ├── python-sdk/         # Python SDK reference documentation\n    │   ├── sync/           # Sync Python SDK reference documentation\n    │   └── async/          # Async Python SDK reference documentation\n    ├── typescript-sdk/     # TypeScript SDK reference documentation\n    ├── java-sdk/           # Java SDK reference documentation\n    ├── go-sdk/             # Go SDK reference documentation\n    ├── ruby-sdk/           # Ruby SDK reference documentation\n    └── cli.md              # CLI reference documentation\n```\n\n## License\n\nThis project is licensed under the Apache License 2.0 — see [LICENSE](LICENSE) for details.\n",
  "bytes": 2122,
  "sha": "8427d22fbbe9e4ec1e41258950cea444fc09aad0ec4e59bbbccebec4fb4a75e1",
  "repo_slug": "daytona/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_daytona_skills_daytona_e0410d54/readme"
}