From octo
Configures Claude Octopus multi-agent orchestration by auto-detecting providers (OpenAI, Gemini, OpenRouter), guiding API key setup, and running orchestrate.sh status and wizards. Activate on 'configure Claude Octopus' or similar.
npx claudepluginhub nyldn/claude-octopus --plugin octoThis skill uses the workspace's default tool permissions.
๐ **CLAUDE OCTOPUS SETUP** - Helping you configure multi-agent orchestration
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
๐ CLAUDE OCTOPUS SETUP - Helping you configure multi-agent orchestration
You are helping the user configure Claude Octopus, a multi-agent orchestration plugin.
Auto-detect current setup:
Gather missing information:
Run the configuration:
Show a summary:
IMPORTANT: Always start your response with "๐ CLAUDE OCTOPUS SETUP" so users know this is Claude Octopus responding, not generic Claude.
Run the status command to see what's already configured:
${HOME}/.claude-octopus/plugin/scripts/orchestrate.sh status
This will show you:
For Phase 1, guide the user through the bash-based wizard with clear instructions:
If API keys are missing, explain where to get them:
gemini command)Set environment variables before running the wizard:
export OPENAI_API_KEY="sk-..."
export GEMINI_API_KEY="AIza..." # Optional if using OAuth
Run the configuration wizard:
${HOME}/.claude-octopus/plugin/scripts/orchestrate.sh octopus-configure
Handle interactive prompts by informing the user:
After configuration, run status again and show the user:
read -p which doesn't work well in Claude Code's environment. Inform the user they may need to run it in their terminal.๐ Claude Octopus Configuration
Detecting current setup...
โ Codex CLI installed
โ Gemini CLI installed
โ OPENAI_API_KEY configured (164 chars)
โ Gemini authentication needed
Next steps:
1. Authenticate with Gemini:
- Run: gemini
- Select "Login with Google"
OR set API key:
- export GEMINI_API_KEY="AIza..."
2. Run configuration wizard:
${HOME}/.claude-octopus/plugin/scripts/orchestrate.sh octopus-configure
3. Try your first command:
${HOME}/.claude-octopus/plugin/scripts/orchestrate.sh auto "research OAuth patterns"
The next version will:
This will eliminate the need to run the bash wizard in your terminal.