🎯
AI EngineeringTypeScript

Duel Agents

by 2aronS

Duel Agents is an AI Engineering skill for Claude Code, published by 2aronS in Duel-Agents.

817 stars25 forkson 2aronS/Duel-AgentsAdded 2026/08/22Repository updated 2026/06/29
ai-agentsanthropicclaude-codeclicursorduel-agentsllmnpmopenai-compatibleopenclawsdktypescript
Install in seconds
Install Duel Agents
Copy Duel Agents into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/2aronS/Duel-Agents/tree/main/integrations/claude-plugin/skills/duel-agents ~/.claude/skills/duel-agents

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/2aronS/Duel-Agents.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
integrations/claude-plugin/skills/duel-agents/SKILL.md in 2aronS/Duel-Agents
Installs to
~/.claude/skills/duel-agents
Collection
One of 3 skills cataloged from this repository
Category
AI Engineering2451 skills

What Duel Agents does

Duel Agents routes Claude Code LLM requests through duelagents.com/v1 using a Duel API key. Use it to send prompts through multiple models and select responses that pass quality checks at lower cost.

Duel Agents is cataloged under AI Engineering on DirSkills. Duel Agents comes from a repository tagged ai-agents, anthropic, claude-code, cli and cursor.

Documentation

README

Duel Agents

Duel Agents runs your prompts against multiple models and picks the cheapest answer that still passes quality checks. Every request must use your Duel API key. Never substitute a direct Anthropic or OpenAI key.

Setup

  1. Subscribe and create an API key at https://duelagents.com/dashboard/settings
  2. Run: npx @duel-agents/install claude-code
  3. Or set manually in ~/.claude/.env:
ANTHROPIC_BASE_URL=https://duelagents.com/v1
ANTHROPIC_API_KEY=duel_yourprefix_yoursecret
  1. Restart Claude Code

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Duel Agents

  • What else does 2aronS publish alongside Duel Agents?

    Duel Agents is one of 3 skills that DirSkills catalogs from 2aronS/Duel-Agents, the repository it ships in. Its siblings there include Duel Agents and Duel Agents. Each one is a separate skill with its own page in this directory, installs the same way Duel Agents does, and is maintained by 2aronS in that same repository. The rest of the collection is listed on the 2aronS/Duel-Agents page.

  • How does Duel Agents compare to other AI Engineering skills?

    Duel Agents ranks #1569 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Duel Agents against them. Open each page to compare what they document and how they install.