Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:2
forks:0
updated:2026年4月24日 09:52
SKILL.md
Use when working with Daytona SDK - uploadFile(Buffer, path), pnpm setup, CodeLanguage options
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.
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 | sandbox |
| description | Manage Daytona sandboxes for isolated evals, smoke tests, and command execution. |
Manage Daytona sandboxes for isolated command execution.
ralph-town run --json -- pnpx my-pi@latest --help
ralph-town run --repo https://github.com/owner/repo -- pnpm test
ralph-town sandbox create --name <name>
ralph-town sandbox list
ralph-town sandbox ssh <id>
ralph-town sandbox exec <id> <command>
ralph-town sandbox delete <id>
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>"
| Issue | Workaround |
|---|---|
exec returns -1 | Use SSH-backed ralph-town run (upstream#2283) |
| PATH broken in SSH | Use full paths |