Installation problems
Plugin installation fails
Plugin installation fails
Symptom:
/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
Symptom:
/octo:setup returns “command not found”Cause: Plugin not installed or not activatedSolution:Permission denied on scripts
Permission denied on scripts
Symptom:
bash: ./scripts/orchestrate.sh: Permission deniedCause: Scripts not executableSolution:Node.js version incompatible
Node.js version incompatible
Symptom: MCP server fails with “Node.js version not supported”Cause: Requires Node.js ≥18Solution:
Provider authentication failures
Codex CLI not found
Codex CLI not found
Symptom:
ERROR: Codex CLI not foundCause: Codex CLI not installedSolution:Gemini CLI not found
Gemini CLI not found
Symptom:
ERROR: Gemini CLI not foundCause: Gemini CLI not installedSolution:API key not found
API key not found
Symptom:
ERROR: OPENAI_API_KEY not set or ERROR: GEMINI_API_KEY not setCause: Environment variable not configuredSolution:OAuth authentication expired
OAuth authentication expired
Symptom:
ERROR: Authentication expiredCause: OAuth token expiredSolution:Wrong API key permissions
Wrong API key permissions
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
/octo:* commands not recognized
/octo:* commands not recognized
Symptom: Claude Code doesn’t recognize
/octo:embrace, /octo:review, etc.Cause: Plugin not active or skills not loadedSolution:Natural language routing fails
Natural language routing fails
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
Persona not found
Persona not found
Symptom:
ERROR: Persona 'typescript-pro' not foundCause: Persona file missing or persona pack not loadedSolution:Performance issues
Workflow is very slow
Workflow is very slow
Symptom:
/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
Symptom: Token budget exceeded quicklyCauses:
- 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
Symptom:
ERROR: Agent timed out after 300sCause: Complex prompt or slow providerSolution:Memory usage growing
Memory usage growing
Symptom: System runs out of memory during workflowsCause: Large result files or logs accumulatingSolution:
Disk space issues
Disk space issues
Symptom:
ERROR: No space left on deviceCause: Logs and results filling diskSolution:Quality gate failures
Quality score too low
Quality score too low
Symptom:
Quality gate FAILED: score 65/75Cause: Output doesn’t meet quality thresholdSolution:Consensus not reached
Consensus not reached
Symptom:
Consensus gate FAILED: 60% agreement (need 75%)Cause: Providers disagree on approachSolution:Security gate blocks
Security gate blocks
Symptom:
Security gate FAILED: Insufficient OWASP coverageCause: Security audit didn’t find enough vulnerability categoriesSolution:Uninstallation issues
Plugin won't uninstall
Plugin won't uninstall
Symptom:
/plugin uninstall claude-octopus@nyldn-plugins failsSolution:Residual config remains
Residual config remains
Symptom: Claude Octopus still active after uninstallCause: Workspace config not cleanedSolution:
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
