This page covers the most common issues users encounter with Claude Octopus and their solutions.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/nyldn/claude-octopus/llms.txt
Use this file to discover all available pages before exploring further.
Installation problems
Plugin installation fails
Plugin installation fails
/plugin install claude-octopus@nyldn-plugins fails with errorCommon causes:-
Wrong scope: Add
--scope projectif you see “scope not found” -
Marketplace not added: Add the marketplace first
-
Git not installed: Install git and retry
- Network issues: Check internet connection and retry
Setup command not found
Setup command not found
/octo:setup returns “command not found”Cause: Plugin not installed or not activatedSolution:Permission denied on scripts
Permission denied on scripts
bash: ./scripts/orchestrate.sh: Permission deniedCause: Scripts not executableSolution:Node.js version incompatible
Node.js version incompatible
Provider authentication failures
Codex CLI not found
Codex CLI not found
ERROR: Codex CLI not foundCause: Codex CLI not installedSolution:Gemini CLI not found
Gemini CLI not found
ERROR: Gemini CLI not foundCause: Gemini CLI not installedSolution:API key not found
API key not found
ERROR: OPENAI_API_KEY not set or ERROR: GEMINI_API_KEY not setCause: Environment variable not configuredSolution:OAuth authentication expired
OAuth authentication expired
ERROR: Authentication expiredCause: OAuth token expiredSolution:Wrong API key permissions
Wrong API key permissions
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
/octo:* commands not recognized
/octo:* commands not recognized
/octo:embrace, /octo:review, etc.Cause: Plugin not active or skills not loadedSolution:Natural language routing fails
Natural language routing fails
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
Persona not found
Persona not found
ERROR: Persona 'typescript-pro' not foundCause: Persona file missing or persona pack not loadedSolution:Performance issues
Workflow is very slow
Workflow is very slow
/octo:embrace takes 10+ minutesCauses and solutions:-
Multiple providers active: Disable unused providers
-
Large context: Reduce prompt size or use
/octo:quickfor fast iteration -
Network latency: Check provider status
-
Opus model overuse: Switch personas to Sonnet or Haiku
High token usage
High token usage
- Too many Opus personas: Use
inheritor Sonnet models - Parallel multi-AI execution: Disable parallel mode
- Large codebase context: Use
/octo:quickor/octo:defineinstead of full embrace
Agent timeouts
Agent timeouts
ERROR: Agent timed out after 300sCause: Complex prompt or slow providerSolution:Memory usage growing
Memory usage growing
Disk space issues
Disk space issues
ERROR: No space left on deviceCause: Logs and results filling diskSolution:Quality gate failures
Quality score too low
Quality score too low
Quality gate FAILED: score 65/75Cause: Output doesn’t meet quality thresholdSolution:Consensus not reached
Consensus not reached
Consensus gate FAILED: 60% agreement (need 75%)Cause: Providers disagree on approachSolution:Security gate blocks
Security gate blocks
Security gate FAILED: Insufficient OWASP coverageCause: Security audit didn’t find enough vulnerability categoriesSolution:Uninstallation issues
Plugin won't uninstall
Plugin won't uninstall
/plugin uninstall claude-octopus@nyldn-plugins failsSolution:Residual config remains
Residual config remains
Getting more help
If these solutions don’t resolve your issue:-
Run diagnostics:
-
Enable debug mode:
-
Check logs:
-
Report issue with:
- Debug output
- Doctor output
- OS and Node.js version
- Steps to reproduce Submit to: https://github.com/nyldn/claude-octopus/issues
Related documentation
- Debugging guide — Debug mode and logs
- Installation — Installation steps
- Configuration — Environment variables
- Workflows — Understanding workflow phases
