🧭
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/cursor/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/cursor/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 Cursor prompts through Duel’s API using a Duel API key. Use it to override the model base URL in Cursor or connect custom tools with the SDK.

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 (Cursor)

Duel Agents routes IDE prompts through https://duelagents.com/v1 using your Duel API key. You must subscribe and create a key at https://duelagents.com/dashboard/settings.

Quick setup

export DUEL_API_KEY=duel_yourprefix_yoursecret
npx @duel-agents/install cursor
npx @duel-agents/install doctor

Cursor model override

  1. Settings → Models
  2. Enable Override OpenAI Base URL
  3. Base URL: https://duelagents.com/v1
  4. API key: your duel_* key (not an OpenAI key)

SDK for custom tools

import { DuelClient } from "@duel-agents/sdk";

const duel = new DuelClient({ apiKey: process.env.DUEL_API_KEY! });

Docs: https://github.com/2aronS/Duel-Agents

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 #1570 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.