Skip to main content
This page covers the most common issues users encounter with Claude Octopus and their solutions.

Installation problems

Symptom: /plugin install claude-octopus@nyldn-plugins fails with errorCommon causes:
  1. Wrong scope: Add --scope project if you see “scope not found”
  2. Marketplace not added: Add the marketplace first
  3. Git not installed: Install git and retry
  4. Network issues: Check internet connection and retry
Symptom: /octo:setup returns “command not found”Cause: Plugin not installed or not activatedSolution:
Symptom: bash: ./scripts/orchestrate.sh: Permission deniedCause: Scripts not executableSolution:
Symptom: MCP server fails with “Node.js version not supported”Cause: Requires Node.js ≥18Solution:

Provider authentication failures

Symptom: ERROR: Codex CLI not foundCause: Codex CLI not installedSolution:
Symptom: ERROR: Gemini CLI not foundCause: Gemini CLI not installedSolution:
Symptom: ERROR: OPENAI_API_KEY not set or ERROR: GEMINI_API_KEY not setCause: Environment variable not configuredSolution:
Prefer OAuth authentication (codex login, gemini login) over API keys for better security.
Symptom: ERROR: Authentication expiredCause: OAuth token expiredSolution:
Symptom: ERROR: Insufficient permissionsCause: API key lacks required scopesSolution:
  • OpenAI: Ensure key has “Model capabilities” enabled
  • Google AI: Ensure key has “Gemini API” enabled
  • Regenerate key with correct permissions in provider console

Command not found errors

Symptom: Claude Code doesn’t recognize /octo:embrace, /octo:review, etc.Cause: Plugin not active or skills not loadedSolution:
Symptom: octo research topic doesn’t route to /octo:discoverCause: Smart router not recognizing intentSolution:
  • Use explicit command: /octo:discover topic
  • Add more context: octo research OAuth patterns in depth
  • Check router config: cat ~/.claude-octopus/config/router.json
Symptom: ERROR: Persona 'typescript-pro' not foundCause: Persona file missing or persona pack not loadedSolution:

Performance issues

Symptom: /octo:embrace takes 10+ minutesCauses and solutions:
  1. Multiple providers active: Disable unused providers
  2. Large context: Reduce prompt size or use /octo:quick for fast iteration
  3. Network latency: Check provider status
  4. Opus model overuse: Switch personas to Sonnet or Haiku
Symptom: Token budget exceeded quicklyCauses:
  1. Too many Opus personas: Use inherit or Sonnet models
  2. Parallel multi-AI execution: Disable parallel mode
  3. Large codebase context: Use /octo:quick or /octo:define instead of full embrace
Monitor usage:
Symptom: ERROR: Agent timed out after 300sCause: Complex prompt or slow providerSolution:
Symptom: System runs out of memory during workflowsCause: Large result files or logs accumulatingSolution:
Symptom: ERROR: No space left on deviceCause: Logs and results filling diskSolution:

Quality gate failures

Symptom: Quality gate FAILED: score 65/75Cause: Output doesn’t meet quality thresholdSolution:
Symptom: Consensus gate FAILED: 60% agreement (need 75%)Cause: Providers disagree on approachSolution:
Symptom: Security gate FAILED: Insufficient OWASP coverageCause: Security audit didn’t find enough vulnerability categoriesSolution:

Uninstallation issues

Symptom: /plugin uninstall claude-octopus@nyldn-plugins failsSolution:
Symptom: Claude Octopus still active after uninstallCause: Workspace config not cleanedSolution:

Getting more help

If these solutions don’t resolve your issue:
  1. Run diagnostics:
  2. Enable debug mode:
  3. Check logs:
  4. Report issue with: