smithery/spences10

sandbox

Manage Daytona sandboxes for isolated evals, smoke tests, and command execution.

Installation

$ npx skills add smithery/spences10 --skill sandbox

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/spences10 · top by installs.

npx skills add smithery/spences10

Browse all from smithery/spences10

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,452 B
  • docs SUMMARY.md 74 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Sandbox Skill

Manage Daytona sandboxes for isolated command execution.

Preferred One-Shot Command

ralph-town run --json -- pnpx my-pi@latest --help
ralph-town run --repo https://github.com/owner/repo -- pnpm test

Reusable Sandbox Commands

Create Sandbox

ralph-town sandbox create --name <name>

List Sandboxes

ralph-town sandbox list

Get SSH Access

ralph-town sandbox ssh <id>

Execute Command In Existing Sandbox

ralph-town sandbox exec <id> <command>

Delete Sandbox

ralph-town sandbox delete <id>

SSH Tips

PATH can be limited in SSH sessions. Use full paths when commands are not found:

ssh <token>@ssh.app.daytona.io "export PATH=/usr/bin:/bin:/usr/local/bin:\$PATH && <command>"

Known Issues

Issue Workaround
exec returns -1 Use SSH-backed ralph-town run (upstream#2283)
PATH broken in SSH Use full paths