Agent skill · Media & Video

routerbase-model-gateway

Integrate RouterBase as an OpenAI-compatible model gateway for routing GPT, Claude, Gemini, media, audio, and embedding requests.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill routerbase-model-gateway --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Declared author: zenlee123
Path: skills/routerbase-model-gateway/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# RouterBase Model Gateway ## Overview Use [routerbase](https://routerbase.com/) when an application needs one OpenAI-compatible API surface for model routing across GPT, Claude, Gemini, image, video, audio, and embedding workloads. This skill helps agents migrate existing OpenAI SDK calls, document model-selection tradeoffs, and produce safe implementation snippets without exposing credentials. RouterBase model availability, pricing, and provider capabilities can change, so treat examples as starting points and verify current catalog data before production recommendations. ## When to Use This Skill - Use when migrating an OpenAI-compatible client to RouterBase by changing the base URL and model ID. - Use when selecting primary and fallback models for chat, reasoning, vision, media generation, audio, or embeddings. - Use when debugging RouterBase request setup, headers, environment variables, streaming, tool calls, JSON mode, or multimodal payloads. - Use when documenting an internal model-routing plan that balances cost, latency, quality, and provider redundancy. ## How It Works ### Step 1: Classify the Workload Identify the modality and hard constraints before choosing a model: -

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Step 1: Classify the Workload
  5. Step 2: Configure the OpenAI-Compatible Client
  6. Step 3: Validate Model IDs and Capabilities
  7. Step 4: Design Fallbacks Conservatively
  8. Examples
  9. Migration Checklist
  10. Routing Plan Format
  11. Best Practices
  12. Limitations
  13. Security & Safety Notes
  14. Common Pitfalls
Commands it runs
curl "https://routerbase.com/api/v1/models?task=chat" \
More from agentic-awesome-skills
All skills →
About this skill
What does the routerbase-model-gateway skill do?

Integrate RouterBase as an OpenAI-compatible model gateway for routing GPT, Claude, Gemini, media, audio, and embedding requests.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill routerbase-model-gateway --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going