skills/sandbox0/SKILL.md
Use this skill when an AI agent developer wants to integrate Sandbox0 sandboxes, templates, volumes, credentials, managed agents, CLI, SDKs, or self-hosted deployment. For current API, CLI, SDK, and Managed Agents details, always consult the live Sandbox0 docs.
npx skillsauth add sandbox0-ai/sandbox0 sandbox0Install this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill for Sandbox0 integration guidance for AI agent developers.
For exact API, CLI, SDK, and Managed Agents behavior, read the live docs first:
This skill is intentionally thin. Do not rely on local bundled docs for product details.
Start from Sandbox0 Cloud unless the user explicitly needs self-hosting.
s0:
curl -fsSL https://raw.githubusercontent.com/sandbox0-ai/s0/main/scripts/install.sh | bashirm https://raw.githubusercontent.com/sandbox0-ai/s0/main/scripts/install.ps1 | iexs0 auth login.s0 team list, s0 team create, and s0 team use.export SANDBOX0_TOKEN="$(s0 apikey create --name sdk-quickstart --role developer --expires-in 30d --raw)"export SANDBOX0_BASE_URL="https://api.sandbox0.ai"If the user is only using the interactive s0 CLI, s0 auth login is usually enough and no API key export is required.
Managed Agents uses https://agents.sandbox0.ai. Sandbox, Template, Volume, and Credential APIs use https://api.sandbox0.ai.
REPL + Volume for persistent coding sessions.When reporting issues, include a minimal reproduction and relevant logs, but remove API keys, tokens, kubeconfigs, customer data, private repository URLs, and any other sensitive personal or organizational information.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.