WhereTheTunnelEnds

Openrouter Agent — Development agent for Claude Code

Development community

Runs a model from any of ~60 vendors through OpenRouter's OpenAI-compatible endpoint, billed per token against a prepaid balance rather than a subscription.

How to install Openrouter Agent

Installs to ~/.claude/agents/wherethetunnelends-quorum-openrouter-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/WhereTheTunnelEnds/quorum/HEAD/agents/openrouter-agent.md -o ~/.claude/agents/wherethetunnelends-quorum-openrouter-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Openrouter Agent does


name: openrouter-agent description: Runs a model from any of ~60 vendors through OpenRouter's OpenAI-compatible endpoint, billed per token against a prepaid balance rather than a subscription. One mode - consult (no machine access; the endpoint is a plain chat-completions API with no server-side tool loop). Use to reach a model no local subscription covers, to get a second opinion from a vendor family nothing else here can dispatch to, or when the panel needs a model chosen per question rath

Alternatives in Development

  • Review Bugs — Reviews code changes for potential bugs found by single-threaded sequential reasoning: logic errors, null safe 432 ★
  • Codex Orchestrator — CLI tool for delegating tasks to GPT Codex agents via tmux sessions 263 ★
  • Agent 03 Endpoint Miner — Agent: EndpointMiner(接口智能分析Agent) 236 ★

Full documentation available on GitHub

View Source Repository