Loading...
Loading...
Use the Orca CLI to orchestrate worktrees and live terminals through a running Orca editor. Use when an agent needs to create, inspect, update, or remove Orca worktrees; inspect repo state known to Orca; or read, send to, wait on, or stop Orca-managed terminals. Triggers include "use orca cli", "manage Orca worktrees", "read Orca terminal", "reply to Claude Code in Orca", "create a worktree in Orca", or any task where the agent should operate through Orca instead of talking to git worktrees and terminal processes directly.
npx skill4agent add stablyai/orca orca-cligitorcaorcaorcaorca openorcacommand -v orcaorca status --jsoncommand -v orca
orca status --jsonorcaorca status --jsonorca open --json
orca status --jsonorca worktree ps --json
orca terminal list --jsonworktree create/set/rmterminal read/send/wait/stoporca repo list --json
orca repo show --repo id:<repoId> --json
orca repo add --path /abs/repo --json
orca repo set-base-ref --repo id:<repoId> --ref origin/main --json
orca repo search-refs --repo id:<repoId> --query main --limit 10 --jsonorca worktree list --repo id:<repoId> --json
orca worktree ps --json
orca worktree show --worktree id:<worktreeId> --json
orca worktree create --repo id:<repoId> --name my-task --issue 123 --comment "seed" --json
orca worktree set --worktree id:<worktreeId> --display-name "My Task" --json
orca worktree rm --worktree id:<worktreeId> --force --jsonid:<worktree-id>path:<absolute-path>branch:<branch-name>issue:<number>orca terminal list --worktree id:<worktreeId> --json
orca terminal show --terminal <handle> --json
orca terminal read --terminal <handle> --json
orca terminal send --terminal <handle> --text "continue" --enter --json
orca terminal wait --terminal <handle> --for exit --timeout-ms 5000 --json
orca terminal stop --worktree id:<worktreeId> --jsonterminal_handle_staleterminal listorca worktree ...git worktree ...--jsonworktree psterminal listterminal readterminal sendterminal wait --for exitorcasrc/clinode out/cli/index.jsorcaorcaterminal wait--for exitorcadocs/orca-cli-focused-v1-status.mddocs/orca-cli-v1-spec.mddocs/orca-runtime-layer-design.md