The OpenComputer skill lets AI agents like Claude Code create and manage cloud sandboxes using theDocumentation Index
Fetch the complete documentation index at: https://opensandbox-feat-cf-dev-cutover.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
oc CLI. Instead of writing commands yourself, just describe what you want.
Install
Prerequisites
Theoc CLI must be installed and configured:
Usage
The skill activates automatically when you mention sandboxes or theoc CLI. Just ask naturally:
Create a custom base image:
Create a base image for me that includes a placeholder React app I can use as a starter kit. Checkpoint it so I can spawn copies later.Fork and experiment:
Spawn two sandboxes from my react-starter checkpoint. In the first one, add Tailwind CSS. In the second, add Material UI.Run commands:
Install PostgreSQL in my sandbox and run the test suiteManage state:
Checkpoint my sandbox before I try this migration, so I can roll back if it breaksThe agent handles all the
oc commands under the hood — creating sandboxes, running exec, taking checkpoints, applying patches, and cleaning up.