Install the skill
Run the installer in your terminal:runtime.md tells it which local command to use for the SDK and saved credentials.
See Installation to choose agents explicitly
or install for a single project.
Ask your agent to use a sandbox
Describe the task, the inputs it should use, and what you want to keep. For example:Continue work in another session
Keep the sandbox ID to reconnect to a working environment, or a snapshot ID to restore a saved checkpoint. Give that ID to the agent along with your next task. For parallel experiments, ask the agent to fork the sandbox after setup. Each copy starts from the same state and can be changed independently. See Save, restore, fork.Check results and cleanup
Ask the agent to check command exit codes and collect output before reporting success. A background job starting successfully does not mean it has finished; its logs or completion status need to be checked separately. Delete sandboxes when the task is complete, or explicitly ask to keep one. Save a durable snapshot before deleting an environment you want to restore. Snapshots are managed separately on the console’s Snapshots page. If credentials are missing or rejected, runlithosbox configure in your terminal.
You do not need to paste the key into the agent conversation.
Use MCP tools
If you prefer tools exposed through MCP, include the MCP dependencies when installing:bin/lithosbox path
printed by the installer and use mcp as its argument. That command loads the key
you chose to save. Install and configure LithosBox separately on any other computer
that will run the MCP server.
Make the docs available to your agent
To connect the documentation search server in Claude Code:.md to a page URL. The
documentation index and
full documentation are
available without connecting a tool.
Install skills in an existing Python environment
If you already manage an environment containing the LithosBox SDK, you can install its bundled skill directly:.claude/skills/lithosbox/ in the current project. Use
--dir ~/.agents/skills for Codex user skills or --dir ~/.cursor/skills for Cursor
user skills. This command copies the skill only; follow its setup.md to configure
the runtime and credentials if needed.