ワンクリックで
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>