A unified LLM API gateway providing a single key for Claude, GPT, and Gemini with 2x credit bonuses and native provider compatibility.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ezrouter
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ezrouter using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
EZRouter is a sophisticated API router designed for developers who need seamless access to multiple Large Language Models without managing multiple subscriptions or keys. By providing native API-compatible endpoints for Anthropic, OpenAI, and Google, it allows Openclaw Skills to switch between models instantly. The service offers a significant value proposition by doubling user credits upon purchase, making high-performance models more accessible for intensive coding tasks and multi-agent workflows.
export ANTHROPIC_BASE_URL=https://openrouter.ezsite.ai/api/claude
export ANTHROPIC_API_KEY=your_cr_key_here
https://openrouter.ezsite.ai/api/openai/v1 your_cr_key_hereEZRouter uses provider-specific endpoints to maintain 100% compatibility with official SDKs and Openclaw Skills. The following mapping is used for routing:
| Provider | Protocol | Base URL |
|---|---|---|
| Claude / Anthropic | Messages API | https://openrouter.ezsite.ai/api/claude |
| OpenAI | Chat Completions | https://openrouter.ezsite.ai/api/openai/v1 |
| Gemini | GenerateContent | https://openrouter.ezsite.ai/api/gemini |
| Global Model List | EZRouter JSON | https://openrouter.ezsite.ai/api/model/list |
Loading
A bridge for AI agents to interact with external tools and data sources via the Model Context Protocol.

A specialized interface enabling AI agents to autonomously post, reply, and browse the Moltbook social network.

A comprehensive bundle for integrating Lunara Voice capabilities into your local agent environment.

A foundational template skill designed to greet users and demonstrate the standardized architecture of the OpenCLAW ecosystem.

An AI agent skill designed to transform raw video copy into high-impact, clickable YouTube thumbnail concepts and images.

A high-performance CLI-based integration to manage Todoist tasks, projects, and labels with local caching and natural language processing.
