惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Vercel News
Vercel News
博客园 - 【当耐特】
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学
G
Google Developers Blog
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
P
Proofpoint News Feed
J
Java Code Geeks
U
Unit 42
云风的 BLOG
云风的 BLOG
阮一峰的网络日志
阮一峰的网络日志
N
Netflix TechBlog - Medium
宝玉的分享
宝玉的分享
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
D
Docker
V
Visual Studio Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Help Net Security
V
V2EX
T
Tailwind CSS Blog

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
docs(providers): document ClawRouter integration · opencl...
vincentkoc · 2026-06-17 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -381,6 +381,11 @@

381381

- changed-files:

382382

- any-glob-to-any-file:

383383

- "extensions/anthropic/**"

384+

"extensions: clawrouter":

385+

- changed-files:

386+

- any-glob-to-any-file:

387+

- "extensions/clawrouter/**"

388+

- "docs/providers/clawrouter.md"

384389

"extensions: cloudflare-ai-gateway":

385390

- changed-files:

386391

- any-glob-to-any-file:

Original file line numberDiff line numberDiff line change

@@ -1418,6 +1418,7 @@

14181418

"providers/cerebras",

14191419

"providers/chutes",

14201420

"providers/claude-max-api-proxy",

1421+

"providers/clawrouter",

14211422

"providers/cloudflare-ai-gateway",

14221423

"providers/comfy",

14231424

"providers/deepgram",

Original file line numberDiff line numberDiff line change

@@ -51,7 +51,7 @@ Each entry lists the package, distribution route, and description.

5151
5252

## Core npm package

5353
54-

90 plugins

54+

91 plugins

5555
5656

- **[admin-http-rpc](/plugins/reference/admin-http-rpc)** (`@openclaw/admin-http-rpc`) - included in OpenClaw. OpenClaw admin HTTP RPC endpoint.

5757

@@ -75,6 +75,8 @@ Each entry lists the package, distribution route, and description.

7575
7676

- **[chutes](/plugins/reference/chutes)** (`@openclaw/chutes-provider`) - included in OpenClaw. Adds Chutes model provider support to OpenClaw.

7777
78+

- **[clawrouter](/plugins/reference/clawrouter)** (`@openclaw/clawrouter-provider`) - included in OpenClaw. Adds ClawRouter model provider support to OpenClaw.

79+
7880

- **[clickclack](/plugins/reference/clickclack)** (`@openclaw/clickclack`) - included in OpenClaw. Adds the Clickclack channel surface for sending and receiving OpenClaw messages.

7981
8082

- **[cloudflare-ai-gateway](/plugins/reference/cloudflare-ai-gateway)** (`@openclaw/cloudflare-ai-gateway-provider`) - included in OpenClaw. Adds Cloudflare AI Gateway model provider support to OpenClaw.

Original file line numberDiff line numberDiff line change

@@ -15,5 +15,5 @@ This page is generated from `extensions/*/package.json` and

1515

pnpm plugins:inventory:gen

1616

```

1717
18-

Use [Plugin inventory](/plugins/plugin-inventory) to browse all 127

18+

Use [Plugin inventory](/plugins/plugin-inventory) to browse all 128

1919

generated plugin reference pages by distribution, package, and description.

Original file line numberDiff line numberDiff line change

@@ -0,0 +1,23 @@

1+

---

2+

summary: "Adds ClawRouter model provider support to OpenClaw."

3+

read_when:

4+

- You are installing, configuring, or auditing the clawrouter plugin

5+

title: "ClawRouter plugin"

6+

---

7+
8+

# ClawRouter plugin

9+
10+

Adds ClawRouter model provider support to OpenClaw.

11+
12+

## Distribution

13+
14+

- Package: `@openclaw/clawrouter-provider`

15+

- Install route: included in OpenClaw

16+
17+

## Surface

18+
19+

providers: clawrouter

20+
21+

## Related docs

22+
23+

- [clawrouter](/providers/clawrouter)

Original file line numberDiff line numberDiff line change

@@ -0,0 +1,58 @@

1+

---

2+

summary: "Use one managed ClawRouter key to access approved providers in OpenClaw"

3+

title: "ClawRouter"

4+

read_when:

5+

- You have a ClawRouter proxy key

6+

- Your team centrally manages provider access and grants

7+

- You want OpenClaw to discover only the models you can use

8+

---

9+
10+

ClawRouter gives OpenClaw one managed credential for approved model providers.

11+

The upstream API keys, OAuth grants, and subscription credentials stay in

12+

ClawRouter.

13+
14+

## Setup

15+
16+

Authenticate with the proxy key issued by your ClawRouter administrator:

17+
18+

```bash

19+

openclaw onboard --auth-choice clawrouter-api-key

20+

```

21+
22+

Or provide it through the environment:

23+
24+

```bash

25+

export CLAWROUTER_API_KEY="clawrouter-live-..."

26+

```

27+
28+

OpenClaw asks `https://clawrouter.openclaw.ai/v1/catalog` for the models granted

29+

to that key and caches the credential-scoped result for a short period. Model

30+

references keep the ClawRouter provider prefix:

31+
32+

```bash

33+

openclaw models list --provider clawrouter

34+

openclaw models set clawrouter/openai/gpt-5.5-mini

35+

```

36+
37+

ClawRouter publishes the real transport for each model. OpenClaw uses the

38+

unified OpenAI route when available and the provider-native Anthropic or Gemini

39+

route when required.

40+
41+

## Custom deployment

42+
43+

For a self-hosted ClawRouter, configure its API base URL:

44+
45+

```json5

46+

{

47+

models: {

48+

providers: {

49+

clawrouter: {

50+

baseUrl: "https://clawrouter.example/v1",

51+

},

52+

},

53+

},

54+

}

55+

```

56+
57+

The proxy key still determines which providers and models are visible and

58+

usable. Grant changes appear after the short discovery cache expires.

Original file line numberDiff line numberDiff line change

@@ -33,6 +33,7 @@ Looking for chat channel docs (WhatsApp/Telegram/Discord/Slack/Mattermost (plugi

3333

- [BytePlus (International)](/concepts/model-providers#byteplus-international)

3434

- [Cerebras](/providers/cerebras)

3535

- [Chutes](/providers/chutes)

36+

- [ClawRouter](/providers/clawrouter)

3637

- [Cloudflare AI Gateway](/providers/cloudflare-ai-gateway)

3738

- [ComfyUI](/providers/comfy)

3839

- [DeepSeek](/providers/deepseek)

Original file line numberDiff line numberDiff line change

@@ -109,6 +109,7 @@ function humanizeId(value) {

109109

["byteplus", "BytePlus"],

110110

["codex", "Codex"],

111111

["cli", "CLI"],

112+

["clawrouter", "ClawRouter"],

112113

["comfy", "ComfyUI"],

113114

["dashscope", "DashScope"],

114115

["deepgram", "Deepgram"],