auto
Smart router - Single entry point with natural language intent detection
[advanced] Activate both careful mode and freeze mode together
> /plugin marketplace add nyldn/claude-octopusHow it fires
How this command gets triggered: by you, by Claude, or both.
/guardContext preview
What this command does when you run it.
[advanced] Activate both careful mode and freeze mode together
command: guard disable-model-invocation: true description: "[advanced] Activate both careful mode and freeze mode together"
When the user invokes `/octo:guard <directory>`, activate both careful mode and freeze mode in a single command.
1. Activate careful mode (destructive command warnings):
_OCTO_SESSION_ID="${CLAUDE_CODE_SESSION_ID:-${CLAUDE_SESSION_ID:-$$}}"
echo "active" > "/tmp/octopus-careful-${_OCTO_SESSION_ID}.txt"2. Activate freeze mode (edit boundary enforcement):
freeze_dir="$(cd "$1" 2>/dev/null && pwd)" || freeze_dir="$1"
_OCTO_SESSION_ID="${CLAUDE_CODE_SESSION_ID:-${CLAUDE_SESSION_ID:-$$}}"
echo "${freeze_dir}" > "/tmp/octopus-freeze-${_OCTO_SESSION_ID}.txt"Guard mode combines both safety primitives:
This is the recommended safety configuration for focused work in sensitive codebases.
/octo:guard src/auth /octo:guard ./packages/core /octo:guard /absolute/path/to/module
After activation, confirm to the user:
๐ก๏ธ Guard mode activated: โ ๏ธ Careful: Destructive commands require confirmation ๐ Freeze: Edits restricted to <resolved-path> Use /octo:unfreeze to remove edit restriction.
If invoked without a directory argument, activate only careful mode and ask about freeze:
โ ๏ธ Careful mode activated (destructive command warnings). Which directory should I restrict edits to? Example: /octo:guard src/auth
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
[advanced] Compatibility view of the deterministic Octopus usage report
Multi-LLM council for advice, decision support, implementation plans, and gated implementation