Skip to content
Development
Command

/setup

Set up Duel Agents routing with your Duel API key

From plugin
duel-agents
8451 skill1 command
Install
$ npx -y skills add 2aronS/Duel-Agents --agent claude-code

How 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.md
description: 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`.

Ships withduel-agents

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.

Get the whole plugin
Stats
845
Stars
25
Forks
Maintained
Maintenance
TypeScript
Language
MIT
License
1mo ago
Last commit
2mo ago
Created

Repo: 2aronS/Duel-Agents