auto
Smart router - Single entry point with natural language intent detection
[advanced] Manage the scheduled workflow runner daemon (start/stop/status)
> /plugin marketplace add nyldn/claude-octopusHow it fires
How this command gets triggered: by you, by Claude, or both.
/schedulerContext preview
What this command does when you run it.
[advanced] Manage the scheduled workflow runner daemon (start/stop/status)
command: scheduler disable-model-invocation: true description: "[advanced] Manage the scheduled workflow runner daemon (start/stop/status)" aliases: - sched
Manage the Claude Octopus scheduled workflow runner daemon.
You MUST manage the scheduler only through the installed Octopus scheduler scripts after resolving the plugin root. You are PROHIBITED from:
**Preflight — Ensure plugin root is resolvable (run via Bash tool FIRST):**
OCTO_ROOT="${HOME}/.claude-octopus/plugin"
if [[ ! -x "$OCTO_ROOT/scripts/orchestrate.sh" ]]; then
helper="$OCTO_ROOT/scripts/helpers/ensure-plugin-root.sh"
if [[ ! -x "$helper" ]]; then
helper="$(find "${HOME}/.claude/plugins/cache" "${HOME}/Library/Application Support/Claude" "${LOCALAPPDATA:-/dev/null}/Claude" "${XDG_DATA_HOME:-${HOME}/.local/share}/Claude" -maxdepth 8 -path "*/nyldn-plugins/octo/*/scripts/helpers/ensure-plugin-root.sh" -print -quit 2>/dev/null)"
fi
[[ -x "$helper" ]] && bash "$helper" >/dev/null 2>&1 || true
fi
test -x "$OCTO_ROOT/scripts/orchestrate.sh" && echo "plugin-root:ok" || echo "plugin-root:missing"If the output is `plugin-root:missing`, stop and ask the user to run `/octo:setup`.
${HOME}/.claude-octopus/plugin/scripts/scheduler/octopus-scheduler.sh start
${HOME}/.claude-octopus/plugin/scripts/scheduler/octopus-scheduler.sh stop
${HOME}/.claude-octopus/plugin/scripts/scheduler/octopus-scheduler.sh status
${HOME}/.claude-octopus/plugin/scripts/scheduler/octopus-scheduler.sh emergency-stopThis command supports **natural language**. The user may invoke it with explicit subcommands OR with conversational requests. You MUST interpret intent and map to the correct action.
Map the user's input to one of these actions:
| Intent patterns | Action | |----------------|--------| | "start", "run", "launch", "boot up", "turn on" | `start` | | "stop", "shut down", "turn off", "kill", "halt" | `stop` | | "status", "how is it", "what's running", "check", "is it running", no args | `status` | | "emergency", "panic", "abort", "kill everything", "stop all" | `emergency-stop` |
If the intent is ambiguous, use AskUserQuestion to clarify.
🐙 **CLAUDE OCTOPUS ACTIVATED** - Scheduler Management ⏰ Scheduler: [action description] Providers: 🔵 Claude - Daemon management
Run the appropriate `octopus-scheduler.sh` subcommand and present results.
After `status`, give a human-readable summary:
After `start`, confirm it's running and remind the user to add jobs if none exist.
After `emergency-stop`, explain what happened and how to recover:
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