Record your screen or describe a workflow. Provision CLI turns it into a skill you can deploy anywhere.
Record yourself doing the work — every click, URL, and decision gets captured. Provision analyzes the video and extracts a structured, repeatable skill definition.
Don't have a recording? Describe what you want the skill to do and Provision generates the full workflow — steps, tools, and required environment variables.
Publish skills to your team library with version control and changelogs. Deploy to running Provision agents with one command — or install to Claude Code, Cursor, or OpenClaw.
List all your agents, check their status and channels, and see which skills are deployed where — all from the terminal.
provision loginAuthenticate with your Provision accountprovision teachCreate a skill from a screen recording (-v) or description (-d)provision publish <name>Publish a skill to your team libraryprovision deploy <skill>Push a skill to a running agent (-a to target)provision install <name>Install a marketplace skill to your local toolsprovision skills listView all locally saved skillsprovision skills info <name>Show skill details, steps, and requirementsprovision skills edit <name>Modify a skill via AI (-d), video (-v), or editor (-e)provision agentsList your agents and their statusprovision pull <name>Download a skill without installingprovision whoamiShow currently authenticated userOr use npx @provision-ai/cli without installing.