Agentrouter
Description
Unofficial SDK for AgentRouter (agentrouter.org) — Claude, DeepSeek, and GLM via OpenAI-compatible proxy. Zero dependencies, fully typed, works on Node, Bun, and Deno.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
@rxmxdhxni/agentrouter
[](https://www.npmjs.com/package/@rxmxdhxni/agentrouter) [](./LICENSE) [](https://nodejs.org)
Unofficial Node/Bun/Deno SDK for AgentRouter — handles the quirks so you can skip straight to `ar.chat("hi")`.

[!WARNING] AgentRouter (agentrouter.org) is a third-party reseller offering free credits for Claude, DeepSeek, and GLM via a proxy. This package is a community wrapper — not affiliated with or endorsed by AgentRouter or Anthropic. Your prompts pass through AgentRouter's infrastructure; do not send proprietary code, credentials, or sensitive data. For production, get a key directly from the model provider.
Install
npm install @rxmxdhxni/agentrouter
# or
bun add @rxmxdhxni/agentrouter
[!IMPORTANT] Requires Node 20+, Bun latest, or Deno latest. Zero runtime dependencies.
Quick start
import { AgentRouter } from "@rxmxdhxni/agentrouter";
const ar = new AgentRouter({ apiKey: "sk-..." });
const reply = await ar.chat("What is 2 + 2?");
console.log(reply); // "2 + 2 equals 4."
API
`new AgentRouter(options)`
| Option | Type | Default | Description |
|---|---|---|---|
apiKey |
string |
— | Required. Your AgentRouter API key |
model |
string |
"claude-opus-4-8" |
Model for all requests from this i |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11