seaavey

SRouter — AI skill for Claude Code

AI community

Local-first AI Gateway: Connect Claude Code, Cursor, Windsurf, & Cline to Antigravity, OpenAI, Claude, & Gemini.

How to install SRouter

This entry records only its repository, not the path inside it, so there is no exact command to give. Open seaavey/SRouter and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What SRouter does

Local-first AI Gateway: Connect Claude Code, Cursor, Windsurf, & Cline to Antigravity, OpenAI, Claude, & Gemini. One endpoint, OAuth auto-refresh, quota pooling & failover.

Alternatives in AI

  • CLI 代理 API — English 中文 一个为 CLI 提供 OpenAI/Gemini/Claude/Codex 兼容 API 接口的代理服务器 19k ★
  • Axonhub — ⚡️ Open-source AI Gateway — Use any SDK to call 100+ LLMs 3.2k ★
  • Rb Setup — First-time setup 1.3k ★

README

SRouter

**A local-first AI gateway and LLM proxy for OpenAI, Anthropic, and custom models.**

Use one local endpoint to route requests, manage provider authentication, enforce quotas, and inspect usage.

Version MIT License Node.js Hono React

SRouter dashboard walkthrough

Dashboard showcase

Watch the short walkthrough to see the dashboard, provider controls, routing surface, quotas, logs, and supporting features in context.

Contents

Quick Start

Docker

docker run -d \
  --name srouter \
  --restart unless-stopped \
  -p 3000:3000 \
  -p 1455:1455 \
  -v "$HOME/.srouter:/root/.srouter" \
  ghcr.io/seaavey/srouter:latest

SRouter stores its SQLite database and provider credentials in `~/.srouter` on th