Skills registry & MCP

Orca CLI commands are distributed as skills — versioned packages an agent can install into its own skill directory.

Install the Orca CLI skill

npx skills add https://github.com/stablyai/orca --skill orca-cli

After install, your agent has a SKILL.md describing every Orca CLI command — worktree, terminal, and browser.

Add your own skills

Any repo with a skills/<name>/SKILL.md file can be installed via npx skills add. Point your agent at internal repos to give it company-specific powers.

MCP servers

Orca supports Model Context Protocol servers for agents that speak it. Register MCP endpoints under Settings → Integrations → MCP. MCP servers show up as tools inside the agent CLI that consume them.