Tools
Wrouter Provider
WRouter provider plugin for OpenClaw — OpenAI-compatible AI gateway (standalone ClawHub/npm package)
Install
npm install @openclaw/wrouter-provider`
README
# @openclaw/wrouter-provider
A standalone [OpenClaw](https://github.com/openclaw/openclaw) **provider plugin**
that adds [WRouter](https://wrouter.ai) — an OpenAI-compatible AI gateway — as a
model provider.
> Published as an independent ClawHub / npm provider plugin per OpenClaw core
> policy (optional third-party providers live outside bundled core; the generic
> custom OpenAI-compatible provider path also works today).
## What it adds
- Provider `wrouter`, `api: openai-completions`, base URL `https://wrouter.ai/v1`.
- Auth: `WROUTER_API_KEY` (api-key). No third-party runtime dependencies — thin
glue over the OpenClaw plugin SDK.
- 12 headline models (Claude / GPT / Gemini) with WRouter pricing; live model
discovery from `/v1/models`.
## Install
**Via ClawHub** (once published): `clawhub:@openclaw/wrouter-provider`
**Manually** (local extension): drop this folder into your OpenClaw user
extensions directory, or `npm install @openclaw/wrouter-provider` into your
OpenClaw install.
## Use
```bash
export WROUTER_API_KEY="sk-..."
# then select a WRouter model, e.g. claude-sonnet-5 / gpt-5 / gemini-2.5-pro
```
## Alternative (no plugin)
OpenClaw core already supports OpenAI-compatible proxies via custom provider
configuration — set a custom base URL `https://wrouter.ai/v1` + your key.
tools
Comments
Sign in to leave a comment