docs(plugins): refresh Cohere inventory · openclaw/openclaw@a079d98
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1175,6 +1175,10 @@
|
1175 | 1175 | "source": "Control UI", |
1176 | 1176 | "target": "Control UI" |
1177 | 1177 | }, |
| 1178 | + { |
| 1179 | +"source": "Models CLI", |
| 1180 | +"target": "模型 CLI" |
| 1181 | + }, |
1178 | 1182 | { |
1179 | 1183 | "source": "Z.AI (GLM)", |
1180 | 1184 | "target": "Z.AI (GLM)" |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -51,7 +51,7 @@ Each entry lists the package, distribution route, and description.
|
51 | 51 | |
52 | 52 | ## Core npm package |
53 | 53 | |
54 | | -90 plugins |
| 54 | +91 plugins |
55 | 55 | |
56 | 56 | - **[admin-http-rpc](/plugins/reference/admin-http-rpc)** (`@openclaw/admin-http-rpc`) - included in OpenClaw. OpenClaw admin HTTP RPC endpoint. |
57 | 57 | |
@@ -81,6 +81,8 @@ Each entry lists the package, distribution route, and description.
|
81 | 81 | |
82 | 82 | - **[codex-supervisor](/plugins/reference/codex-supervisor)** (`@openclaw/codex-supervisor`) - included in OpenClaw. Supervise Codex app-server sessions from OpenClaw. |
83 | 83 | |
| 84 | +- **[cohere](/plugins/reference/cohere)** (`@openclaw/cohere-provider`) - included in OpenClaw. Adds Cohere model provider support to OpenClaw. |
| 85 | + |
84 | 86 | - **[comfy](/plugins/reference/comfy)** (`@openclaw/comfy-provider`) - included in OpenClaw. Adds ComfyUI model provider support to OpenClaw. |
85 | 87 | |
86 | 88 | - **[copilot-proxy](/plugins/reference/copilot-proxy)** (`@openclaw/copilot-proxy`) - included in OpenClaw. Adds Copilot Proxy model provider support to OpenClaw. |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -15,5 +15,5 @@ This page is generated from `extensions/*/package.json` and
|
15 | 15 | pnpm plugins:inventory:gen |
16 | 16 | ``` |
17 | 17 | |
18 | | -Use [Plugin inventory](/plugins/plugin-inventory) to browse all 127 |
| 18 | +Use [Plugin inventory](/plugins/plugin-inventory) to browse all 128 |
19 | 19 | generated plugin reference pages by distribution, package, and description. |
| Original file line number | Diff line number | Diff line change |
|---|
|
| 1 | +--- |
| 2 | +summary: "Adds Cohere model provider support to OpenClaw." |
| 3 | +read_when: |
| 4 | + - You are installing, configuring, or auditing the cohere plugin |
| 5 | +title: "Cohere plugin" |
| 6 | +--- |
| 7 | + |
| 8 | +# Cohere plugin |
| 9 | + |
| 10 | +Adds Cohere model provider support to OpenClaw. |
| 11 | + |
| 12 | +## Distribution |
| 13 | + |
| 14 | +- Package: `@openclaw/cohere-provider` |
| 15 | +- Install route: included in OpenClaw |
| 16 | + |
| 17 | +## Surface |
| 18 | + |
| 19 | +providers: cohere |
| 20 | + |
| 21 | +## Related docs |
| 22 | + |
| 23 | +- [cohere](/providers/cohere) |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。