plugins/cache/nyldn-plugins/octo/9.30.0/skills/sys-configure/SKILL.md
Configure Claude Octopus providers and preferences. Use when: Use this skill when the user wants to "configure Claude Octopus", "setup octopus",. "configure providers", "set up API keys for octopus", or mentions octopus configuration.
npx skillsauth add moliboy5000/.claude sys-configureInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
🐙 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.
tools
Zero-context implementation plans with bite-sized tasks. Use when: Use when you have a spec or requirements for a multi-step task.. Auto-invoke when user says "plan how to implement X", "create implementation plan", . "break down this feature into tasks".
content-media
Process screenshot-based UI/UX feedback to fix visual issues. Use when: AUTOMATICALLY ACTIVATE when user provides visual feedback:. "[Image X] The /settings should be Y". "[Image X] these button styles need to be fixed"
testing
Verify claims with actual evidence before declaring success — use to prevent false completion. Use when: Use when about to claim work is complete, fixed, or passing.. Auto-invoke before: commits, PRs, task completion, moving to next task.. ALWAYS use before expressing satisfaction ("Done!", "Fixed!", "All passing!").
data-ai
Brainstorm creatively with pattern spotting and paradox hunting — use for ideation and exploration. Use when: Use PROACTIVELY when user wants to:. "brainstorm", "think through this with me". "help me explore ideas", "creative session"