diff --git a/docs/zh-CN/plugins/plugin-inventory.md b/docs/zh-CN/plugins/plugin-inventory.md index c117e1636..400e6ce50 100644 --- a/docs/zh-CN/plugins/plugin-inventory.md +++ b/docs/zh-CN/plugins/plugin-inventory.md @@ -1,22 +1,22 @@ --- read_when: - - 你正在决定一个插件是随核心 npm 包一起发布,还是单独安装。 + - 你正在判断一个插件是随核心 npm 包一起发布,还是单独安装 - 你正在更新内置插件包元数据或发布自动化 - - 你需要权威的内部与外部插件列表 -summary: OpenClaw 插件的生成清单,这些插件随核心一起交付、对外发布,或仅以源码形式保留 + - 你需要规范的内部与外部插件列表 +summary: 已生成的 OpenClaw 插件清单,涵盖随核心交付、外部发布或仅保留源码的插件 title: 插件清单 x-i18n: - generated_at: "2026-05-03T02:48:45Z" + generated_at: "2026-05-04T09:13:13Z" model: gpt-5.5 provider: openai - source_hash: 2099d8a67847f54040db332287708a1f79aa6c08e6e33125425389fe962865cb + source_hash: 64f3d27ae65faacf89deeaad1b456318fa72993fdcf16262f30fb3f48b898024 source_path: plugins/plugin-inventory.md workflow: 16 --- # 插件清单 -此页面由 `extensions/*/package.json`、`openclaw.plugin.json` +本页由 `extensions/*/package.json`、`openclaw.plugin.json` 以及根 npm 包的 `files` 排除项生成。使用以下命令重新生成: ```bash @@ -25,140 +25,159 @@ pnpm plugins:inventory:gen ## 定义 -- **核心 npm 包:** 内置于 `openclaw` npm 包中,无需单独安装插件即可使用。 -- **官方外部包:** 由 OpenClaw 维护的插件,未包含在核心 npm 包中,保留在此官方清单里,并可通过 ClawHub 和/或 npm 按需安装。 -- **仅源代码检出:** 仓库本地插件,未包含在已发布的 npm 构件中,也不会作为可安装包宣传。 +- **核心 npm 包:**内置于 `openclaw` npm 包中,无需单独安装插件即可使用。 +- **官方外部包:**由 OpenClaw 维护的插件,会从核心 npm 包中省略,保留在此官方清单中,并可通过 ClawHub 和/或 npm 按需安装。 +- **仅源码检出:**仓库本地插件,会从已发布的 npm 构件中省略,也不会宣传为可安装包。 -源代码检出与 npm 安装不同:执行 `pnpm install` 后,内置 +源码检出不同于 npm 安装:执行 `pnpm install` 后,内置 插件会从 `extensions/` 加载,因此本地编辑和包本地工作区 -依赖项可用。 +依赖都可用。 + +## 安装插件 + +使用 **分发** 列判断是否需要安装。标为 +`included in OpenClaw` 的插件已存在于核心包中。官方 +外部包需要安装一次,然后重启 Gateway 网关。 + +例如,Discord 是官方外部包: + +```bash +openclaw plugins install @openclaw/discord +openclaw gateway restart +openclaw plugins inspect discord --runtime --json +``` + +裸包规范会先尝试 ClawHub,然后回退到 npm。若要强制指定来源,请使用 +`clawhub:@openclaw/discord` 或 `npm:@openclaw/discord`。安装后,按照 +插件的设置文档(例如 [Discord](/zh-CN/channels/discord))添加凭证 +和渠道配置。有关更新、卸载和发布命令,请参阅 [管理插件](/zh-CN/plugins/manage-plugins)。 ## 核心 npm 包 -| 插件 | 描述 | 分发 | 接口面 | +| 插件 | 描述 | 分发方式 | 暴露面 | | ----------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [alibaba](/zh-CN/plugins/reference/alibaba) | 添加视频生成提供商支持。 | `@openclaw/alibaba-provider`
内置于 OpenClaw | contracts: videoGenerationProviders | -| [amazon-bedrock](/zh-CN/plugins/reference/amazon-bedrock) | 为 OpenClaw 添加 Amazon Bedrock 模型提供商支持。 | `@openclaw/amazon-bedrock-provider`
内置于 OpenClaw | providers: amazon-bedrock; contracts: memoryEmbeddingProviders | -| [amazon-bedrock-mantle](/zh-CN/plugins/reference/amazon-bedrock-mantle) | 为 OpenClaw 添加 Amazon Bedrock Mantle 模型提供商支持。 | `@openclaw/amazon-bedrock-mantle-provider`
内置于 OpenClaw | providers: amazon-bedrock-mantle | -| [anthropic](/zh-CN/plugins/reference/anthropic) | 为 OpenClaw 添加 Anthropic 模型提供商支持。 | `@openclaw/anthropic-provider`
内置于 OpenClaw | providers: anthropic; contracts: mediaUnderstandingProviders | -| [anthropic-vertex](/zh-CN/plugins/reference/anthropic-vertex) | 为 OpenClaw 添加 Anthropic Vertex 模型提供商支持。 | `@openclaw/anthropic-vertex-provider`
内置于 OpenClaw | providers: anthropic-vertex | -| [arcee](/zh-CN/plugins/reference/arcee) | 为 OpenClaw 添加 Arcee 模型提供商支持。 | `@openclaw/arcee-provider`
内置于 OpenClaw | providers: arcee | -| [azure-speech](/zh-CN/plugins/reference/azure-speech) | Azure AI Speech 文本转语音(MP3、原生 Ogg/Opus 语音消息、PCM 电话音频)。 | `@openclaw/azure-speech`
内置于 OpenClaw | contracts: speechProviders | -| [bonjour](/zh-CN/plugins/reference/bonjour) | 通过 Bonjour/mDNS 广播本地 OpenClaw Gateway 网关。 | `@openclaw/bonjour`
内置于 OpenClaw | 插件 | -| [browser](/zh-CN/plugins/reference/browser) | 添加智能体可调用的工具。 | `@openclaw/browser-plugin`
内置于 OpenClaw | contracts: tools; Skills | -| [byteplus](/zh-CN/plugins/reference/byteplus) | 为 OpenClaw 添加 BytePlus、BytePlus Plan 模型提供商支持。 | `@openclaw/byteplus-provider`
内置于 OpenClaw | providers: byteplus, byteplus-plan; contracts: videoGenerationProviders | -| [cerebras](/zh-CN/plugins/reference/cerebras) | 为 OpenClaw 添加 Cerebras 模型提供商支持。 | `@openclaw/cerebras-provider`
内置于 OpenClaw | providers: cerebras | -| [chutes](/zh-CN/plugins/reference/chutes) | 为 OpenClaw 添加 Chutes 模型提供商支持。 | `@openclaw/chutes-provider`
内置于 OpenClaw | providers: chutes | -| [cloudflare-ai-gateway](/zh-CN/plugins/reference/cloudflare-ai-gateway) | 为 OpenClaw 添加 Cloudflare AI Gateway 模型提供商支持。 | `@openclaw/cloudflare-ai-gateway-provider`
内置于 OpenClaw | providers: cloudflare-ai-gateway | -| [comfy](/zh-CN/plugins/reference/comfy) | 为 OpenClaw 添加 ComfyUI 模型提供商支持。 | `@openclaw/comfy-provider`
内置于 OpenClaw | providers: comfy; contracts: imageGenerationProviders, musicGenerationProviders, videoGenerationProviders | -| [copilot-proxy](/zh-CN/plugins/reference/copilot-proxy) | 为 OpenClaw 添加 Copilot Proxy 模型提供商支持。 | `@openclaw/copilot-proxy`
内置于 OpenClaw | providers: copilot-proxy | -| [deepgram](/zh-CN/plugins/reference/deepgram) | 添加媒体理解提供商支持。添加实时转录提供商支持。 | `@openclaw/deepgram-provider`
内置于 OpenClaw | contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders | -| [deepinfra](/zh-CN/plugins/reference/deepinfra) | 为 OpenClaw 添加 DeepInfra 模型提供商支持。 | `@openclaw/deepinfra-provider`
内置于 OpenClaw | providers: deepinfra; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, speechProviders, videoGenerationProviders | -| [deepseek](/zh-CN/plugins/reference/deepseek) | 为 OpenClaw 添加 DeepSeek 模型提供商支持。 | `@openclaw/deepseek-provider`
内置于 OpenClaw | providers: deepseek | -| [document-extract](/zh-CN/plugins/reference/document-extract) | 从本地文档附件中提取文本和备用页面图片。 | `@openclaw/document-extract-plugin`
内置于 OpenClaw | contracts: documentExtractors | +| [alibaba](/zh-CN/plugins/reference/alibaba) | 添加视频生成提供商支持。 | `@openclaw/alibaba-provider`
包含在 OpenClaw 中 | contracts: videoGenerationProviders | +| [amazon-bedrock](/zh-CN/plugins/reference/amazon-bedrock) | 向 OpenClaw 添加 Amazon Bedrock 模型提供商支持。 | `@openclaw/amazon-bedrock-provider`
包含在 OpenClaw 中 | providers: amazon-bedrock; contracts: memoryEmbeddingProviders | +| [amazon-bedrock-mantle](/zh-CN/plugins/reference/amazon-bedrock-mantle) | 向 OpenClaw 添加 Amazon Bedrock Mantle 模型提供商支持。 | `@openclaw/amazon-bedrock-mantle-provider`
包含在 OpenClaw 中 | providers: amazon-bedrock-mantle | +| [anthropic](/zh-CN/plugins/reference/anthropic) | 向 OpenClaw 添加 Anthropic 模型提供商支持。 | `@openclaw/anthropic-provider`
包含在 OpenClaw 中 | providers: anthropic; contracts: mediaUnderstandingProviders | +| [anthropic-vertex](/zh-CN/plugins/reference/anthropic-vertex) | 向 OpenClaw 添加 Anthropic Vertex 模型提供商支持。 | `@openclaw/anthropic-vertex-provider`
包含在 OpenClaw 中 | providers: anthropic-vertex | +| [arcee](/zh-CN/plugins/reference/arcee) | 向 OpenClaw 添加 Arcee 模型提供商支持。 | `@openclaw/arcee-provider`
包含在 OpenClaw 中 | providers: arcee | +| [azure-speech](/zh-CN/plugins/reference/azure-speech) | Azure AI Speech 文本转语音(MP3、原生 Ogg/Opus 语音便签、PCM 电话音频)。 | `@openclaw/azure-speech`
包含在 OpenClaw 中 | contracts: speechProviders | +| [bonjour](/zh-CN/plugins/reference/bonjour) | 通过 Bonjour/mDNS 公告本地 OpenClaw Gateway 网关。 | `@openclaw/bonjour`
包含在 OpenClaw 中 | plugin | +| [browser](/zh-CN/plugins/reference/browser) | 添加智能体可调用的工具。 | `@openclaw/browser-plugin`
包含在 OpenClaw 中 | contracts: tools; skills | +| [byteplus](/zh-CN/plugins/reference/byteplus) | 向 OpenClaw 添加 BytePlus、BytePlus Plan 模型提供商支持。 | `@openclaw/byteplus-provider`
包含在 OpenClaw 中 | providers: byteplus, byteplus-plan; contracts: videoGenerationProviders | +| [cerebras](/zh-CN/plugins/reference/cerebras) | 向 OpenClaw 添加 Cerebras 模型提供商支持。 | `@openclaw/cerebras-provider`
包含在 OpenClaw 中 | providers: cerebras | +| [chutes](/zh-CN/plugins/reference/chutes) | 向 OpenClaw 添加 Chutes 模型提供商支持。 | `@openclaw/chutes-provider`
包含在 OpenClaw 中 | providers: chutes | +| [cloudflare-ai-gateway](/zh-CN/plugins/reference/cloudflare-ai-gateway) | 向 OpenClaw 添加 Cloudflare AI Gateway 模型提供商支持。 | `@openclaw/cloudflare-ai-gateway-provider`
包含在 OpenClaw 中 | providers: cloudflare-ai-gateway | +| [comfy](/zh-CN/plugins/reference/comfy) | 向 OpenClaw 添加 ComfyUI 模型提供商支持。 | `@openclaw/comfy-provider`
包含在 OpenClaw 中 | providers: comfy; contracts: imageGenerationProviders, musicGenerationProviders, videoGenerationProviders | +| [copilot-proxy](/zh-CN/plugins/reference/copilot-proxy) | 向 OpenClaw 添加 Copilot Proxy 模型提供商支持。 | `@openclaw/copilot-proxy`
包含在 OpenClaw 中 | providers: copilot-proxy | +| [deepgram](/zh-CN/plugins/reference/deepgram) | 添加媒体理解提供商支持。添加实时转写提供商支持。 | `@openclaw/deepgram-provider`
包含在 OpenClaw 中 | contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders | +| [deepinfra](/zh-CN/plugins/reference/deepinfra) | 向 OpenClaw 添加 DeepInfra 模型提供商支持。 | `@openclaw/deepinfra-provider`
包含在 OpenClaw 中 | providers: deepinfra; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, speechProviders, videoGenerationProviders | +| [deepseek](/zh-CN/plugins/reference/deepseek) | 向 OpenClaw 添加 DeepSeek 模型提供商支持。 | `@openclaw/deepseek-provider`
包含在 OpenClaw 中 | providers: deepseek | +| [document-extract](/zh-CN/plugins/reference/document-extract) | 从本地文档附件中提取文本和备用页面图片。 | `@openclaw/document-extract-plugin`
包含在 OpenClaw 中 | contracts: documentExtractors | | [duckduckgo](/zh-CN/plugins/reference/duckduckgo) | 添加 Web 搜索提供商支持。 | `@openclaw/duckduckgo-plugin`
包含在 OpenClaw 中 | contracts: webSearchProviders | | [elevenlabs](/zh-CN/plugins/reference/elevenlabs) | 添加媒体理解提供商支持。添加实时转录提供商支持。添加文本转语音提供商支持。 | `@openclaw/elevenlabs-speech`
包含在 OpenClaw 中 | contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders | | [exa](/zh-CN/plugins/reference/exa) | 添加 Web 搜索提供商支持。 | `@openclaw/exa-plugin`
包含在 OpenClaw 中 | contracts: webSearchProviders | | [fal](/zh-CN/plugins/reference/fal) | 为 OpenClaw 添加 fal 模型提供商支持。 | `@openclaw/fal-provider`
包含在 OpenClaw 中 | providers: fal; contracts: imageGenerationProviders, videoGenerationProviders | -| [file-transfer](/zh-CN/plugins/reference/file-transfer) | 通过专用节点命令,在已配对节点上获取、列出和写入文件。对于最大 16 MB 的二进制文件,通过 node.invoke 使用 base64,绕过 bash stdout 截断。 | `@openclaw/file-transfer`
包含在 OpenClaw 中 | contracts: tools | -| [firecrawl](/zh-CN/plugins/reference/firecrawl) | 添加智能体可调用的工具。添加 Web 获取提供商支持。添加 Web 搜索提供商支持。 | `@openclaw/firecrawl-plugin`
包含在 OpenClaw 中 | contracts: tools, webFetchProviders, webSearchProviders | +| [file-transfer](/zh-CN/plugins/reference/file-transfer) | 通过专用节点命令在已配对节点上获取、列出和写入文件。对于最大 16 MB 的二进制文件,通过在 node.invoke 上使用 base64,绕过 bash stdout 截断。 | `@openclaw/file-transfer`
包含在 OpenClaw 中 | contracts: tools | +| [firecrawl](/zh-CN/plugins/reference/firecrawl) | 添加可由智能体调用的工具。添加 Web 获取提供商支持。添加 Web 搜索提供商支持。 | `@openclaw/firecrawl-plugin`
包含在 OpenClaw 中 | contracts: tools, webFetchProviders, webSearchProviders | | [fireworks](/zh-CN/plugins/reference/fireworks) | 为 OpenClaw 添加 Fireworks 模型提供商支持。 | `@openclaw/fireworks-provider`
包含在 OpenClaw 中 | providers: fireworks | | [github-copilot](/zh-CN/plugins/reference/github-copilot) | 为 OpenClaw 添加 GitHub Copilot 模型提供商支持。 | `@openclaw/github-copilot-provider`
包含在 OpenClaw 中 | providers: github-copilot; contracts: memoryEmbeddingProviders | | [google](/zh-CN/plugins/reference/google) | 为 OpenClaw 添加 Google、Google Gemini CLI、Google Vertex 模型提供商支持。 | `@openclaw/google-plugin`
包含在 OpenClaw 中 | providers: google, google-gemini-cli, google-vertex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, musicGenerationProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders, webSearchProviders | | [gradium](/zh-CN/plugins/reference/gradium) | 添加文本转语音提供商支持。 | `@openclaw/gradium-speech`
包含在 OpenClaw 中 | contracts: speechProviders | | [groq](/zh-CN/plugins/reference/groq) | 为 OpenClaw 添加 Groq 模型提供商支持。 | `@openclaw/groq-provider`
包含在 OpenClaw 中 | providers: groq; contracts: mediaUnderstandingProviders | | [huggingface](/zh-CN/plugins/reference/huggingface) | 为 OpenClaw 添加 Hugging Face 模型提供商支持。 | `@openclaw/huggingface-provider`
包含在 OpenClaw 中 | providers: huggingface | -| [imessage](/zh-CN/plugins/reference/imessage) | 添加用于发送和接收 OpenClaw 消息的 iMessage 渠道界面。 | `@openclaw/imessage`
包含在 OpenClaw 中 | channels: imessage | +| [imessage](/zh-CN/plugins/reference/imessage) | 添加用于发送和接收 OpenClaw 消息的 iMessage 渠道表面。 | `@openclaw/imessage`
包含在 OpenClaw 中 | channels: imessage | | [inworld](/zh-CN/plugins/reference/inworld) | Inworld 流式文本转语音(MP3、OGG_OPUS、PCM 电话音频)。 | `@openclaw/inworld-speech`
包含在 OpenClaw 中 | contracts: speechProviders | -| [irc](/zh-CN/plugins/reference/irc) | 添加用于发送和接收 OpenClaw 消息的 IRC 渠道界面。 | `@openclaw/irc`
包含在 OpenClaw 中 | channels: irc | +| [irc](/zh-CN/plugins/reference/irc) | 添加用于发送和接收 OpenClaw 消息的 IRC 渠道表面。 | `@openclaw/irc`
包含在 OpenClaw 中 | channels: irc | | [kilocode](/zh-CN/plugins/reference/kilocode) | 为 OpenClaw 添加 Kilocode 模型提供商支持。 | `@openclaw/kilocode-provider`
包含在 OpenClaw 中 | providers: kilocode | | [kimi](/zh-CN/plugins/reference/kimi) | 为 OpenClaw 添加 Kimi、Kimi Coding 模型提供商支持。 | `@openclaw/kimi-provider`
包含在 OpenClaw 中 | providers: kimi, kimi-coding | | [litellm](/zh-CN/plugins/reference/litellm) | 为 OpenClaw 添加 LiteLLM 模型提供商支持。 | `@openclaw/litellm-provider`
包含在 OpenClaw 中 | providers: litellm; contracts: imageGenerationProviders | -| [llm-task](/zh-CN/plugins/reference/llm-task) | 用于结构化任务的通用 JSON-only LLM 工具,可从工作流调用。 | `@openclaw/llm-task`
包含在 OpenClaw 中 | contracts: tools | +| [llm-task](/zh-CN/plugins/reference/llm-task) | 用于可从工作流调用的结构化任务的通用 JSON-only LLM 工具。 | `@openclaw/llm-task`
包含在 OpenClaw 中 | contracts: tools | | [lmstudio](/zh-CN/plugins/reference/lmstudio) | 为 OpenClaw 添加 LM Studio 模型提供商支持。 | `@openclaw/lmstudio-provider`
包含在 OpenClaw 中 | providers: lmstudio; contracts: memoryEmbeddingProviders | -| [matrix](/zh-CN/plugins/reference/matrix) | 添加用于发送和接收 OpenClaw 消息的 Matrix 渠道界面。 | `@openclaw/matrix`
包含在 OpenClaw 中 | channels: matrix | -| [mattermost](/zh-CN/plugins/reference/mattermost) | 添加 Mattermost 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/mattermost`
包含在 OpenClaw 中 | channels: mattermost | -| [memory-core](/zh-CN/plugins/reference/memory-core) | 添加记忆嵌入提供商支持。添加智能体可调用的工具。 | `@openclaw/memory-core`
包含在 OpenClaw 中 | contracts: memoryEmbeddingProviders, tools | -| [memory-wiki](/zh-CN/plugins/reference/memory-wiki) | 面向 OpenClaw 的持久化 wiki 编译器和适合 Obsidian 的知识库。 | `@openclaw/memory-wiki`
包含在 OpenClaw 中 | contracts: tools; skills | -| [microsoft](/zh-CN/plugins/reference/microsoft) | 添加文本转语音提供商支持。 | `@openclaw/microsoft-speech`
包含在 OpenClaw 中 | contracts: speechProviders | -| [microsoft-foundry](/zh-CN/plugins/reference/microsoft-foundry) | 向 OpenClaw 添加 Microsoft Foundry 模型提供商支持。 | `@openclaw/microsoft-foundry`
包含在 OpenClaw 中 | providers: microsoft-foundry | -| [migrate-claude](/zh-CN/plugins/reference/migrate-claude) | 将 Claude Code 和 Claude Desktop 指令、MCP 服务器、Skills 和安全配置导入 OpenClaw。 | `@openclaw/migrate-claude`
包含在 OpenClaw 中 | contracts: migrationProviders | -| [migrate-hermes](/zh-CN/plugins/reference/migrate-hermes) | 将 Hermes 配置、记忆、Skills 和受支持的凭证导入 OpenClaw。 | `@openclaw/migrate-hermes`
包含在 OpenClaw 中 | contracts: migrationProviders | -| [minimax](/zh-CN/plugins/reference/minimax) | 向 OpenClaw 添加 MiniMax、MiniMax Portal 模型提供商支持。 | `@openclaw/minimax-provider`
包含在 OpenClaw 中 | providers: minimax, minimax-portal; contracts: imageGenerationProviders, mediaUnderstandingProviders, musicGenerationProviders, speechProviders, videoGenerationProviders, webSearchProviders | -| [mistral](/zh-CN/plugins/reference/mistral) | 向 OpenClaw 添加 Mistral 模型提供商支持。 | `@openclaw/mistral-provider`
包含在 OpenClaw 中 | providers: mistral; contracts: mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders | -| [moonshot](/zh-CN/plugins/reference/moonshot) | 向 OpenClaw 添加 Moonshot 模型提供商支持。 | `@openclaw/moonshot-provider`
包含在 OpenClaw 中 | providers: moonshot; contracts: mediaUnderstandingProviders, webSearchProviders | -| [nvidia](/zh-CN/plugins/reference/nvidia) | 向 OpenClaw 添加 NVIDIA 模型提供商支持。 | `@openclaw/nvidia-provider`
包含在 OpenClaw 中 | providers: nvidia | -| [ollama](/zh-CN/plugins/reference/ollama) | 向 OpenClaw 添加 Ollama 模型提供商支持。 | `@openclaw/ollama-provider`
包含在 OpenClaw 中 | providers: ollama; contracts: memoryEmbeddingProviders, webSearchProviders | -| [open-prose](/zh-CN/plugins/reference/open-prose) | OpenProse VM Skill 包,带有一个 /prose 斜杠命令。 | `@openclaw/open-prose`
包含在 OpenClaw 中 | skills | -| [openai](/zh-CN/plugins/reference/openai) | 向 OpenClaw 添加 OpenAI、OpenAI Codex 模型提供商支持。 | `@openclaw/openai-provider`
包含在 OpenClaw 中 | providers: openai, openai-codex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders | -| [opencode](/zh-CN/plugins/reference/opencode) | 向 OpenClaw 添加 OpenCode 模型提供商支持。 | `@openclaw/opencode-provider`
包含在 OpenClaw 中 | providers: opencode; contracts: mediaUnderstandingProviders | -| [opencode-go](/zh-CN/plugins/reference/opencode-go) | 向 OpenClaw 添加 OpenCode Go 模型提供商支持。 | `@openclaw/opencode-go-provider`
包含在 OpenClaw 中 | providers: opencode-go; contracts: mediaUnderstandingProviders | -| [openrouter](/zh-CN/plugins/reference/openrouter) | 向 OpenClaw 添加 OpenRouter 模型提供商支持。 | `@openclaw/openrouter-provider`
包含在 OpenClaw 中 | providers: openrouter; contracts: imageGenerationProviders, mediaUnderstandingProviders, speechProviders, videoGenerationProviders | -| [openshell](/zh-CN/plugins/reference/openshell) | 由 OpenShell 驱动的沙箱后端,带有镜像的本地工作区和基于 SSH 的命令执行。 | `@openclaw/openshell-sandbox`
包含在 OpenClaw 中 | plugin | -| [perplexity](/zh-CN/plugins/reference/perplexity) | 添加 Web 搜索提供商支持。 | `@openclaw/perplexity-plugin`
包含在 OpenClaw 中 | contracts: webSearchProviders | -| [qianfan](/zh-CN/plugins/reference/qianfan) | 向 OpenClaw 添加 Qianfan 模型提供商支持。 | `@openclaw/qianfan-provider`
包含在 OpenClaw 中 | providers: qianfan | -| [qwen](/zh-CN/plugins/reference/qwen) | 向 OpenClaw 添加 Qwen、Qwen Cloud、Model Studio、DashScope 模型提供商支持。 | `@openclaw/qwen-provider`
包含在 OpenClaw 中 | providers: qwen, qwencloud, modelstudio, dashscope; contracts: mediaUnderstandingProviders, videoGenerationProviders | -| [runway](/zh-CN/plugins/reference/runway) | 添加视频生成提供商支持。 | `@openclaw/runway-provider`
已包含在 OpenClaw 中 | contracts: videoGenerationProviders | -| [searxng](/zh-CN/plugins/reference/searxng) | 添加 Web 搜索提供商支持。 | `@openclaw/searxng-plugin`
已包含在 OpenClaw 中 | contracts: webSearchProviders | -| [senseaudio](/zh-CN/plugins/reference/senseaudio) | 添加媒体理解提供商支持。 | `@openclaw/senseaudio-provider`
已包含在 OpenClaw 中 | contracts: mediaUnderstandingProviders | -| [sglang](/zh-CN/plugins/reference/sglang) | 为 OpenClaw 添加 SGLang 模型提供商支持。 | `@openclaw/sglang-provider`
已包含在 OpenClaw 中 | providers: sglang | -| [signal](/zh-CN/plugins/reference/signal) | 添加用于发送和接收 OpenClaw 消息的 Signal 渠道界面。 | `@openclaw/signal`
已包含在 OpenClaw 中 | channels: signal | -| [skill-workshop](/zh-CN/plugins/reference/skill-workshop) | 将可重复工作流捕获为工作区 Skills,支持待审、写入安全和 Skill prompt 刷新。 | `@openclaw/skill-workshop`
已包含在 OpenClaw 中 | contracts: tools | -| [slack](/zh-CN/plugins/reference/slack) | 添加用于发送和接收 OpenClaw 消息的 Slack 渠道界面。 | `@openclaw/slack`
已包含在 OpenClaw 中 | channels: slack | -| [stepfun](/zh-CN/plugins/reference/stepfun) | 为 OpenClaw 添加 StepFun、StepFun Plan 模型提供商支持。 | `@openclaw/stepfun-provider`
已包含在 OpenClaw 中 | providers: stepfun, stepfun-plan | -| [synthetic](/zh-CN/plugins/reference/synthetic) | 为 OpenClaw 添加 Synthetic 模型提供商支持。 | `@openclaw/synthetic-provider`
已包含在 OpenClaw 中 | providers: synthetic | -| [tavily](/zh-CN/plugins/reference/tavily) | 添加智能体可调用的工具。添加 Web 搜索提供商支持。 | `@openclaw/tavily-plugin`
已包含在 OpenClaw 中 | contracts: tools, webSearchProviders; skills | -| [telegram](/zh-CN/plugins/reference/telegram) | 添加用于发送和接收 OpenClaw 消息的 Telegram 渠道界面。 | `@openclaw/telegram`
已包含在 OpenClaw 中 | channels: telegram | -| [tencent](/zh-CN/plugins/reference/tencent) | 为 OpenClaw 添加 Tencent TokenHub 模型提供商支持。 | `@openclaw/tencent-provider`
已包含在 OpenClaw 中 | providers: tencent-tokenhub | -| [together](/zh-CN/plugins/reference/together) | 为 OpenClaw 添加 Together 模型提供商支持。 | `@openclaw/together-provider`
已包含在 OpenClaw 中 | providers: together; contracts: videoGenerationProviders | -| [tokenjuice](/zh-CN/plugins/reference/tokenjuice) | 使用 tokenjuice reducers 压缩 exec 和 bash 工具结果。 | `@openclaw/tokenjuice`
已包含在 OpenClaw 中 | contracts: agentToolResultMiddleware | -| [tts-local-cli](/zh-CN/plugins/reference/tts-local-cli) | 添加文本转语音提供商支持。 | `@openclaw/tts-local-cli`
已包含在 OpenClaw 中 | contracts: speechProviders | -| [venice](/zh-CN/plugins/reference/venice) | 为 OpenClaw 添加 Venice 模型提供商支持。 | `@openclaw/venice-provider`
已包含在 OpenClaw 中 | providers: venice | -| [vercel-ai-gateway](/zh-CN/plugins/reference/vercel-ai-gateway) | 为 OpenClaw 添加 Vercel AI Gateway 模型提供商支持。 | `@openclaw/vercel-ai-gateway-provider`
已包含在 OpenClaw 中 | providers: vercel-ai-gateway | -| [vllm](/zh-CN/plugins/reference/vllm) | 为 OpenClaw 添加 vLLM 模型提供商支持。 | `@openclaw/vllm-provider`
已包含在 OpenClaw 中 | providers: vllm | -| [volcengine](/zh-CN/plugins/reference/volcengine) | 为 OpenClaw 添加 Volcengine、Volcengine Plan 模型提供商支持。 | `@openclaw/volcengine-provider`
已包含在 OpenClaw 中 | providers: volcengine, volcengine-plan; contracts: speechProviders | -| [voyage](/zh-CN/plugins/reference/voyage) | 添加记忆嵌入提供商支持。 | `@openclaw/voyage-provider`
已包含在 OpenClaw 中 | contracts: memoryEmbeddingProviders | -| [vydra](/zh-CN/plugins/reference/vydra) | 为 OpenClaw 添加 Vydra 模型提供商支持。 | `@openclaw/vydra-provider`
已包含在 OpenClaw 中 | providers: vydra; contracts: imageGenerationProviders, speechProviders, videoGenerationProviders | -| [web-readability](/zh-CN/plugins/reference/web-readability) | 从本地 HTML 网页获取响应中提取可读的文章内容。 | `@openclaw/web-readability-plugin`
OpenClaw 内置 | contracts: webContentExtractors | -| [webhooks](/zh-CN/plugins/reference/webhooks) | 经过身份验证的入站网络钩子,可将外部自动化绑定到 OpenClaw TaskFlows。 | `@openclaw/webhooks`
OpenClaw 内置 | 插件 | -| [xai](/zh-CN/plugins/reference/xai) | 为 OpenClaw 添加 xAI 模型提供商支持。 | `@openclaw/xai-plugin`
OpenClaw 内置 | providers: xai; contracts: imageGenerationProviders, mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders, tools, videoGenerationProviders, webSearchProviders | -| [xiaomi](/zh-CN/plugins/reference/xiaomi) | 为 OpenClaw 添加 Xiaomi 模型提供商支持。 | `@openclaw/xiaomi-provider`
OpenClaw 内置 | providers: xiaomi; contracts: speechProviders | -| [zai](/zh-CN/plugins/reference/zai) | 为 OpenClaw 添加 Z.AI 模型提供商支持。 | `@openclaw/zai-provider`
OpenClaw 内置 | providers: zai; contracts: mediaUnderstandingProviders | +| [matrix](/zh-CN/plugins/reference/matrix) | 添加用于发送和接收 OpenClaw 消息的 Matrix 渠道表面。 | `@openclaw/matrix`
包含在 OpenClaw 中 | channels: matrix | +| [mattermost](/zh-CN/plugins/reference/mattermost) | 添加 Mattermost 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/mattermost`
OpenClaw 内置 | channels: mattermost | +| [memory-core](/zh-CN/plugins/reference/memory-core) | 添加记忆嵌入提供商支持。添加可由智能体调用的工具。 | `@openclaw/memory-core`
OpenClaw 内置 | contracts: memoryEmbeddingProviders, tools | +| [memory-wiki](/zh-CN/plugins/reference/memory-wiki) | 为 OpenClaw 提供持久化 wiki 编译器和适配 Obsidian 的知识库。 | `@openclaw/memory-wiki`
OpenClaw 内置 | contracts: tools; skills | +| [microsoft](/zh-CN/plugins/reference/microsoft) | 添加文本转语音提供商支持。 | `@openclaw/microsoft-speech`
OpenClaw 内置 | contracts: speechProviders | +| [microsoft-foundry](/zh-CN/plugins/reference/microsoft-foundry) | 为 OpenClaw 添加 Microsoft Foundry 模型提供商支持。 | `@openclaw/microsoft-foundry`
OpenClaw 内置 | providers: microsoft-foundry | +| [migrate-claude](/zh-CN/plugins/reference/migrate-claude) | 将 Claude Code 和 Claude Desktop 的说明、MCP 服务器、Skills 以及安全配置导入 OpenClaw。 | `@openclaw/migrate-claude`
OpenClaw 内置 | contracts: migrationProviders | +| [migrate-hermes](/zh-CN/plugins/reference/migrate-hermes) | 将 Hermes 配置、记忆、Skills 和受支持的凭证导入 OpenClaw。 | `@openclaw/migrate-hermes`
OpenClaw 内置 | contracts: migrationProviders | +| [minimax](/zh-CN/plugins/reference/minimax) | 为 OpenClaw 添加 MiniMax、MiniMax Portal 模型提供商支持。 | `@openclaw/minimax-provider`
OpenClaw 内置 | providers: minimax, minimax-portal; contracts: imageGenerationProviders, mediaUnderstandingProviders, musicGenerationProviders, speechProviders, videoGenerationProviders, webSearchProviders | +| [mistral](/zh-CN/plugins/reference/mistral) | 为 OpenClaw 添加 Mistral 模型提供商支持。 | `@openclaw/mistral-provider`
OpenClaw 内置 | providers: mistral; contracts: mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders | +| [moonshot](/zh-CN/plugins/reference/moonshot) | 为 OpenClaw 添加 Moonshot 模型提供商支持。 | `@openclaw/moonshot-provider`
OpenClaw 内置 | providers: moonshot; contracts: mediaUnderstandingProviders, webSearchProviders | +| [nvidia](/zh-CN/plugins/reference/nvidia) | 为 OpenClaw 添加 NVIDIA 模型提供商支持。 | `@openclaw/nvidia-provider`
OpenClaw 内置 | providers: nvidia | +| [ollama](/zh-CN/plugins/reference/ollama) | 为 OpenClaw 添加 Ollama 模型提供商支持。 | `@openclaw/ollama-provider`
OpenClaw 内置 | providers: ollama; contracts: memoryEmbeddingProviders, webSearchProviders | +| [open-prose](/zh-CN/plugins/reference/open-prose) | OpenProse VM Skill 包,包含一个 /prose 斜杠命令。 | `@openclaw/open-prose`
OpenClaw 内置 | skills | +| [openai](/zh-CN/plugins/reference/openai) | 为 OpenClaw 添加 OpenAI、OpenAI Codex 模型提供商支持。 | `@openclaw/openai-provider`
OpenClaw 内置 | providers: openai, openai-codex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders | +| [opencode](/zh-CN/plugins/reference/opencode) | 为 OpenClaw 添加 OpenCode 模型提供商支持。 | `@openclaw/opencode-provider`
OpenClaw 内置 | providers: opencode; contracts: mediaUnderstandingProviders | +| [opencode-go](/zh-CN/plugins/reference/opencode-go) | 为 OpenClaw 添加 OpenCode Go 模型提供商支持。 | `@openclaw/opencode-go-provider`
OpenClaw 内置 | providers: opencode-go; contracts: mediaUnderstandingProviders | +| [openrouter](/zh-CN/plugins/reference/openrouter) | 为 OpenClaw 添加 OpenRouter 模型提供商支持。 | `@openclaw/openrouter-provider`
OpenClaw 内置 | providers: openrouter; contracts: imageGenerationProviders, mediaUnderstandingProviders, speechProviders, videoGenerationProviders | +| [openshell](/zh-CN/plugins/reference/openshell) | 由 OpenShell 驱动的沙箱后端,带有镜像的本地工作区和基于 SSH 的命令执行。 | `@openclaw/openshell-sandbox`
OpenClaw 内置 | plugin | +| [perplexity](/zh-CN/plugins/reference/perplexity) | 添加 Web 搜索提供商支持。 | `@openclaw/perplexity-plugin`
OpenClaw 内置 | contracts: webSearchProviders | +| [qianfan](/zh-CN/plugins/reference/qianfan) | 为 OpenClaw 添加 Qianfan 模型提供商支持。 | `@openclaw/qianfan-provider`
OpenClaw 内置 | providers: qianfan | +| [qwen](/zh-CN/plugins/reference/qwen) | 为 OpenClaw 添加 Qwen、Qwen Cloud、Model Studio、DashScope 模型提供商支持。 | `@openclaw/qwen-provider`
OpenClaw 内置 | providers: qwen, qwencloud, modelstudio, dashscope; contracts: mediaUnderstandingProviders, videoGenerationProviders | +| [runway](/zh-CN/plugins/reference/runway) | 添加视频生成提供商支持。 | `@openclaw/runway-provider`
内置于 OpenClaw | 契约:videoGenerationProviders | +| [searxng](/zh-CN/plugins/reference/searxng) | 添加 Web 搜索提供商支持。 | `@openclaw/searxng-plugin`
内置于 OpenClaw | 契约:webSearchProviders | +| [senseaudio](/zh-CN/plugins/reference/senseaudio) | 添加媒体理解提供商支持。 | `@openclaw/senseaudio-provider`
内置于 OpenClaw | 契约:mediaUnderstandingProviders | +| [sglang](/zh-CN/plugins/reference/sglang) | 为 OpenClaw 添加 SGLang 模型提供商支持。 | `@openclaw/sglang-provider`
内置于 OpenClaw | 提供商:sglang | +| [signal](/zh-CN/plugins/reference/signal) | 添加 Signal 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/signal`
内置于 OpenClaw | 渠道:signal | +| [skill-workshop](/zh-CN/plugins/reference/skill-workshop) | 将可重复的工作流捕获为工作区技能,支持待审、safe writes 和 skill prompt 刷新。 | `@openclaw/skill-workshop`
内置于 OpenClaw | 契约:tools | +| [slack](/zh-CN/plugins/reference/slack) | 添加 Slack 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/slack`
内置于 OpenClaw | 渠道:slack | +| [stepfun](/zh-CN/plugins/reference/stepfun) | 为 OpenClaw 添加 StepFun、StepFun Plan 模型提供商支持。 | `@openclaw/stepfun-provider`
内置于 OpenClaw | 提供商:stepfun、stepfun-plan | +| [synthetic](/zh-CN/plugins/reference/synthetic) | 为 OpenClaw 添加 Synthetic 模型提供商支持。 | `@openclaw/synthetic-provider`
内置于 OpenClaw | 提供商:synthetic | +| [tavily](/zh-CN/plugins/reference/tavily) | 添加可由智能体调用的工具。添加 Web 搜索提供商支持。 | `@openclaw/tavily-plugin`
内置于 OpenClaw | 契约:tools、webSearchProviders;Skills | +| [telegram](/zh-CN/plugins/reference/telegram) | 添加 Telegram 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/telegram`
内置于 OpenClaw | 渠道:telegram | +| [tencent](/zh-CN/plugins/reference/tencent) | 为 OpenClaw 添加 Tencent TokenHub 模型提供商支持。 | `@openclaw/tencent-provider`
内置于 OpenClaw | 提供商:tencent-tokenhub | +| [together](/zh-CN/plugins/reference/together) | 为 OpenClaw 添加 Together 模型提供商支持。 | `@openclaw/together-provider`
内置于 OpenClaw | 提供商:together;契约:videoGenerationProviders | +| [tokenjuice](/zh-CN/plugins/reference/tokenjuice) | 使用 tokenjuice reducer 压缩 exec 和 bash 工具结果。 | `@openclaw/tokenjuice`
内置于 OpenClaw | 契约:agentToolResultMiddleware | +| [tts-local-cli](/zh-CN/plugins/reference/tts-local-cli) | 添加文本转语音提供商支持。 | `@openclaw/tts-local-cli`
内置于 OpenClaw | 契约:speechProviders | +| [venice](/zh-CN/plugins/reference/venice) | 为 OpenClaw 添加 Venice 模型提供商支持。 | `@openclaw/venice-provider`
内置于 OpenClaw | 提供商:venice | +| [vercel-ai-gateway](/zh-CN/plugins/reference/vercel-ai-gateway) | 为 OpenClaw 添加 Vercel AI Gateway 模型提供商支持。 | `@openclaw/vercel-ai-gateway-provider`
内置于 OpenClaw | 提供商:vercel-ai-gateway | +| [vllm](/zh-CN/plugins/reference/vllm) | 为 OpenClaw 添加 vLLM 模型提供商支持。 | `@openclaw/vllm-provider`
内置于 OpenClaw | 提供商:vllm | +| [volcengine](/zh-CN/plugins/reference/volcengine) | 为 OpenClaw 添加 Volcengine、Volcengine Plan 模型提供商支持。 | `@openclaw/volcengine-provider`
内置于 OpenClaw | 提供商:volcengine、volcengine-plan;契约:speechProviders | +| [voyage](/zh-CN/plugins/reference/voyage) | 添加记忆嵌入提供商支持。 | `@openclaw/voyage-provider`
内置于 OpenClaw | 契约:memoryEmbeddingProviders | +| [vydra](/zh-CN/plugins/reference/vydra) | 为 OpenClaw 添加 Vydra 模型提供商支持。 | `@openclaw/vydra-provider`
内置于 OpenClaw | 提供商:vydra;契约:imageGenerationProviders、speechProviders、videoGenerationProviders | +| [web-readability](/zh-CN/plugins/reference/web-readability) | 从本地 HTML Web 抓取响应中提取可读的文章内容。 | `@openclaw/web-readability-plugin`
包含在 OpenClaw 中 | contracts: webContentExtractors | +| [webhooks](/zh-CN/plugins/reference/webhooks) | 经过身份验证的入站 Webhook,将外部自动化绑定到 OpenClaw TaskFlows。 | `@openclaw/webhooks`
包含在 OpenClaw 中 | plugin | +| [xai](/zh-CN/plugins/reference/xai) | 为 OpenClaw 添加 xAI 模型提供商支持。 | `@openclaw/xai-plugin`
包含在 OpenClaw 中 | providers: xai; contracts: imageGenerationProviders, mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders, tools, videoGenerationProviders, webSearchProviders | +| [xiaomi](/zh-CN/plugins/reference/xiaomi) | 为 OpenClaw 添加 Xiaomi 模型提供商支持。 | `@openclaw/xiaomi-provider`
包含在 OpenClaw 中 | providers: xiaomi; contracts: speechProviders | +| [zai](/zh-CN/plugins/reference/zai) | 为 OpenClaw 添加 Z.AI 模型提供商支持。 | `@openclaw/zai-provider`
包含在 OpenClaw 中 | providers: zai; contracts: mediaUnderstandingProviders | -## 官方外部包 +## 官方外部软件包 -| 插件 | 描述 | 分发 | 接口面 | +| 插件 | 描述 | 分发 | 暴露面 | | ------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------- | -| [acpx](/zh-CN/plugins/reference/acpx) | 内嵌 ACP 运行时后端,带有插件自有的会话和传输管理。 | `@openclaw/acpx`
npm;ClawHub | skills | -| [bluebubbles](/zh-CN/plugins/reference/bluebubbles) | 添加 BlueBubbles 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/bluebubbles`
npm;ClawHub | channels: bluebubbles | -| [brave](/zh-CN/plugins/reference/brave) | 添加 Web 搜索提供商支持。 | `@openclaw/brave-plugin`
npm;ClawHub | contracts: webSearchProviders | -| [codex](/zh-CN/plugins/reference/codex) | Codex 应用服务器 harness 和由 Codex 管理的 GPT 模型目录。 | `@openclaw/codex`
npm;ClawHub | providers: codex; contracts: mediaUnderstandingProviders, migrationProviders | -| [diagnostics-otel](/zh-CN/plugins/reference/diagnostics-otel) | OpenClaw 诊断 OpenTelemetry 导出器。 | `@openclaw/diagnostics-otel`
npm;ClawHub: `clawhub:@openclaw/diagnostics-otel` | plugin | -| [diagnostics-prometheus](/zh-CN/plugins/reference/diagnostics-prometheus) | OpenClaw 诊断 Prometheus 导出器。 | `@openclaw/diagnostics-prometheus`
npm;ClawHub: `clawhub:@openclaw/diagnostics-prometheus` | plugin | -| [diffs](/zh-CN/plugins/reference/diffs) | 面向智能体的只读 diff 查看器和文件渲染器。 | `@openclaw/diffs`
npm;ClawHub | contracts: tools; skills | -| [discord](/zh-CN/plugins/reference/discord) | 添加 Discord 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/discord`
npm;ClawHub | channels: discord | -| [feishu](/zh-CN/plugins/reference/feishu) | 添加 Feishu 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/feishu`
npm;ClawHub | channels: feishu; contracts: tools; skills | -| [google-meet](/zh-CN/plugins/reference/google-meet) | 通过 Chrome 或 Twilio 传输加入 Google Meet 通话。 | `@openclaw/google-meet`
npm;ClawHub | contracts: tools | -| [googlechat](/zh-CN/plugins/reference/googlechat) | 添加 Google Chat 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/googlechat`
npm;ClawHub | channels: googlechat | -| [line](/zh-CN/plugins/reference/line) | 添加 LINE 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/line`
npm;ClawHub | channels: line | -| [lobster](/zh-CN/plugins/reference/lobster) | 带有可恢复审批的类型化工作流工具。 | `@openclaw/lobster`
npm;ClawHub | contracts: tools | -| [memory-lancedb](/zh-CN/plugins/reference/memory-lancedb) | 添加可由智能体调用的工具。 | `@openclaw/memory-lancedb`
npm;ClawHub | contracts: tools | -| [msteams](/zh-CN/plugins/reference/msteams) | 添加 Microsoft Teams 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/msteams`
npm;ClawHub | channels: msteams | -| [nextcloud-talk](/zh-CN/plugins/reference/nextcloud-talk) | 添加 Nextcloud Talk 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/nextcloud-talk`
npm;ClawHub | channels: nextcloud-talk | -| [nostr](/zh-CN/plugins/reference/nostr) | 添加 Nostr 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/nostr`
npm;ClawHub | channels: nostr | -| [qqbot](/zh-CN/plugins/reference/qqbot) | 添加 QQ Bot 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/qqbot`
npm;ClawHub | channels: qqbot; contracts: tools; skills | -| [synology-chat](/zh-CN/plugins/reference/synology-chat) | 添加 Synology Chat 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/synology-chat`
npm;ClawHub | channels: synology-chat | -| [tlon](/zh-CN/plugins/reference/tlon) | 添加 Tlon 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/tlon`
npm;ClawHub | channels: tlon; contracts: tools; skills | -| [twitch](/zh-CN/plugins/reference/twitch) | 添加 Twitch 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/twitch`
npm;ClawHub | channels: twitch | -| [voice-call](/zh-CN/plugins/reference/voice-call) | 添加可由智能体调用的工具。 | `@openclaw/voice-call`
npm;ClawHub | contracts: tools | -| [whatsapp](/zh-CN/plugins/reference/whatsapp) | 添加 WhatsApp 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/whatsapp`
npm;ClawHub | channels: whatsapp | -| [zalo](/zh-CN/plugins/reference/zalo) | 添加 Zalo 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/zalo`
npm;ClawHub | channels: zalo | -| [zalouser](/zh-CN/plugins/reference/zalouser) | 添加 Zalo Personal 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/zalouser`
npm;ClawHub | channels: zalouser; contracts: tools | +| [acpx](/zh-CN/plugins/reference/acpx) | 带有插件自有会话和传输管理的嵌入式 ACP 运行时后端。 | `@openclaw/acpx`
npm; ClawHub | skills | +| [bluebubbles](/zh-CN/plugins/reference/bluebubbles) | 添加用于发送和接收 OpenClaw 消息的 BlueBubbles 渠道界面。 | `@openclaw/bluebubbles`
npm; ClawHub | channels: bluebubbles | +| [brave](/zh-CN/plugins/reference/brave) | 添加 Web 搜索提供商支持。 | `@openclaw/brave-plugin`
npm; ClawHub | contracts: webSearchProviders | +| [codex](/zh-CN/plugins/reference/codex) | Codex 应用服务器 harness 和 Codex 管理的 GPT 模型目录。 | `@openclaw/codex`
npm; ClawHub | providers: codex; contracts: mediaUnderstandingProviders, migrationProviders | +| [diagnostics-otel](/zh-CN/plugins/reference/diagnostics-otel) | OpenClaw 诊断 OpenTelemetry 导出器。 | `@openclaw/diagnostics-otel`
npm; ClawHub: `clawhub:@openclaw/diagnostics-otel` | plugin | +| [diagnostics-prometheus](/zh-CN/plugins/reference/diagnostics-prometheus) | OpenClaw 诊断 Prometheus 导出器。 | `@openclaw/diagnostics-prometheus`
npm; ClawHub: `clawhub:@openclaw/diagnostics-prometheus` | plugin | +| [diffs](/zh-CN/plugins/reference/diffs) | 面向智能体的只读差异查看器和文件渲染器。 | `@openclaw/diffs`
npm; ClawHub | contracts: tools; skills | +| [discord](/zh-CN/plugins/reference/discord) | 添加用于发送和接收 OpenClaw 消息的 Discord 渠道界面。 | `@openclaw/discord`
npm; ClawHub | channels: discord | +| [feishu](/zh-CN/plugins/reference/feishu) | 添加用于发送和接收 OpenClaw 消息的 Feishu 渠道界面。 | `@openclaw/feishu`
npm; ClawHub | channels: feishu; contracts: tools; skills | +| [google-meet](/zh-CN/plugins/reference/google-meet) | 通过 Chrome 或 Twilio 传输协议加入 Google Meet 通话。 | `@openclaw/google-meet`
npm; ClawHub | contracts: tools | +| [googlechat](/zh-CN/plugins/reference/googlechat) | 添加用于发送和接收 OpenClaw 消息的 Google Chat 渠道界面。 | `@openclaw/googlechat`
npm; ClawHub | channels: googlechat | +| [line](/zh-CN/plugins/reference/line) | 添加用于发送和接收 OpenClaw 消息的 LINE 渠道界面。 | `@openclaw/line`
npm; ClawHub | channels: line | +| [lobster](/zh-CN/plugins/reference/lobster) | 带有可恢复审批的类型化工作流工具。 | `@openclaw/lobster`
npm; ClawHub | contracts: tools | +| [memory-lancedb](/zh-CN/plugins/reference/memory-lancedb) | 添加可由智能体调用的工具。 | `@openclaw/memory-lancedb`
npm; ClawHub | contracts: tools | +| [msteams](/zh-CN/plugins/reference/msteams) | 添加用于发送和接收 OpenClaw 消息的 Microsoft Teams 渠道界面。 | `@openclaw/msteams`
npm; ClawHub | channels: msteams | +| [nextcloud-talk](/zh-CN/plugins/reference/nextcloud-talk) | 添加用于发送和接收 OpenClaw 消息的 Nextcloud Talk 渠道界面。 | `@openclaw/nextcloud-talk`
npm; ClawHub | channels: nextcloud-talk | +| [nostr](/zh-CN/plugins/reference/nostr) | 添加用于发送和接收 OpenClaw 消息的 Nostr 渠道界面。 | `@openclaw/nostr`
npm; ClawHub | channels: nostr | +| [qqbot](/zh-CN/plugins/reference/qqbot) | 添加用于发送和接收 OpenClaw 消息的 QQ Bot 渠道界面。 | `@openclaw/qqbot`
npm; ClawHub | channels: qqbot; contracts: tools; skills | +| [synology-chat](/zh-CN/plugins/reference/synology-chat) | 添加用于发送和接收 OpenClaw 消息的 Synology Chat 渠道界面。 | `@openclaw/synology-chat`
npm; ClawHub | channels: synology-chat | +| [tlon](/zh-CN/plugins/reference/tlon) | 添加用于发送和接收 OpenClaw 消息的 Tlon 渠道界面。 | `@openclaw/tlon`
npm; ClawHub | channels: tlon; contracts: tools; skills | +| [twitch](/zh-CN/plugins/reference/twitch) | 添加用于发送和接收 OpenClaw 消息的 Twitch 渠道界面。 | `@openclaw/twitch`
npm; ClawHub | channels: twitch | +| [voice-call](/zh-CN/plugins/reference/voice-call) | 添加可由智能体调用的工具。 | `@openclaw/voice-call`
npm; ClawHub | contracts: tools | +| [whatsapp](/zh-CN/plugins/reference/whatsapp) | 添加用于发送和接收 OpenClaw 消息的 WhatsApp 渠道界面。 | `@openclaw/whatsapp`
npm; ClawHub | channels: whatsapp | +| [zalo](/zh-CN/plugins/reference/zalo) | 添加用于发送和接收 OpenClaw 消息的 Zalo 渠道界面。 | `@openclaw/zalo`
npm; ClawHub | channels: zalo | +| [zalouser](/zh-CN/plugins/reference/zalouser) | 添加用于发送和接收 OpenClaw 消息的 Zalo Personal 渠道界面。 | `@openclaw/zalouser`
npm; ClawHub | channels: zalouser; contracts: tools | ## 仅源代码检出 -| 插件 | 描述 | 分发 | 接口面 | +| 插件 | 描述 | 分发 | 暴露面 | | ------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------ | -------------------- | -| [qa-channel](/zh-CN/plugins/reference/qa-channel) | 添加 QA Channel 界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/qa-channel`
仅源代码检出 | channels: qa-channel | -| [qa-lab](/zh-CN/plugins/reference/qa-lab) | OpenClaw QA 实验室插件,带有私有调试器 UI 和场景运行器。 | `@openclaw/qa-lab`
仅源代码检出 | plugin | -| [qa-matrix](/zh-CN/plugins/reference/qa-matrix) | Matrix QA 传输运行器和底层基座。 | `@openclaw/qa-matrix`
仅源代码检出 | plugin | +| [qa-channel](/zh-CN/plugins/reference/qa-channel) | 添加用于发送和接收 OpenClaw 消息的 QA Channel 渠道界面。 | `@openclaw/qa-channel`
仅源代码检出 | channels: qa-channel | +| [qa-lab](/zh-CN/plugins/reference/qa-lab) | 带有私有调试器 UI 和场景运行器的 OpenClaw QA 实验室插件。 | `@openclaw/qa-lab`
仅源代码检出 | plugin | +| [qa-matrix](/zh-CN/plugins/reference/qa-matrix) | Matrix QA 传输运行器和基底。 | `@openclaw/qa-matrix`
仅源代码检出 | plugin |