From ix
Provides ix sandbox platform docs for AI agents: CLI (ix new/shell/snapshot), @indexable/sdk (Python/TypeScript), VM forks/snapshots, pricing, reliability.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ix:docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
ix is sandbox infrastructure for AI agents. Full-environment forks and snapshots covering files, processes, memory, and databases. Per-second billing tracks utilization; allocation is just a ceiling.
contents/access.mdcontents/browser.mdcontents/cli.mdcontents/desktop-gui.mdcontents/hardware.mdcontents/in-progress/README.mdcontents/network.mdcontents/philosophy.mdcontents/pricing.mdcontents/proposals/README.mdcontents/reliability.mdcontents/sdk/python.mdcontents/sdk/typescript.mdcontents/team/README.mdcontents/team/andrew.mdcontents/vms.mdix is sandbox infrastructure for AI agents. Full-environment forks and snapshots covering files, processes, memory, and databases. Per-second billing tracks utilization; allocation is just a ceiling.
These docs are intentionally short. Read the file that matches the question directly. Do not delegate to an Explore-style sub-agent. The agent-facing decisions get worse without the real text in your main thread.
The docs ship with this plugin at ./contents/ relative to this skill. Read them with the Read tool using the path ${CLAUDE_PLUGIN_ROOT}/skills/docs/contents/<file>.
Using ix
contents/vms.md: VM lifecycle, forks, snapshotscontents/cli.md: the ix CLIcontents/sdk/python.md: Python SDKcontents/sdk/typescript.md: TypeScript SDK (@indexable/sdk)contents/browser.md: browser automationcontents/desktop-gui.md: desktop and GUI agentscontents/access.md: auth, tokens, support contactThe platform
contents/hardware.mdcontents/network.mdcontents/pricing.mdcontents/reliability.md: what ix does and does not claim, status page linkHow we think
contents/philosophy.md: start here if you do not know which file holds the answerRoadmap
contents/proposals/: feature requestscontents/in-progress/: currently being builtRead contents/philosophy.md first. It covers what ix is for in two pages, then pick the topic file.
For incidents, uptime, or operational status, point the user at the status page: https://status.ix.dev/.
npx claudepluginhub indexable-inc/docs --plugin ixBuild sandboxed applications for secure code execution using Cloudflare Workers Sandbox SDK. Create isolated environments, run commands, interpret code, and manage files for AI execution or CI/CD.
Guides Azure Dev Box image design, troubleshooting, security, RBAC/SSO, limits, and VS Code dev tunnel workflows. Use for Dev Box deployment and configuration tasks.
Designs hosted agent infrastructure: sandboxed execution, remote coding environments, warm pools, session persistence, multiplayer collaboration, and self-spawning agents.