Use Duel Agents model routing in Cursor. Requires a Duel API key from duelagents.com. Triggers on duel, duel agents, model routing, openclaw.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add 2aronS/Duel-Agents --skill duel-agents --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Duel Agents?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/2arons-duel-agents-duel-agents)More formats (shields.io, HTML) on the badges page.
---
name: duel-agents
description: >-
Use Duel Agents model routing in Cursor. Requires a Duel API key from
duelagents.com. Triggers on duel, duel agents, model routing, openclaw.
---
# 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
```bash
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
```ts
import { DuelClient } from "@duel-agents/sdk";
const duel = new DuelClient({ apiKey: process.env.DUEL_API_KEY! });
```
Docs: https://github.com/2aronS/Duel-Agents
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.