/setup
Set up Duel Agents routing with your Duel API key
$ npx -y skills add 2aronS/Duel-Agents --agent claude-codeHow it fires
How this command 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
/setup
Context preview
What this command does when you run it.
Set up Duel Agents routing with your Duel API key
Command definition
setup.mddescription: Set up Duel Agents routing with your Duel API key
Duel Agents setup
Walk the user through Duel Agents setup:
1. Confirm they have a Duel API key from https://duelagents.com/dashboard/settings 2. Run `npx @duel-agents/install claude-code` or configure `~/.claude/.env`:
- `ANTHROPIC_BASE_URL=https://duelagents.com/v1`
- `ANTHROPIC_API_KEY=<their duel_* key>`
3. Run `npx @duel-agents/install doctor` to verify connectivity 4. Remind them: **only Duel API keys work**. Do not use raw Anthropic keys with Duel
If they want to build custom tooling, point them to `@duel-agents/sdk`.
Use, extend, and ship with Duel Agents: the IDE-native routing layer that runs prompts against multiple models and picks the cheapest answer that still wins. This repo is the official integration package for duelagents.com.
Repo: 2aronS/Duel-Agents

