Execute any dependency-requiring task inside ephemeral containers (podman/docker) with automatic cleanup. Use for Python scripts (pip packages), SQLite/DuckDB local DB, PostgreSQL/MySQL connections, or any tool requiring system packages. Container is pulled, used, and removed — nothing stays on host. Do NOT use for simple shell commands with no external dependencies (use just-bash instead).
$npx -y skills add berrzebb/soulflow-orchestrator --skill sandboxInstalls into the current project.
Run `npx skills use "https://github.com/berrzebb/soulflow-orchestrator" --skill "berrzebb/soulflow-orchestrator/sandbox"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/berrzebb/soulflow-orchestrator" that are relevant to the current task. Run `npx skills add "https://github.com/berrzebb/soulflow-orchestrator"` and select the relevant skills, then follow their instructions.