Skip to main content
ClaudeWave
Skill4.1k estrellas del repoactualizado today

sys-configure

Configure Claude Octopus — redirects to /octo:setup interactive wizard

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/nyldn/claude-octopus /tmp/sys-configure && cp -r /tmp/sys-configure/.claude/skills/sys-configure ~/.claude/skills/sys-configure
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Configuration → Setup Redirect

This skill is an alias for `/octo:setup`. When triggered, invoke the setup command directly.

**Action:** Run `/octo:setup` — the interactive setup wizard handles all configuration:
- Provider installation and auth
- RTK token optimization
- Work mode selection
- First-run onboarding

Do NOT duplicate setup logic here. Read
`${HOME}/.claude-octopus/plugin/commands/setup.md` and follow it only because
the user explicitly invoked this configuration skill.