بنقرة واحدة
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>