Duel Agents

OpenClaw integration for Duel Agents routing. Requires DUEL_API_KEY from duelagents.com dashboard.

2arons ef5a938 862 B Updated

File contents

Duel Agents (OpenClaw)

Route OpenClaw agents through Duel Agents. Telegram, Discord, and other channels keep working. Only the model backend changes.

Install

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

npx @duel-agents/install doctor

2arons/duel-agents/tree/main/integrations/openclaw/skills/duel-agents commit ef5a938903

Frequently asked questions

npx skillmds@latest add 2arons/duel-agents-2