Slate CLI
Manage your preproduction workspace from the terminal. Projects, scripts, media, packaging, and research — all without leaving your editor.
curl -fsSL https://useslate.app/api/v1/cli/install | shWhat you can do
Faster media library indexing
Link your Dropbox or Google Drive folders and sync them from the CLI. Semantic search indexes your clips so you can find the right b-roll by describing what you need — directly from the terminal.
Works with OpenClaw
Slate ships as an OpenClaw skill. Delegate content creation tasks — project setup, script drafts, packaging, and research — to your OpenClaw agent.
Install the skill:
cp -r skill/ ~/.openclaw/skills/slateThe skill declares requires.bins: ["slate"], so OpenClaw will detect the CLI automatically once installed. Your agent can then create projects, write scripts, search your media library, and manage packaging — all autonomously.
Getting started
1. Install the CLI with the command above
2. Run slate auth login to authenticate with your Slate account
3. Run slate doctor to verify everything works