Quick Start (managed)
Get a managed capa project running in a few minutes: one capabilities file, an install that fans out to your providers, and a local server you can check with capa status.
-
Initialize the project
From your project root:
Terminal window capa initThis creates
capabilities.yaml(or.jsonif you choose JSON) and registers the project with the local capa server/database. -
Add a skill
Point at a skill from GitHub (or another supported source):
Terminal window capa add owner/repo@skill-nameOr edit
capabilities.yamlby hand, then continue. Secrets belong in${VarName}placeholders — never paste API keys into the file. -
Install
Terminal window capa installcapa fans out skills, MCP config, rules, hooks, and agents to your configured providers, then starts the capa server (around
localhost:5912). If credentials are needed, the web UI opens so you can fill them in. -
Verify
Check that the server is up:
Terminal window capa statusExercise a tool from the CLI when you have one registered:
Terminal window capa sh <group> <tool> --help
What’s next
Section titled “What’s next”- Read How capa works for the install / server mental model
- Learn managed vs passthrough when you want native files without the capa proxy
- Browse skills and plugins for richer setups