Agrout Bridge
Description
Local HTTP proxy that routes OpenAI-/Anthropic-compatible clients (OpenCode, Claude Desktop, Cursor) through AgentRouter with Claude Code header spoofing, WAF cookie management, and content-blocked mitigation. TUI dashboard + headless server mode.
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
agrout-bridge
AgentRouter bridge for OpenCode, Claude Desktop, Cursor, and any OpenAI-/Anthropic-compatible client.
Local HTTP proxy that forwards client requests to `https://agentrouter.org` while adding the Claude Code client fingerprint the upstream gate expects. Manages the WAF session cookie (`acw_tc`) per profile and survives restarts. TUI dashboard (nocterm) shows live model health, request usage, profile state, and proxy diagnostics. Headless mode runs the same proxy without a TUI for daemon / Docker usage.
Features
- OpenAI + Anthropic compatible local proxy (
/v1/messages,/v1/chat/completions) - WAF spoof: Claude Code client headers +
acw_tccookie warmup + per-profile persistence - SSE streaming pass-through with format-aware terminator (
message_stop/data: [DONE]) - Single-key profile: API key stored via
profile add(CLI) orlogin(web page), one active - TUI dashboard: profile, usage/cost, models, proxy config, log side panel
- Headless
--servermode for daemon / Docker - Self-update via
latest.json(CDN-served) + GitHub Release.tgz - Optional inbound
PROXY_AUTH_TOKENfor remote bind - 429/QPS-aware retry with exponential backoff
- Content-blocked mitigation: strips base64 data URIs /
kix.element IDs from text before forwarding so large OpenCode/Claude Code sessions pass the upstream filter (preserves real uploaded images), including aggregate short-run base64 payloads (e.g. paged PDFs) - Daily claim dialog (
[c]): copies/opens the daily AgentRouter login link (GitHub / LinuxDO) - Persistent per-day usage stats (
stats.jsonl, 30-day retention) with page-scoped clear keymap on the Usage & Cost page - Per-model upstream endpoint guide (
docs/MODEL-ENDPOINTS.md): each AgentRouter model routed to the right of/v1/messages(Anthropic) vs/v1/chat/completions(OpenAI), wit
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