
stablyai/orca
3 skills5.5k installs13.3k starsGitHub
Install
npx skills add https://github.com/stablyai/orcaSkills in this repo
1Orca Cliorca-cli teaches agents to route work through Orca's control plane: worktree lifecycle, progress comments, terminal I/O for shells and build commands, scheduled automations, repo discovery, and native browser automation inside Orca. Solo and indie builders using Orca as their agent cockpit install it so Claude Code, Cursor, or Codex do not bypass Orca with raw git worktree, ad hoc PTYs, or external Playwright when Orca already owns that state. The skill also clarifies when to pair with orchestration—any write intended for another agent terminal must go through orchestration, while orca-cli handles non-agent terminals and reading or waiting on any terminal. Expect intermediate familiarity with Orca running locally and when tasks touch Orca-managed state rather than generic repositories.2.4kinstalls2OrchestrationOrca orchestration is an agent skill for structured multi-agent coordination inside the Orca IDE runtime: threaded messages, ask/reply, task dispatch, DAG tracking, and coordinator loops. Solo and indie builders shipping multi-step agent workflows use it when coordination state must persist across workers—not for one-off terminal commands, which belong on `orca-cli`. Preconditions include a running runtime (`orca status --json`), `orca` on PATH (`orca-ide` on Linux), and enabling orchestration under Settings > Experimental. The skill documents ownership rules, when to prefer orchestration over lightweight terminal control, and how RPC calls target the live Orca process. It fits builders who decompose work across agents and need gates, escalations, and completion tracking rather than improvised parallel chats.1.8kinstalls3Computer Usecomputer-use teaches agents to operate the desktop through Orca’s computer-use command instead of fragile AppleScript, ad hoc screenshots, or undocumented app internals. Solo builders automating tests, demos, or personal workflows can list applications, fetch structured state, and perform bounded UI actions while keeping sensitive content scoped to what the user requested. JSON mode omits raw screenshot bytes from payloads and writes images to screenshot.path when needed. The skill foregrounds safety: do not push sends, purchases, deletions, or settings changes unless explicitly authorized. Preconditions include verifying runtime with status and capabilities. It is aimed at builders who already run Orca and want a repeatable, documented surface for “read Slack,” “click app,” or “type text” style tasks during agent-assisted development.1.2kinstalls