daytona-integration
✓Daytona SDK integration for sandbox lifecycle management. Use when working with SandboxManager, creating/destroying sandboxes, executing commands in sandboxes, or transferring files between sandboxes and local filesystem.
Installation
SKILL.md
| apiKey | string | No | API key authentication | | apiUrl | string | No | API endpoint (default: https://app.daytona.io/api) | | jwtToken | string | No | JWT authentication (requires organizationId) | | organizationId | string | No | Required when using JWT | | target | string | No | Sandbox location preference |
| language | 'python' \| 'typescript' \| 'javascript' | 'python' | Runtime language | | envVars | Record | {} | Environment variables | | autoStopInterval | number | 15 | Idle minutes before stop | | autoArchiveInterval | number | 10080 | Minutes before archive | | autoDeleteInterval | number | - | Minutes before deletion |
| labels | Record | - | Metadata tags | | ephemeral | boolean | false | Auto-cleanup on stop | | volumes | VolumeMount[] | - | Volume mounts | | image | string \| Image | - | Custom Docker image | | resources | Resources | - | CPU/memory/disk allocation | | snapshot | string | - | Create from snapshot ID |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/seanchiuai/multishot --skill daytona-integration- Source
- seanchiuai/multishot
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is daytona-integration?
Daytona SDK integration for sandbox lifecycle management. Use when working with SandboxManager, creating/destroying sandboxes, executing commands in sandboxes, or transferring files between sandboxes and local filesystem. Source: seanchiuai/multishot.
How do I install daytona-integration?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/seanchiuai/multishot --skill daytona-integration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/seanchiuai/multishot
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01