Agent skill
Install Sandbox SDK guidance in Codex, Claude Code, Cursor, and other coding agents.
Install the skill in your current project with the skills.sh CLI:
npx skills add opencoredev/sandbox-sdk --skill sandbox-sdkThe CLI detects supported coding agents and puts the skill in their project-level skill directories. Add --global if you want it available in every project.
npx skills add opencoredev/sandbox-sdk --skill sandbox-sdk --globalThe skill tells an agent how to choose a provider, clean up sessions, check optional capabilities, and find the right reference page without loading the entire docs site.
Review the skill source before installing it.