Skip to content
Automation
Command

/guide

Find an installed Octopus command for your task without calling a provider

From plugin
octo
4.1k53 skills49 agents53 commands18 hooks
Install
> /plugin marketplace add nyldn/claude-octopus

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/guide

Context preview

What this command does when you run it.

Find an installed Octopus command for your task without calling a provider

Command definition

guide.md
command: guide
disable-model-invocation: true
description: "Find an installed Octopus command for your task without calling a provider"
allowed-tools: Bash, Read

Command guide

Read the installed catalog and show a suitable next command. Do not start a workflow, probe providers, change settings, or install anything.

Resolve the plugin root from `CLAUDE_PLUGIN_ROOT`, then `CODEX_PLUGIN_ROOT`, then the stable `~/.claude-octopus/plugin` link. Run:

OCTO_ROOT="${CLAUDE_PLUGIN_ROOT:-${CODEX_PLUGIN_ROOT:-${HOME}/.claude-octopus/plugin}}"
bash "$OCTO_ROOT/scripts/orchestrate.sh" guide

For a topic, pass the user's topic as one quoted argument to `guide`. For the full catalog, pass `list`. Do not interpolate untrusted text into shell code. Recommend only commands present in the returned catalog. Show examples with a task, such as `/octo:auto "review the changes in this branch"`.

If the installed catalog cannot be read, report that error and suggest `/octo:setup`. Do not invent commands from memory.

Ships withocto

Every AI model has blind spots. Claude Octopus supports twelve external provider integrations — Codex, Antigravity CLI, Copilot, Qwen, Ollama, Perplexity, OpenRouter, OrcaRouter, OpenCode, Cursor CLI, Grok, and Kimi Code — alongside the built-in Claude Code

Get the whole plugin

Other commands on octo.