/sys-configure
Configure Claude Octopus — redirects to /octo:setup interactive wizard
One skill from octo.
shell
$ npx -y skills add nyldn/claude-octopus --skill sys-configure --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/sys-configure
Context preview
The summary Claude sees to decide when to auto-load this skill.
Configure Claude Octopus — redirects to /octo:setup interactive wizard
Stats
Stars3,869
Forks362
LanguageShell
LicenseMIT
Ships with octo
SKILL.md
sys-configure.SKILL.md
--- name: sys-configure effort: low user-invocable: true aliases: - config - configure description: Configure Claude Octopus — redirects to /octo:setup interactive wizard trigger: | 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. --- # 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. Just invoke the setup skill.
