원클릭으로
daytona-sdk
Use when working with Daytona SDK - uploadFile(Buffer, path), pnpm setup, CodeLanguage options
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when working with Daytona SDK - uploadFile(Buffer, path), pnpm setup, CodeLanguage options
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Daytona sandbox security. Use for token handling, credential boundaries, and full paths in SSH.
Prepare reusable Daytona sandbox sessions for isolated evals, debugging, or manual command execution.
Manage Daytona sandboxes for isolated evals, smoke tests, and command execution.
Generate sandbox-scoped task prompts for any LLM or tool runner working inside Daytona sandboxes.
Troubleshoot Daytona sandbox runs, SSH access, snapshots, credentials, and command execution failures.
Use for reusable Daytona sandbox workflows, SSH access, git setup, and isolated command execution.
| name | daytona-sdk |
| description | Use when working with Daytona SDK - uploadFile(Buffer, path), pnpm setup, CodeLanguage options |
// uploadFile: (content: Buffer, destination: string)
await sandbox.fs.uploadFile(
Buffer.from(code),
'/home/daytona/app.ts',
);
(Buffer, path) not (path, content) - reversedpython, typescript, javascriptgh search issues --repo daytonaio/daytona <query>