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
MANDATORY prerequisite — load this skill BEFORE every `generate_diagram` tool call. NEVER call `generate_diagram` directly without loading this skill first. Trigger whenever the user asks to create, generate, draw, render, sketch, or build a diagram — flowchart, architecture diagram, sequence diagram, ERD or entity-relationship diagram, state diagram or state machine, gantt chart, or timeline. Also trigger when the user mentions Mermaid syntax or wants a system architecture, decision tree, dependency graph, API call flow, auth handshake, schema, or pipeline visualized in FigJam. Routes to type-specific guidance, sets universal Mermaid constraints, and tells you when to use a different diagram type or skip the tool entirely (mindmaps, pie charts, class diagrams, etc.).
development
DEFAULT PIPELINE for all tasks requiring execution. You (Claude) are the strategic orchestrator. Codex agents are your implementation army - hyper-focused coding specialists. Trigger on ANY task involving code, file modifications, codebase research, multi-step work, or implementation. This is NOT optional - Codex agents are the default for all execution work. Only skip if the user explicitly asks you to do something yourself.
development
This skill should be used when the user asks to analyze a UI screen recording and map interaction states into Figma. Trigger for requests such as "put video frames in Figma", "extract states from my recording", "map interactions from video to Figma", "analyze this screen recording", "create a storyboard from my video", "deconstruct this interaction in Figma", "annotate the UI states in my recording", or "pull the key moments from this video into Figma". Also trigger when the user references a video file (.mp4, .mov, .webm, .avi) together with Figma, design review, interaction analysis, prototypes, or UI states. The skill extracts key visual moments from a video, infers interaction triggers, and builds an annotated Figma Design storyboard using native Figma annotations and uploaded screenshot assets.
development
Generate a FigJam project plan board from a PRD plus codebase context. Interactive flow: research → propose sections → per-section deep research → per-section content + block-shape proposal → create FigJam → skeleton → fill → diagrams → wrap. Each content block (section, nested section, intro callout, table, multi-column text, sticky column, diagram section, metadata strip) has its own subskill reference file. Use when the user asks for 'project plan in FigJam', 'interactive project plan', '/generate-project-plan', or provides a PRD and wants per-section confirmation on content + rendering.