Claude Skill
2aronS/Duel-Agents
Duel Agents offers a CLI, TypeScript SDK, and IDE plugins for building AI agents. Supports Anthropic Claude, OpenAI-compatible APIs, and integrates with Cursor and Claude Code.
Overview
Repository
Install this Skill
npx @duel-agents/install allRegistry
npx @duel-agents/install allnpx @duel-agents/install doctorgit clone https://github.com/2aronS/Duel-Agents.gitnpx @duel-agents/install claude-codenpx @duel-agents/install openclaw
Summary
Duel Agents provides a CLI, SDK, and IDE plugins for building and managing AI agents. It supports Anthropic Claude, OpenAI-compatible APIs, and integrates with tools like Cursor and Claude Code.
Duel Agents 的 CLI、SDK 和 IDE 插件
Key features
- CLI for agent lifecycle management
- TypeScript SDK for custom agent development
- IDE plugins for Cursor and Claude Code
- OpenAI-compatible API support
- Built-in agent orchestration (Duel Agents)
Use cases
- Rapid prototyping of AI agents in CLI
- Integrating agent workflows into IDEs
- Building multi-agent systems with orchestration
- Custom SDK development for agent-based apps
README excerpt
# Duel Agents <img width="1344" height="576" alt="banner" src="https://github.com/user-attachments/assets/24e6abbe-1c7b-41cb-9d1c-a971c9a93534" /> **Use, extend, and ship with Duel Agents**: the IDE-native routing layer that runs prompts against multiple models and picks the cheapest answer that still wins. This repo is the official integration package for [duelagents.com](https://duelagents.com). ## Star History <a href="https://www.star-history.com/?repos=2aronS%2FDuel-Agents&type=date&legend=top-left"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=2aronS/Duel-Agents&type=date&theme=dark&legend=top-left" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=2aronS/Duel-Agents&type=date&legend=top-left" /> <img alt="Star History Chart" src="https://api.star-history.com/chart?repos=2aronS/Duel-Agents&type=date&legend=top-left" /> </picture> </a> ## Requirements Every tool in this repo routes LLM traffic through **`https://duelagents.com/v1`** with a **Duel API key** (`duel_<prefix>_<secret>`). You cannot use raw Anthropic or OpenAI keys with these integrations. Get a key from the dashboard: **https://duelagents.com/dashboard/settings** (subscribe → create API key) ## Quick start ```bash # 1. Get your key from the dashboard, then: export DUEL_API_KEY=duel_yourprefix_yoursecret # 2. Install for your tools npx @duel-agents/install all # 3. Verify npx @duel-agents/install doctor ``` ## Install per tool | Tool | Command | |------|---------| | Claude Code | `npx @duel-agents/install claude-code` | | Cursor | `npx @duel-agents/install cursor` | | Codex CLI | `npx @duel-agents/install codex` | | OpenClaw | `npx @duel-agents/install openclaw` | | All |