# 1
我升级openclaw后收到报错:
```
[agent] embedded run agent end: runId=baa308d6-84c3-421b-9ef4-51fd2ecc73f5 isError=true model=MiniMax-M2.7-highspeed provider=minimax-portal error=404
404 Not Found
404 Not Found
nginx
rawError=404 404 Not Found 404 Not Found
nginx
17:50:39+08:00 [agent] auth profile failure state updated: runId=baa308d6-84c3-421b-9ef4-51fd2ecc73f5 profile=sha256:9e08bd6be9c1 provider=minimax-portal reason=model_not_found window=cooldown reused=false
17:50:39+08:00 [agent] embedded run failover decision: runId=baa308d6-84c3-421b-9ef4-51fd2ecc73f5 stage=assistant decision=surface_error reason=model_not_found provider=minimax-portal/MiniMax-M2.7-highspeed profile=sha256:9e08bd6be9c1
```
在界面上发送消息,也没有反馈,这个怎么解决?
我看到的是:
```
Bundled plugin runtime deps are missing. |
- @discordjs/opus@^0.10.0 (used by discord) |
Fix: run openclaw doctor --fix to install them.
```
但是我运行`openclaw doctor --fix`也没安装成功,那么怎样手动安装这个`@discordjs/opus@^0.10.0`
我安装完成`@discordjs/opus@^0.10.0`后,运行`openclaw doctor --fix`又发现了下面一系列缺失:
Bundled plugin runtime deps are missing. |
| - @aws-sdk/client-s3@3.1028.0 (used by tlon) |
| - @aws-sdk/s3-request-presigner@3.1028.0 (used by tlon) |
| - @clawdbot/lobster@2026.4.6 (used by lobster) |
| - @discordjs/opus@^0.10.0 (used by discord) |
| - @microsoft/teams.api@2.0.7 (used by msteams) |
| - @microsoft/teams.apps@2.0.7 (used by msteams) |
| - @opentelemetry/api@^1.9.1 (used by diagnostics-otel) |
| - @opentelemetry/api-logs@^0.214.0 (used by diagnostics-otel) |
| - @opentelemetry/exporter-logs-otlp-proto@^0.214.0 (used by diagnostics-otel) |
| - @opentelemetry/exporter-metrics-otlp-proto@^0.214.0 (used by diagnostics-otel) |
| - @opentelemetry/exporter-trace-otlp-proto@^0.214.0 (used by diagnostics-otel) |
| - @opentelemetry/resources@^2.6.1 (used by diagnostics-otel) |
| - @opentelemetry/sdk-logs@^0.214.0 (used by diagnostics-otel) |
| - @opentelemetry/sdk-metrics@^2.6.1 (used by diagnostics-otel) |
| - @opentelemetry/sdk-node@^0.214.0 (used by diagnostics-otel) |
| - @opentelemetry/sdk-trace-base@^2.6.1 (used by diagnostics-otel) |
| - @opentelemetry/semantic-conventions@^1.40.0 (used by diagnostics-otel) |
| - @pierre/diffs@1.1.13 (used by diffs) |
| - @pierre/theme@0.0.29 (used by diffs) |
| - @tloncorp/tlon-skill@0.3.5 (used by tlon) |
| - @twurple/api@^8.1.3 (used by twitch) |
| - @twurple/auth@^8.1.3 (used by twitch) |
| - @twurple/chat@^8.1.3 (used by twitch) |
| - @urbit/aura@^3.0.0 (used by tlon) |
| - @whiskeysockets/baileys@7.0.0-rc.9 (used by whatsapp) |
| - acpx@0.5.3 (used by acpx) |
| - fake-indexeddb@^6.2.5 (used by matrix) |
| - jwks-rsa@^4.0.1 (used by msteams) |
| - music-metadata@^11.12.3 (used by matrix) |
| - zca-js@2.1.2 (used by zalouser)
`openclaw doctor --fix`也没安装成功
那么我需要手动安装这些么?
---
我用的windows系统的powershell,下面是执行过程。
其中,`npm config set disturl https://npmmirror.com/mirrors/node/`这个执行时报错了,我继续执行`npm install`
```
PS C:\Users\admin\AppData\Roaming\npm\node_modules\openclaw> npm config set registry https://registry.npmmirror.com
PS C:\Users\admin\AppData\Roaming\npm\node_modules\openclaw> npm config set disturl https://npmmirror.com/mirrors/node/
npm error `disturl` is not a valid npm option
npm error A complete log of this run can be found in: C:\Users\admin\AppData\Local\npm-cache\_logs\2026-04-11T10_34_43_185Z-debug-0.log
PS C:\Users\admin\AppData\Roaming\npm\node_modules\openclaw> npm install
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated npmlog@5.0.1: This package is no longer supported.
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
npm warn deprecated are-we-there-yet@2.0.0: This package is no longer supported.
npm warn deprecated gauge@3.0.2: This package is no longer supported.
npm warn deprecated tar@6.2.1: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
> openclaw@2026.4.10 postinstall
> node scripts/postinstall-bundled-plugins.mjs
[postinstall] installed bundled plugin deps: @aws-sdk/client-s3@3.1028.0, @aws-sdk/s3-request-presigner@3.1028.0, @clawdbot/lobster@2026.4.6, @discordjs/opus@^0.10.0, @microsoft/teams.api@2.0.7, @microsoft/teams.apps@2.0.7, @opentelemetry/api@^1.9.1, @opentelemetry/api-logs@^0.214.0, @opentelemetry/exporter-logs-otlp-proto@^0.214.0, @opentelemetry/exporter-metrics-otlp-proto@^0.214.0, @opentelemetry/exporter-trace-otlp-proto@^0.214.0, @opentelemetry/resources@^2.6.1, @opentelemetry/sdk-logs@^0.214.0, @opentelemetry/sdk-metrics@^2.6.1, @opentelemetry/sdk-node@^0.214.0, @opentelemetry/sdk-trace-base@^2.6.1, @opentelemetry/semantic-conventions@^1.40.0, @pierre/diffs@1.1.13, @pierre/theme@0.0.29, @tloncorp/tlon-skill@0.3.5, @twurple/api@^8.1.3, @twurple/auth@^8.1.3, @twurple/chat@^8.1.3, @urbit/aura@^3.0.0, @whiskeysockets/baileys@7.0.0-rc.9, acpx@0.5.3, fake-indexeddb@^6.2.5, jwks-rsa@^4.0.1, music-metadata@^11.12.3, zca-js@2.1.2
> openclaw@2026.4.10 prepare
> command -v git >/dev/null 2>&1 && git rev-parse --is-inside-work-tree >/dev/null 2>&1 && git config core.hooksPath git-hooks || exit 0
系统找不到指定的路径。
up to date in 2m
152 packages are looking for funding
run `npm fund` for details
```
感觉是有些装成功了,有些没有。那么这个你觉得是成功了吗?
---
如果我不使用镜像,怎么设置回去。
`npm config set registry https://registry.npmmirror.com`
---
我从openclaw 2026.4.2升级到2026.4.10,一直遇到各种问题。
我准备退回到2026.4.2版。
我执行的命令,包括停gateway,清缓存,npm卸载openclaw,重新安装4.2版本。对么?
---
我使用Openclaw 2026.4.2版本,今天升级到2026.4.10版本后,遇到的问题如下:
```
19:30:30+08:00 [model-fallback/decision] model fallback decision: decision=candidate_failed requested=minimax-portal/MiniMax-M2.7 candidate=minimax-portal/MiniMax-M2.7-highspeed reason=model_not_found next=none
19:30:30+08:00 Embedded agent failed before reply: All models failed (2): minimax-portal/MiniMax-M2.7: 404
404 Not Found
404 Not Found
nginx
(model_not_found) | minimax-portal/MiniMax-M2.7-highspeed: No available auth profile for minimax-portal (all in cooldown or unavailable). (model_not_found)
```
我经过多次调试发现不行,退回到2026.4.2版本。依然有这个问题。
这个应该不是版本的问题了,怎么解决?
升级前使用都没有问题,现在不行了。
---
在我执行检查 MiniMax 插件是否启用时,发现报错了:
```
(base) PS C:\Users\admin\.openclaw> openclaw plugins enable minimax-portal-auth
19:38:18+08:00 [plugins] feishu_doc: Registered feishu_doc, feishu_app_scopes
19:38:18+08:00 [plugins] feishu_chat: Registered feishu_chat tool
19:38:18+08:00 [plugins] feishu_wiki: Registered feishu_wiki tool
19:38:18+08:00 [plugins] feishu_drive: Registered feishu_drive tool
19:38:18+08:00 [plugins] feishu_bitable: Registered bitable tools
🦞 OpenClaw 2026.4.2 (d74a122) — The only crab in your contacts you actually want to hear from. 🦞
19:38:19+08:00 [plugins] feishu_doc: Registered feishu_doc, feishu_app_scopes
19:38:19+08:00 [plugins] feishu_chat: Registered feishu_chat tool
19:38:19+08:00 [plugins] feishu_wiki: Registered feishu_wiki tool
19:38:19+08:00 [plugins] feishu_drive: Registered feishu_drive tool
19:38:19+08:00 [plugins] feishu_bitable: Registered bitable tools
Config warnings:
- plugins.entries.minimax-portal-auth: plugin not found: minimax-portal-auth (stale config entry ignored; remove it from plugins config)
Config overwrite: C:\Users\admin\.openclaw\openclaw.json (sha256 af5c9883fb258649a2899c3dfc82913bcfad8ddedffaef96bd933bbeda875f2b -> 17c23005159948690d7415839b92b04688a85f6b3fbbcce8e6f6b5dd52008004, backup=C:\Users\admin\.openclaw\openclaw.json.bak)
Config warnings:\n- plugins.entries.minimax-portal-auth: plugin not found: minimax-portal-auth (stale config entry ignored; remove it from plugins config)
Enabled plugin "minimax-portal-auth". Restart the gateway to apply.
```
```
(base) PS C:\Users\admin\.openclaw> openclaw auth configure --provider minimax-portal
Config warnings:\n- plugins.entries.minimax-portal-auth: plugin not found: minimax-portal-auth (stale config entry ignored; remove it from plugins config)
19:39:21+08:00 [plugins] feishu_doc: Registered feishu_doc, feishu_app_scopes
19:39:21+08:00 [plugins] feishu_chat: Registered feishu_chat tool
19:39:21+08:00 [plugins] feishu_wiki: Registered feishu_wiki tool
19:39:21+08:00 [plugins] feishu_drive: Registered feishu_drive tool
19:39:21+08:00 [plugins] feishu_bitable: Registered bitable tools
error: unknown command 'auth'
(Did you mean health?)
```
下面是回复:
```
(base) PS C:\Users\admin\.openclaw> openclaw plugins list
Config warnings:\n- plugins.entries.minimax-portal-auth: plugin not found: minimax-portal-auth (stale config entry ignored; remove it from plugins config)
19:41:08+08:00 [plugins] feishu_doc: Registered feishu_doc, feishu_app_scopes
19:41:08+08:00 [plugins] feishu_chat: Registered feishu_chat tool
19:41:08+08:00 [plugins] feishu_wiki: Registered feishu_wiki tool
19:41:08+08:00 [plugins] feishu_drive: Registered feishu_drive tool
19:41:08+08:00 [plugins] feishu_bitable: Registered bitable tools
Config warnings:\n- plugins.entries.minimax-portal-auth: plugin not found: minimax-portal-auth (stale config entry ignored; remove it from plugins config)
🦞 OpenClaw 2026.4.2 (d74a122) — I'm not magic—I'm just extremely persistent with retries and coping strategies.
|
o Config warnings ---------------------------------------------------------------------+
| |
| - plugins.entries.minimax-portal-auth: plugin not found: minimax-portal-auth (stale |
| config entry ignored; remove it from plugins config) |
| |
+---------------------------------------------------------------------------------------+
Plugins (44/85 loaded)
Source roots:
stock: C:\Users\admin\AppData\Roaming\npm\node_modules\openclaw\dist\extensions
+--------------+----------+----------+----------+-----------------------------------------------------------+----------+
| Name | ID | Format | Status | Source | Version |
+--------------+----------+----------+----------+-----------------------------------------------------------+----------+
| ACPX Runtime | acpx | openclaw | disabled | stock:acpx/index.js | 2026.4.2 |
| | | | | ACP runtime backend powered by acpx with configurable | |
| | | | | command path and version policy. | |
| @openclaw/ | amazon- | openclaw | loaded | stock:amazon-bedrock/index.js | 2026.4.2 |
| amazon- | bedrock | | | OpenClaw Amazon Bedrock provider plugin | |
| bedrock- | | | | | |
| provider | | | | | |
| @openclaw/ | anthropi | openclaw | loaded | stock:anthropic/index.js | 2026.4.2 |
| anthropic- | c | | | OpenClaw Anthropic provider plugin | |
| provider | | | | | |
| @openclaw/ | anthropi | openclaw | loaded | stock:anthropic-vertex/index.js | 2026.4.2 |
| anthropic- | c-vertex | | | OpenClaw Anthropic Vertex provider plugin | |
| vertex- | | | | | |
| provider | | | | | |
| @openclaw/ | bluebubb | openclaw | disabled | stock:bluebubbles/index.js | 2026.4.2 |
| bluebubbles | les | | | OpenClaw BlueBubbles channel plugin | |
| @openclaw/ | brave | openclaw | disabled | stock:brave/index.js | 2026.4.2 |
| brave-plugin | | | | OpenClaw Brave plugin | |
| @openclaw/ | browser | openclaw | loaded | stock:browser/index.js | 2026.4.2 |
| browser- | | | | OpenClaw browser tool plugin | |
| plugin | | | | | |
| @openclaw/ | byteplus | openclaw | loaded | stock:byteplus/index.js | 2026.4.2 |
| byteplus- | | | | OpenClaw BytePlus provider plugin | |
| provider | | | | | |
| @openclaw/ | chutes | openclaw | loaded | stock:chutes/index.js | 2026.4.2 |
| chutes- | | | | OpenClaw Chutes.ai provider plugin | |
| provider | | | | | |
| @openclaw/ | cloudfla | openclaw | loaded | stock:cloudflare-ai-gateway/index.js | 2026.4.2 |
| cloudflare- | re-ai- | | | OpenClaw Cloudflare AI Gateway provider plugin | |
| ai-gateway- | gateway | | | | |
| provider | | | | | |
| @openclaw/ | copilot- | openclaw | loaded | stock:copilot-proxy/index.js | 2026.4.2 |
| copilot- | proxy | | | OpenClaw Copilot Proxy provider plugin | |
| proxy | | | | | |
| @openclaw/ | deepgram | openclaw | disabled | stock:deepgram/index.js | 2026.4.2 |
| deepgram- | | | | OpenClaw Deepgram media-understanding provider | |
| provider | | | | | |
| @openclaw/ | deepseek | openclaw | loaded | stock:deepseek/index.js | 2026.4.2 |
| deepseek- | | | | OpenClaw DeepSeek provider plugin | |
| provider | | | | | |
| Device | device- | openclaw | loaded | stock:device-pair/index.js | 2026.4.2 |
| Pairing | pair | | | Generate setup codes and approve device pairing requests. | |
| @openclaw/ | diagnost | openclaw | disabled | stock:diagnostics-otel/index.js | 2026.4.2 |
| diagnostics- | ics-otel | | | OpenClaw diagnostics OpenTelemetry exporter | |
| otel | | | | | |
| Diffs | diffs | openclaw | disabled | stock:diffs/index.js | 2026.4.2 |
| | | | | Read-only diff viewer and file renderer for agents. | |
| @openclaw/ | discord | openclaw | disabled | stock:discord/index.js | 2026.4.2 |
| discord | | | | OpenClaw Discord channel plugin | |
| @openclaw/ | duckduck | openclaw | disabled | stock:duckduckgo/index.js | 2026.4.2 |
| duckduckgo- | go | | | OpenClaw DuckDuckGo plugin | |
| plugin | | | | | |
| @openclaw/ | elevenla | openclaw | disabled | stock:elevenlabs/index.js | 2026.4.2 |
| elevenlabs- | bs | | | OpenClaw ElevenLabs speech plugin | |
| speech | | | | | |
| @openclaw/ | exa | openclaw | disabled | stock:exa/index.js | 2026.4.2 |
| exa-plugin | | | | OpenClaw Exa plugin | |
| @openclaw/ | fal | openclaw | loaded | stock:fal/index.js | 2026.4.2 |
| fal-provider | | | | OpenClaw fal provider plugin | |
| @openclaw/ | feishu | openclaw | loaded | stock:feishu/index.js | 2026.4.2 |
| feishu | | | | OpenClaw Feishu/Lark channel plugin (community | |
| | | | | maintained by @m1heng) | |
| @openclaw/ | firecraw | openclaw | disabled | stock:firecrawl/index.js | 2026.4.2 |
| firecrawl- | l | | | OpenClaw Firecrawl plugin | |
| plugin | | | | | |
| @openclaw/ | github- | openclaw | loaded | stock:github-copilot/index.js | 2026.4.2 |
| github- | copilot | | | OpenClaw GitHub Copilot provider plugin | |
| copilot- | | | | | |
| provider | | | | | |
| @openclaw/ | google | openclaw | loaded | stock:google/index.js | 2026.4.2 |
| google- | | | | OpenClaw Google plugin | |
| plugin | | | | | |
| @openclaw/ | googlech | openclaw | disabled | stock:googlechat/index.js | 2026.4.2 |
| googlechat | at | | | OpenClaw Google Chat channel plugin | |
| @openclaw/ | groq | openclaw | disabled | stock:groq/index.js | 2026.4.2 |
| groq- | | | | OpenClaw Groq media-understanding provider | |
| provider | | | | | |
| @openclaw/ | huggingf | openclaw | loaded | stock:huggingface/index.js | 2026.4.2 |
| huggingface- | ace | | | OpenClaw Hugging Face provider plugin | |
| provider | | | | | |
| @openclaw/ | imessage | openclaw | disabled | stock:imessage/index.js | 2026.4.2 |
| imessage | | | | OpenClaw iMessage channel plugin | |
| @openclaw/ | irc | openclaw | disabled | stock:irc/index.js | 2026.4.2 |
| irc | | | | OpenClaw IRC channel plugin | |
| @openclaw/ | kilocode | openclaw | loaded | stock:kilocode/index.js | 2026.4.2 |
| kilocode- | | | | OpenClaw Kilo Gateway provider plugin | |
| provider | | | | | |
| @openclaw/ | kimi | openclaw | loaded | stock:kimi-coding/index.js | 2026.4.2 |
| kimi- | | | | OpenClaw Kimi provider plugin | |
| provider | | | | | |
| @openclaw/ | line | openclaw | disabled | stock:line/index.js | 2026.4.2 |
| line | | | | OpenClaw LINE channel plugin | |
| @openclaw/ | litellm | openclaw | loaded | stock:litellm/index.js | 2026.4.2 |
| litellm- | | | | OpenClaw LiteLLM provider plugin | |
| provider | | | | | |
| LLM Task | llm-task | openclaw | disabled | stock:llm-task/index.js | 2026.4.2 |
| | | | | Generic JSON-only LLM tool for structured tasks callable | |
| | | | | from workflows. | |
| Lobster | lobster | openclaw | disabled | stock:lobster/index.js | 2026.4.2 |
| | | | | Typed workflow tool with resumable approvals. | |
| @openclaw/ | matrix | openclaw | disabled | stock:matrix/index.js | 2026.4.2 |
| matrix | | | | OpenClaw Matrix channel plugin | |
| @openclaw/ | mattermo | openclaw | disabled | stock:mattermost/index.js | 2026.4.2 |
| mattermost | st | | | OpenClaw Mattermost channel plugin | |
| @openclaw/ | memory- | openclaw | loaded | stock:memory-core/index.js | 2026.4.2 |
| memory-core | core | | | OpenClaw core memory search plugin | |
| @openclaw/ | memory- | openclaw | disabled | stock:memory-lancedb/index.js | 2026.4.2 |
| memory- | lancedb | | | OpenClaw LanceDB-backed long-term memory plugin with | |
| lancedb | | | | auto-recall/capture | |
| @openclaw/ | microsof | openclaw | disabled | stock:microsoft/index.js | 2026.4.2 |
| microsoft- | t | | | OpenClaw Microsoft speech plugin | |
| speech | | | | | |
| @openclaw/ | microsof | openclaw | loaded | stock:microsoft-foundry/index.js | 2026.4.2 |
| microsoft- | t- | | | OpenClaw Microsoft Foundry provider plugin | |
| foundry | foundry | | | | |
| @openclaw/ | minimax | openclaw | loaded | stock:minimax/index.js | 2026.4.2 |
| minimax- | | | | OpenClaw MiniMax provider and OAuth plugin | |
| provider | | | | | |
| @openclaw/ | mistral | openclaw | loaded | stock:mistral/index.js | 2026.4.2 |
| mistral- | | | | OpenClaw Mistral provider plugin | |
| provider | | | | | |
| @openclaw/ | modelstu | openclaw | loaded | stock:modelstudio/index.js | 2026.4.2 |
| modelstudio- | dio | | | OpenClaw Model Studio provider plugin | |
| provider | | | | | |
| @openclaw/ | moonshot | openclaw | loaded | stock:moonshot/index.js | 2026.4.2 |
| moonshot- | | | | OpenClaw Moonshot provider plugin | |
| provider | | | | | |
| @openclaw/ | msteams | openclaw | disabled | stock:msteams/index.js | 2026.4.2 |
| msteams | | | | OpenClaw Microsoft Teams channel plugin | |
| @openclaw/ | nextclou | openclaw | disabled | stock:nextcloud-talk/index.js | 2026.4.2 |
| nextcloud- | d-talk | | | OpenClaw Nextcloud Talk channel plugin | |
| talk | | | | | |
| @openclaw/ | nostr | openclaw | disabled | stock:nostr/index.js | 2026.4.2 |
| nostr | | | | OpenClaw Nostr channel plugin for NIP-04 encrypted DMs | |
| @openclaw/ | nvidia | openclaw | loaded | stock:nvidia/index.js | 2026.4.2 |
| nvidia- | | | | OpenClaw NVIDIA provider plugin | |
| provider | | | | | |
| @openclaw/ | ollama | openclaw | loaded | stock:ollama/index.js | 2026.4.2 |
| ollama- | | | | OpenClaw Ollama provider plugin | |
| provider | | | | | |
| OpenProse | open- | openclaw | disabled | stock:open-prose/index.js | 2026.4.2 |
| | prose | | | OpenProse VM skill pack with a /prose slash command. | |
| @openclaw/ | openai | openclaw | loaded | stock:openai/index.js | 2026.4.2 |
| openai- | | | | OpenClaw OpenAI provider plugins | |
| provider | | | | | |
| @openclaw/ | opencode | openclaw | loaded | stock:opencode/index.js | 2026.4.2 |
| opencode- | | | | OpenClaw OpenCode Zen provider plugin | |
| provider | | | | | |
| @openclaw/ | opencode | openclaw | loaded | stock:opencode-go/index.js | 2026.4.2 |
| opencode-go- | -go | | | OpenClaw OpenCode Go provider plugin | |
| provider | | | | | |
| @openclaw/ | openrout | openclaw | loaded | stock:openrouter/index.js | 2026.4.2 |
| openrouter- | er | | | OpenClaw OpenRouter provider plugin | |
| provider | | | | | |
| OpenShell | openshel | openclaw | disabled | stock:openshell/index.js | 2026.4.2 |
| Sandbox | l | | | Sandbox backend powered by OpenShell with mirrored local | |
| | | | | workspaces and SSH-based command execution. | |
| @openclaw/ | perplexi | openclaw | disabled | stock:perplexity/index.js | 2026.4.2 |
| perplexity- | ty | | | OpenClaw Perplexity plugin | |
| plugin | | | | | |
| Phone | phone- | openclaw | loaded | stock:phone-control/index.js | 2026.4.2 |
| Control | control | | | Arm/disarm high-risk phone node commands (camera/screen/ | |
| | | | | writes) with an optional auto-expiry. | |
| @openclaw/ | qianfan | openclaw | loaded | stock:qianfan/index.js | 2026.4.2 |
| qianfan- | | | | OpenClaw Qianfan provider plugin | |
| provider | | | | | |
| @openclaw/ | qqbot | openclaw | disabled | stock:qqbot/index.js | 2026.4.2 |
| qqbot | | | | OpenClaw QQ Bot channel plugin | |
| @openclaw/ | searxng | openclaw | loaded | stock:searxng/index.js | 2026.4.2 |
| searxng- | | | | OpenClaw SearXNG plugin | |
| plugin | | | | | |
| @openclaw/ | sglang | openclaw | loaded | stock:sglang/index.js | 2026.4.2 |
| sglang- | | | | OpenClaw SGLang provider plugin | |
| provider | | | | | |
| @openclaw/ | signal | openclaw | disabled | stock:signal/index.js | 2026.4.2 |
| signal | | | | OpenClaw Signal channel plugin | |
| @openclaw/ | slack | openclaw | disabled | stock:slack/index.js | 2026.4.2 |
| slack | | | | OpenClaw Slack channel plugin | |
| @openclaw/ | synology | openclaw | disabled | stock:synology-chat/index.js | 2026.4.2 |
| synology- | -chat | | | Synology Chat channel plugin for OpenClaw | |
| chat | | | | | |
| @openclaw/ | syntheti | openclaw | loaded | stock:synthetic/index.js | 2026.4.2 |
| synthetic- | c | | | OpenClaw Synthetic provider plugin | |
| provider | | | | | |
| Talk Voice | talk- | openclaw | loaded | stock:talk-voice/index.js | 2026.4.2 |
| | voice | | | Manage Talk voice selection (list/set). | |
| @openclaw/ | tavily | openclaw | disabled | stock:tavily/index.js | 2026.4.2 |
| tavily- | | | | OpenClaw Tavily plugin | |
| plugin | | | | | |
| @openclaw/ | telegram | openclaw | disabled | stock:telegram/index.js | 2026.4.2 |
| telegram | | | | OpenClaw Telegram channel plugin | |
| Thread | thread- | openclaw | disabled | stock:thread-ownership/index.js | 2026.4.2 |
| Ownership | ownershi | | | Prevents multiple agents from responding in the same | |
| | p | | | Slack thread. Uses HTTP calls to the slack-forwarder | |
| | | | | ownership API. | |
| @openclaw/ | tlon | openclaw | disabled | stock:tlon/index.js | 2026.4.2 |
| tlon | | | | OpenClaw Tlon/Urbit channel plugin | |
| @openclaw/ | together | openclaw | loaded | stock:together/index.js | 2026.4.2 |
| together- | | | | OpenClaw Together provider plugin | |
| provider | | | | | |
| @openclaw/ | twitch | openclaw | disabled | stock:twitch/index.js | 2026.4.2 |
| twitch | | | | OpenClaw Twitch channel plugin | |
| @openclaw/ | venice | openclaw | loaded | stock:venice/index.js | 2026.4.2 |
| venice- | | | | OpenClaw Venice provider plugin | |
| provider | | | | | |
| @openclaw/ | vercel- | openclaw | loaded | stock:vercel-ai-gateway/index.js | 2026.4.2 |
| vercel-ai- | ai- | | | OpenClaw Vercel AI Gateway provider plugin | |
| gateway- | gateway | | | | |
| provider | | | | | |
| @openclaw/ | vllm | openclaw | loaded | stock:vllm/index.js | 2026.4.2 |
| vllm- | | | | OpenClaw vLLM provider plugin | |
| provider | | | | | |
| @openclaw/ | voice- | openclaw | disabled | stock:voice-call/index.js | 2026.4.2 |
| voice-call | call | | | OpenClaw voice-call plugin | |
| @openclaw/ | volcengi | openclaw | loaded | stock:volcengine/index.js | 2026.4.2 |
| volcengine- | ne | | | OpenClaw Volcengine provider plugin | |
| provider | | | | | |
| @openclaw/ | whatsapp | openclaw | disabled | stock:whatsapp/index.js | 2026.4.2 |
| whatsapp | | | | OpenClaw WhatsApp channel plugin | |
| @openclaw/ | xai | openclaw | loaded | stock:xai/index.js | 2026.4.2 |
| xai-plugin | | | | OpenClaw xAI plugin | |
| @openclaw/ | xiaomi | openclaw | loaded | stock:xiaomi/index.js | 2026.4.2 |
| xiaomi- | | | | OpenClaw Xiaomi provider plugin | |
| provider | | | | | |
| @openclaw/ | zai | openclaw | loaded | stock:zai/index.js | 2026.4.2 |
| zai-provider | | | | OpenClaw Z.AI provider plugin | |
| @openclaw/ | zalo | openclaw | disabled | stock:zalo/index.js | 2026.4.2 |
| zalo | | | | OpenClaw Zalo channel plugin | |
| @openclaw/ | zalouser | openclaw | disabled | stock:zalouser/index.js | 2026.4.2 |
| zalouser | | | | OpenClaw Zalo Personal Account plugin via native zca-js | |
| | | | | integration | |
+--------------+----------+----------+----------+-----------------------------------------------------------+----------+
```
配置文件中这句是刚执行你的脚本后加的,之前没有:
```json
"minimax-portal-auth": {
"enabled": true
}
```
---
我重启了gateway,在web上发送消息,然后收到报错:
```
Agent failed before reply: All models failed (2): minimax/MiniMax-M2.7: No API key found for provider "minimax". Auth store: C:\Users\admin.openclaw\agents\main\agent\auth-profiles.json (agentDir: C:\Users\admin.openclaw\agents\main\agent). Configure auth for this agent (openclaw agents add ) or copy auth-profiles.json from the main agentDir. (auth) | minimax/MiniMax-M2.7-highspeed: No API key found for provider "minimax". Auth store: C:\Users\admin.openclaw\agents\main\agent\auth-profiles.json (agentDir: C:\Users\admin.openclaw\agents\main\agent). Configure auth for this agent (openclaw agents add ) or copy auth-profiles.json from the main agentDir. (auth).
Logs: openclaw logs --follow
```
因为我使用的是Code plan,minimax提供的是`OAuth 登录`,参见页面:https://platform.minimaxi.com/docs/token-plan/openclaw#oauth-%E7%99%BB%E5%BD%95%EF%BC%88%E6%8E%A8%E8%8D%90%EF%BC%89
后台看到的错误是:
```
19:48:44+08:00 [diagnostic] lane task error: lane=main durationMs=749 error="FailoverError: No API key found for provider "minimax". Auth store: C:\Users\admin\.openclaw\agents\main\agent\auth-profiles.json (agentDir: C:\Users\admin\.openclaw\agents\main\agent). Configure auth for this agent (openclaw agents add ) or copy auth-profiles.json from the main agentDir."
19:48:44+08:00 [diagnostic] lane task error: lane=session:agent:main:main durationMs=752 error="FailoverError: No API key found for provider "minimax". Auth store: C:\Users\admin\.openclaw\agents\main\agent\auth-profiles.json (agentDir: C:\Users\admin\.openclaw\agents\main\agent). Configure auth for this agent (openclaw agents add ) or copy auth-profiles.json from the main agentDir."
19:48:44+08:00 [model-fallback/decision] model fallback decision: decision=candidate_failed requested=minimax/MiniMax-M2.7 candidate=minimax/MiniMax-M2.7 reason=auth next=minimax/MiniMax-M2.7-highspeed
19:48:44+08:00 [diagnostic] lane task error: lane=main durationMs=54 error="FailoverError: No API key found for provider "minimax". Auth store: C:\Users\admin\.openclaw\agents\main\agent\auth-profiles.json (agentDir: C:\Users\admin\.openclaw\agents\main\agent). Configure auth for this agent (openclaw agents add ) or copy auth-profiles.json from the main agentDir."
19:48:44+08:00 [diagnostic] lane task error: lane=session:agent:main:main durationMs=55 error="FailoverError: No API key found for provider "minimax". Auth store: C:\Users\admin\.openclaw\agents\main\agent\auth-profiles.json (agentDir: C:\Users\admin\.openclaw\agents\main\agent). Configure auth for this agent (openclaw agents add ) or copy auth-profiles.json from the main agentDir."
```
openclaw models auth login --provider minimax