orca-cli
SolidUse the public `orca` CLI to operate Orca-managed worktrees/workspaces, terminals, repos, automations, worktree comments, and the browser embedded inside the Orca app. Use when the user says "$orca-cli", "use orca cli", "Orca worktree/workspace", "child workspace", "spawn codex/claude in a workspace", "read/wait/send Orca terminal", "terminal send", "Orca browser", or "control the browser inside Orca". Prefer this over raw `git worktree`, ad hoc PTYs, Playwright, or Computer Use when the task touches Orca-managed state. Use Computer Use for browser windows, webviews, or desktop UI outside Orca's embedded browser.
Install
Quality Score: 92/100
Skill Content
Details
- Author
- stablyai
- Repository
- stablyai/orca
- Created
- 2 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
orchestration
Use Orca orchestration for structured multi-agent coordination: threaded messages, blocking ask/reply flows, task dispatch, worker_done/escalation waits, task DAGs, decision gates, coordinator loops, or decomposing work across agents. Use `orca-cli` instead for ordinary terminal control, lightweight terminal prompts, shell commands, Orca worktree management, reading or waiting on terminals, and automation of the browser embedded inside Orca. Use Computer Use for browser windows, webviews, Orca app UI, or desktop UI outside Orca's embedded browser.
computer-use
Use Orca's computer-use CLI to inspect and operate local desktop app windows through accessibility trees, screenshots, and safe UI actions. Use for desktop app interaction: list apps/windows, get app state, read visible UI, click controls, type, press keys, scroll, drag, set values, or perform accessibility actions. Also use for browser windows, webviews, Orca app UI, or other desktop UI. Triggers include "computer use", "orca computer", "read Spotify", "read Slack", "control/click/read in a desktop app", and "get app state".
orc
Boot a session into the ORCHESTRATOR role for your repo. Use when the user says 'orc', '/orc', 'be the orchestrator', 'start as orchestrator', 'boot the orchestrator', 'this is the orchestrator session', or opens a session whose job is to take specs written by thinker sessions, write the execution plan, dispatch sub-agents to build it, verify their work, integrate it cleanly, and deploy. The orchestrator is the SINGLE session that touches the real working tree and the only one that commits. It runs on Opus, stays lean and interactive, dispatches Sonnet workers in the background, grades their output with a fresh blind sub-session, deploys and confirms the deploy landed, keeps the git tree + INTENT/architecture/health docs pristine, mirrors the ledger to a harness task list, and hands off to the next orchestrator via a relay baton. Invoke at the START of an orchestrator session.