auto
Smart router - Single entry point with natural language intent detection
[advanced] Compatibility view of the deterministic Octopus usage report
> /plugin marketplace add nyldn/claude-octopusHow it fires
How this command gets triggered: by you, by Claude, or both.
/costsContext preview
What this command does when you run it.
[advanced] Compatibility view of the deterministic Octopus usage report
command: costs disable-model-invocation: true description: "[advanced] Compatibility view of the deterministic Octopus usage report" allowed-tools: Bash
For table output, your first output line MUST be `๐ Octopus Cost Dashboard`. For JSON, emit only the helper outputโno banner or commentary.
This v10 compatibility command shows the cost-focused view of `/octo:usage`. It is scheduled for removal in v11.
When the user invokes `/octo:costs`, run the helper once with the Bash tool:
OCTO_ROOT="${CLAUDE_PLUGIN_ROOT:-${HOME}/.claude-octopus/plugin}"
helper="$OCTO_ROOT/scripts/helpers/usage-report.sh"
if [[ ! -x "$helper" ]]; then
echo "ERROR: Claude Octopus usage report helper is unavailable. Run /octo:setup." >&2
exit 1
fi
format="table"
case " $ARGUMENTS " in
*" --format json "*|*" --format=json "*) format="json" ;;
esac
"$helper" --view costs --format "$format"Choose the format before invoking the helper and invoke it exactly once. For JSON, emit only the helper output. The helper owns pricing, session aggregation, provider rows, and the workflow cost breakdown. Do not inspect usage files or calculate rates inside the model response.
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
Repo: nyldn/claude-octopus
Smart router - Single entry point with natural language intent detection
Start a creative thought partner brainstorming session
Switch Octopus model routing to the configured budget tier
[advanced] Activate destructive command warnings for the session
Multi-LLM council for advice, decision support, implementation plans, and gated implementation
AI Debate Hub - Structured debates across Claude and available external providers