sys-configure

Redirects configuration requests to the interactive Claude Octopus setup wizard.

Updated Aug 15, 2026
One-click install
npx skills add https://github.com/GongYuanCaiJi/dsh-claude-octopus --skill sys-configure-gongyuancaiji
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sys-configure
Source: https://github.com/GongYuanCaiJi/dsh-claude-octopus/tree/main/.claude/skills/sys-configure
Command: npx skills add https://github.com/GongYuanCaiJi/dsh-claude-octopus --skill sys-configure-gongyuancaiji

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users who want to configure Claude Octopus (providers, API keys, work modes) need a single entry point instead of manually editing configuration files or guessing which command to run. ## Core Features & Use Cases - Setup Redirection: Acts as an alias that forwards any configuration request directly to the /octo:setup interactive wizard. - Provider Configuration: The invoked wizard handles provider installation and authentication, RTK token optimization, work mode selection, and first-run onboarding. - Use Case: When a user says "configure Claude Octopus" or "set up API keys for octopus", this skill triggers the setup wizard so the user completes configuration through guided prompts. ## Quick Start Ask the assistant to configure Claude Octopus or set up octopus providers, and it will launch the interactive setup wizard.

Frequently Asked Questions about sys-configure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Claude Octopus providers?▼

Invoke the configuration skill or run /octo:setup directly. The interactive wizard walks you through provider installation and authentication without manual file editing.

How do I set up API keys for Claude Octopus?▼

API key setup is handled by the /octo:setup wizard, which this skill redirects to. The wizard covers provider auth, RTK token optimization, and work mode selection in one flow.

Does this skill store configuration itself?▼

No. This skill is only an alias that redirects to /octo:setup. All actual configuration logic lives in the setup command, so there is no duplicated setup behavior to maintain.

What happens if the setup command file is missing?▼

The skill reads the setup command definition from the Claude Octopus plugin directory. If that file is unavailable, the redirect cannot proceed and the plugin installation should be verified first.