shell
$ npx -y skills add nyldn/claude-octopus --agent claude-codeShips with octo. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/octo
Context preview
What this command does when you run it.
[Legacy] Redirects to /octo:auto — the smart router
Stats
Stars3,869
Forks362
LanguageShell
LicenseMIT
Ships with octo
Command definition
octo.md
--- command: octo description: "[Legacy] Redirects to /octo:auto — the smart router" version: 3.0.0 category: workflow tags: [router, legacy, redirect] created: 2025-02-03 updated: 2026-03-18 --- # /octo:octo → /octo:auto (Legacy Redirect) This command has been renamed to `/octo:auto`. Invoking `/octo:octo` still works for backward compatibility. ## EXECUTION CONTRACT (Mandatory) When the user invokes `/octo:octo <query>`, you MUST: 1. Inform the user: "Note: `/octo:octo` has been renamed to `/octo:auto`. Routing your request now." 2. Immediately invoke: `Skill(skill: "octo:auto", args: "<full user query>")` 3. If the routed workflow dispatches multiple providers, surface `${HOME}/.claude-octopus/plugin/scripts/orchestrate.sh agent-summary` before final synthesis when available. Do NOT duplicate the routing logic here — delegate entirely to `/octo:auto`.
