OpenClaw integration for Duel Agents routing. Requires DUEL_API_KEY from duelagents.com dashboard.
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-7922e0c4)More formats (shields.io, HTML) on the badges page.
---
name: duel-agents
description: >-
OpenClaw integration for Duel Agents routing. Requires DUEL_API_KEY from
duelagents.com dashboard.
---
# Duel Agents (OpenClaw)
Route OpenClaw agents through Duel Agents. Telegram, Discord, and other channels keep working. Only the **model backend** changes.
## Install
```bash
export DUEL_API_KEY=duel_yourprefix_yoursecret
npx @duel-agents/install openclaw
openclaw config validate
```
Default model after install: `duel/duel-auto`
## Manual config
See `templates/openclaw.duel.json5` in the repo root. Merge into `~/.openclaw/openclaw.json`.
**Important:** Use `${DUEL_API_KEY}` in the provider config and store the actual `DUEL_API_KEY` in `~/.openclaw/.env`, not inside `openclaw.json`. Never paste a raw OpenAI or Anthropic provider key for Duel routing.
## Verify
```bash
npx @duel-agents/install doctor
```
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!