schema0-cli

Installation
SKILL.md

Sandbox Commands

The codebase lives on a remote sandbox. All file operations and shell commands go through schema0 sandbox exec. Deployment uses schema0 sandbox deploy.

Command Summary

Command Purpose
schema0 sandbox exec "<cmd>" Run a shell command on the remote sandbox
schema0 sandbox read <path> Read a file from the sandbox
schema0 sandbox write <path> Write a file to the sandbox
schema0 sandbox ls [path] [-L <depth>] List directory tree (respects .gitignore)
schema0 sandbox grep <pattern> [--path ..] Search file contents on the sandbox
schema0 sandbox deploy Build and deploy the application
schema0 version list List all versions
schema0 version preview <hash> Create preview from dev deployment
schema0 version deploy <hash> Promote preview to production
schema0 whoami Verify authentication
schema0 secrets list/set/delete Manage secrets
Related skills
Installs
17
Repository
schema0/skills
First Seen
Apr 16, 2026