chore(i18n): refresh zh-CN translations
This commit is contained in:
parent
f1f1b9a0aa
commit
f73ec23f61
@ -3,13 +3,13 @@ read_when:
|
||||
- 你正在决定插件是随核心 npm 包一起发布,还是单独安装
|
||||
- 你正在更新内置插件包元数据或发布自动化
|
||||
- 你需要权威的内部与外部插件列表
|
||||
summary: 随核心交付、对外发布或仅保留源码的 OpenClaw 插件生成清单
|
||||
summary: 随核心一起交付、对外发布或仅保留源码的 OpenClaw 插件生成清单
|
||||
title: 插件清单
|
||||
x-i18n:
|
||||
generated_at: "2026-05-02T21:41:45Z"
|
||||
generated_at: "2026-05-03T02:13:25Z"
|
||||
model: gpt-5.5
|
||||
provider: openai
|
||||
source_hash: 8c5be5c92951264fd197de7d9efe864a215a8da1b36eb2d62f57a63182cde2a0
|
||||
source_hash: 7bc12d24963af33d7d9b99bba0071bbdacab0ff24eae17ffe749a5dca784313f
|
||||
source_path: plugins/plugin-inventory.md
|
||||
workflow: 16
|
||||
---
|
||||
@ -25,11 +25,11 @@ 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/<id>` 加载,因此本地编辑和包本地工作区
|
||||
依赖都可用。
|
||||
|
||||
@ -37,128 +37,128 @@ pnpm plugins:inventory:gen
|
||||
|
||||
| 插件 | 描述 | 分发 | 接口面 |
|
||||
| ----------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| [acpx](/zh-CN/plugins/reference/acpx) | 内嵌 ACP 运行时后端,由插件拥有会话和传输管理。 | `@openclaw/acpx`<br />包含在 OpenClaw 中 | skills |
|
||||
| [alibaba](/zh-CN/plugins/reference/alibaba) | 添加视频生成提供商支持。 | `@openclaw/alibaba-provider`<br />包含在 OpenClaw 中 | contracts: videoGenerationProviders |
|
||||
| [amazon-bedrock](/zh-CN/plugins/reference/amazon-bedrock) | 为 OpenClaw 添加 Amazon Bedrock 模型提供商支持。 | `@openclaw/amazon-bedrock-provider`<br />包含在 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`<br />包含在 OpenClaw 中 | providers: amazon-bedrock-mantle |
|
||||
| [anthropic](/zh-CN/plugins/reference/anthropic) | 为 OpenClaw 添加 Anthropic 模型提供商支持。 | `@openclaw/anthropic-provider`<br />包含在 OpenClaw 中 | providers: anthropic; contracts: mediaUnderstandingProviders |
|
||||
| [anthropic-vertex](/zh-CN/plugins/reference/anthropic-vertex) | 为 OpenClaw 添加 Anthropic Vertex 模型提供商支持。 | `@openclaw/anthropic-vertex-provider`<br />包含在 OpenClaw 中 | providers: anthropic-vertex |
|
||||
| [arcee](/zh-CN/plugins/reference/arcee) | 为 OpenClaw 添加 Arcee 模型提供商支持。 | `@openclaw/arcee-provider`<br />包含在 OpenClaw 中 | providers: arcee |
|
||||
| [azure-speech](/zh-CN/plugins/reference/azure-speech) | Azure AI Speech 文本转语音(MP3、原生 Ogg/Opus 语音消息、PCM 电话音频)。 | `@openclaw/azure-speech`<br />包含在 OpenClaw 中 | contracts: speechProviders |
|
||||
| [bonjour](/zh-CN/plugins/reference/bonjour) | 通过 Bonjour/mDNS 广播本地 OpenClaw gateway。 | `@openclaw/bonjour`<br />包含在 OpenClaw 中 | plugin |
|
||||
| [browser](/zh-CN/plugins/reference/browser) | 添加智能体可调用工具。 | `@openclaw/browser-plugin`<br />包含在 OpenClaw 中 | contracts: tools; skills |
|
||||
| [byteplus](/zh-CN/plugins/reference/byteplus) | 为 OpenClaw 添加 BytePlus、BytePlus Plan 模型提供商支持。 | `@openclaw/byteplus-provider`<br />包含在 OpenClaw 中 | providers: byteplus, byteplus-plan; contracts: videoGenerationProviders |
|
||||
| [cerebras](/zh-CN/plugins/reference/cerebras) | 为 OpenClaw 添加 Cerebras 模型提供商支持。 | `@openclaw/cerebras-provider`<br />包含在 OpenClaw 中 | providers: cerebras |
|
||||
| [chutes](/zh-CN/plugins/reference/chutes) | 为 OpenClaw 添加 Chutes 模型提供商支持。 | `@openclaw/chutes-provider`<br />包含在 OpenClaw 中 | providers: chutes |
|
||||
| [cloudflare-ai-gateway](/zh-CN/plugins/reference/cloudflare-ai-gateway) | 为 OpenClaw 添加 Cloudflare AI Gateway 模型提供商支持。 | `@openclaw/cloudflare-ai-gateway-provider`<br />包含在 OpenClaw 中 | providers: cloudflare-ai-gateway |
|
||||
| [comfy](/zh-CN/plugins/reference/comfy) | 为 OpenClaw 添加 ComfyUI 模型提供商支持。 | `@openclaw/comfy-provider`<br />包含在 OpenClaw 中 | providers: comfy; contracts: imageGenerationProviders, musicGenerationProviders, videoGenerationProviders |
|
||||
| [copilot-proxy](/zh-CN/plugins/reference/copilot-proxy) | 为 OpenClaw 添加 Copilot Proxy 模型提供商支持。 | `@openclaw/copilot-proxy`<br />包含在 OpenClaw 中 | providers: copilot-proxy |
|
||||
| [deepgram](/zh-CN/plugins/reference/deepgram) | 添加媒体理解提供商支持。添加实时转录提供商支持。 | `@openclaw/deepgram-provider`<br />包含在 OpenClaw 中 | contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders |
|
||||
| [deepinfra](/zh-CN/plugins/reference/deepinfra) | 为 OpenClaw 添加 DeepInfra 模型提供商支持。 | `@openclaw/deepinfra-provider`<br />包含在 OpenClaw 中 | providers: deepinfra; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, speechProviders, videoGenerationProviders |
|
||||
| [deepseek](/zh-CN/plugins/reference/deepseek) | 为 OpenClaw 添加 DeepSeek 模型提供商支持。 | `@openclaw/deepseek-provider`<br />包含在 OpenClaw 中 | providers: deepseek |
|
||||
| [document-extract](/zh-CN/plugins/reference/document-extract) | 从本地文档附件中提取文本和回退页面图像。 | `@openclaw/document-extract-plugin`<br />已包含在 OpenClaw 中 | contracts: documentExtractors |
|
||||
| [duckduckgo](/zh-CN/plugins/reference/duckduckgo) | 添加 Web 搜索提供商支持。 | `@openclaw/duckduckgo-plugin`<br />已包含在 OpenClaw 中 | contracts: webSearchProviders |
|
||||
| [elevenlabs](/zh-CN/plugins/reference/elevenlabs) | 添加媒体理解提供商支持。添加实时转写提供商支持。添加文本转语音提供商支持。 | `@openclaw/elevenlabs-speech`<br />已包含在 OpenClaw 中 | contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders |
|
||||
| [exa](/zh-CN/plugins/reference/exa) | 添加 Web 搜索提供商支持。 | `@openclaw/exa-plugin`<br />已包含在 OpenClaw 中 | contracts: webSearchProviders |
|
||||
| [fal](/zh-CN/plugins/reference/fal) | 为 OpenClaw 添加 fal 模型提供商支持。 | `@openclaw/fal-provider`<br />已包含在 OpenClaw 中 | providers: fal; contracts: imageGenerationProviders, videoGenerationProviders |
|
||||
| [file-transfer](/zh-CN/plugins/reference/file-transfer) | 通过专用节点命令在已配对节点上获取、列出和写入文件。通过对最大 16 MB 的二进制文件在 node.invoke 上使用 base64,绕过 bash stdout 截断。 | `@openclaw/file-transfer`<br />已包含在 OpenClaw 中 | contracts: tools |
|
||||
| [firecrawl](/zh-CN/plugins/reference/firecrawl) | 添加智能体可调用的工具。添加 Web 获取提供商支持。添加 Web 搜索提供商支持。 | `@openclaw/firecrawl-plugin`<br />已包含在 OpenClaw 中 | contracts: tools, webFetchProviders, webSearchProviders |
|
||||
| [fireworks](/zh-CN/plugins/reference/fireworks) | 为 OpenClaw 添加 Fireworks 模型提供商支持。 | `@openclaw/fireworks-provider`<br />已包含在 OpenClaw 中 | providers: fireworks |
|
||||
| [github-copilot](/zh-CN/plugins/reference/github-copilot) | 为 OpenClaw 添加 GitHub Copilot 模型提供商支持。 | `@openclaw/github-copilot-provider`<br />已包含在 OpenClaw 中 | providers: github-copilot; contracts: memoryEmbeddingProviders |
|
||||
| [google](/zh-CN/plugins/reference/google) | 为 OpenClaw 添加 Google、Google Gemini CLI、Google Vertex 模型提供商支持。 | `@openclaw/google-plugin`<br />已包含在 OpenClaw 中 | providers: google, google-gemini-cli, google-vertex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, musicGenerationProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders, webSearchProviders |
|
||||
| [googlechat](/zh-CN/plugins/reference/googlechat) | 添加 Google Chat 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/googlechat`<br />已包含在 OpenClaw 中 | channels: googlechat |
|
||||
| [gradium](/zh-CN/plugins/reference/gradium) | 添加文本转语音提供商支持。 | `@openclaw/gradium-speech`<br />已包含在 OpenClaw 中 | contracts: speechProviders |
|
||||
| [groq](/zh-CN/plugins/reference/groq) | 为 OpenClaw 添加 Groq 模型提供商支持。 | `@openclaw/groq-provider`<br />已包含在 OpenClaw 中 | providers: groq; contracts: mediaUnderstandingProviders |
|
||||
| [huggingface](/zh-CN/plugins/reference/huggingface) | 为 OpenClaw 添加 Hugging Face 模型提供商支持。 | `@openclaw/huggingface-provider`<br />已包含在 OpenClaw 中 | providers: huggingface |
|
||||
| [imessage](/zh-CN/plugins/reference/imessage) | 添加 iMessage 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/imessage`<br />已包含在 OpenClaw 中 | channels: imessage |
|
||||
| [inworld](/zh-CN/plugins/reference/inworld) | Inworld 流式文本转语音(MP3、OGG_OPUS、PCM 电话音频)。 | `@openclaw/inworld-speech`<br />已包含在 OpenClaw 中 | contracts: speechProviders |
|
||||
| [irc](/zh-CN/plugins/reference/irc) | 添加 IRC 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/irc`<br />已包含在 OpenClaw 中 | channels: irc |
|
||||
| [kilocode](/zh-CN/plugins/reference/kilocode) | 为 OpenClaw 添加 Kilocode 模型提供商支持。 | `@openclaw/kilocode-provider`<br />已包含在 OpenClaw 中 | providers: kilocode |
|
||||
| [kimi](/zh-CN/plugins/reference/kimi) | 为 OpenClaw 添加 Kimi、Kimi Coding 模型提供商支持。 | `@openclaw/kimi-provider`<br />已包含在 OpenClaw 中 | providers: kimi, kimi-coding |
|
||||
| [line](/zh-CN/plugins/reference/line) | 添加 LINE 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/line`<br />已包含在 OpenClaw 中 | channels: line |
|
||||
| [litellm](/zh-CN/plugins/reference/litellm) | 为 OpenClaw 添加 LiteLLM 模型提供商支持。 | `@openclaw/litellm-provider`<br />已包含在 OpenClaw 中 | providers: litellm; contracts: imageGenerationProviders |
|
||||
| [llm-task](/zh-CN/plugins/reference/llm-task) | 用于结构化任务的通用仅 JSON LLM 工具,可从工作流调用。 | `@openclaw/llm-task`<br />包含在 OpenClaw 中 | contracts: tools |
|
||||
| [alibaba](/zh-CN/plugins/reference/alibaba) | 添加视频生成提供商支持。 | `@openclaw/alibaba-provider`<br />OpenClaw 内置 | contracts: videoGenerationProviders |
|
||||
| [amazon-bedrock](/zh-CN/plugins/reference/amazon-bedrock) | 为 OpenClaw 添加 Amazon Bedrock 模型提供商支持。 | `@openclaw/amazon-bedrock-provider`<br />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`<br />OpenClaw 内置 | providers: amazon-bedrock-mantle |
|
||||
| [anthropic](/zh-CN/plugins/reference/anthropic) | 为 OpenClaw 添加 Anthropic 模型提供商支持。 | `@openclaw/anthropic-provider`<br />OpenClaw 内置 | providers: anthropic; contracts: mediaUnderstandingProviders |
|
||||
| [anthropic-vertex](/zh-CN/plugins/reference/anthropic-vertex) | 为 OpenClaw 添加 Anthropic Vertex 模型提供商支持。 | `@openclaw/anthropic-vertex-provider`<br />OpenClaw 内置 | providers: anthropic-vertex |
|
||||
| [arcee](/zh-CN/plugins/reference/arcee) | 为 OpenClaw 添加 Arcee 模型提供商支持。 | `@openclaw/arcee-provider`<br />OpenClaw 内置 | providers: arcee |
|
||||
| [azure-speech](/zh-CN/plugins/reference/azure-speech) | Azure AI Speech 文本转语音(MP3、原生 Ogg/Opus 语音消息、PCM 电话语音)。 | `@openclaw/azure-speech`<br />OpenClaw 内置 | contracts: speechProviders |
|
||||
| [bonjour](/zh-CN/plugins/reference/bonjour) | 通过 Bonjour/mDNS 广播本地 OpenClaw Gateway 网关。 | `@openclaw/bonjour`<br />OpenClaw 内置 | plugin |
|
||||
| [browser](/zh-CN/plugins/reference/browser) | 添加智能体可调用的工具。 | `@openclaw/browser-plugin`<br />OpenClaw 内置 | contracts: tools; skills |
|
||||
| [byteplus](/zh-CN/plugins/reference/byteplus) | 为 OpenClaw 添加 BytePlus、BytePlus Plan 模型提供商支持。 | `@openclaw/byteplus-provider`<br />OpenClaw 内置 | providers: byteplus, byteplus-plan; contracts: videoGenerationProviders |
|
||||
| [cerebras](/zh-CN/plugins/reference/cerebras) | 为 OpenClaw 添加 Cerebras 模型提供商支持。 | `@openclaw/cerebras-provider`<br />OpenClaw 内置 | providers: cerebras |
|
||||
| [chutes](/zh-CN/plugins/reference/chutes) | 为 OpenClaw 添加 Chutes 模型提供商支持。 | `@openclaw/chutes-provider`<br />OpenClaw 内置 | providers: chutes |
|
||||
| [cloudflare-ai-gateway](/zh-CN/plugins/reference/cloudflare-ai-gateway) | 为 OpenClaw 添加 Cloudflare AI Gateway 模型提供商支持。 | `@openclaw/cloudflare-ai-gateway-provider`<br />OpenClaw 内置 | providers: cloudflare-ai-gateway |
|
||||
| [comfy](/zh-CN/plugins/reference/comfy) | 为 OpenClaw 添加 ComfyUI 模型提供商支持。 | `@openclaw/comfy-provider`<br />OpenClaw 内置 | providers: comfy; contracts: imageGenerationProviders, musicGenerationProviders, videoGenerationProviders |
|
||||
| [copilot-proxy](/zh-CN/plugins/reference/copilot-proxy) | 为 OpenClaw 添加 Copilot Proxy 模型提供商支持。 | `@openclaw/copilot-proxy`<br />OpenClaw 内置 | providers: copilot-proxy |
|
||||
| [deepgram](/zh-CN/plugins/reference/deepgram) | 添加媒体理解提供商支持。添加实时转录提供商支持。 | `@openclaw/deepgram-provider`<br />OpenClaw 内置 | contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders |
|
||||
| [deepinfra](/zh-CN/plugins/reference/deepinfra) | 为 OpenClaw 添加 DeepInfra 模型提供商支持。 | `@openclaw/deepinfra-provider`<br />OpenClaw 内置 | providers: deepinfra; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, speechProviders, videoGenerationProviders |
|
||||
| [deepseek](/zh-CN/plugins/reference/deepseek) | 为 OpenClaw 添加 DeepSeek 模型提供商支持。 | `@openclaw/deepseek-provider`<br />OpenClaw 内置 | providers: deepseek |
|
||||
| [document-extract](/zh-CN/plugins/reference/document-extract) | 从本地文档附件中提取文本和备用页面图像。 | `@openclaw/document-extract-plugin`<br />OpenClaw 内置 | contracts: documentExtractors |
|
||||
| [duckduckgo](/zh-CN/plugins/reference/duckduckgo) | 添加 Web 搜索提供商支持。 | `@openclaw/duckduckgo-plugin`<br />包含在 OpenClaw 中 | contracts: webSearchProviders |
|
||||
| [elevenlabs](/zh-CN/plugins/reference/elevenlabs) | 添加媒体理解提供商支持。添加实时转录提供商支持。添加文本转语音提供商支持。 | `@openclaw/elevenlabs-speech`<br />包含在 OpenClaw 中 | contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders |
|
||||
| [exa](/zh-CN/plugins/reference/exa) | 添加 Web 搜索提供商支持。 | `@openclaw/exa-plugin`<br />包含在 OpenClaw 中 | contracts: webSearchProviders |
|
||||
| [fal](/zh-CN/plugins/reference/fal) | 为 OpenClaw 添加 fal 模型提供商支持。 | `@openclaw/fal-provider`<br />包含在 OpenClaw 中 | providers: fal; contracts: imageGenerationProviders, videoGenerationProviders |
|
||||
| [file-transfer](/zh-CN/plugins/reference/file-transfer) | 通过专用节点命令在已配对节点上获取、列出和写入文件。对最大 16 MB 的二进制文件,通过 node.invoke 使用 base64,绕过 bash stdout 截断。 | `@openclaw/file-transfer`<br />包含在 OpenClaw 中 | contracts: tools |
|
||||
| [firecrawl](/zh-CN/plugins/reference/firecrawl) | 添加可由智能体调用的工具。添加 Web 获取提供商支持。添加 Web 搜索提供商支持。 | `@openclaw/firecrawl-plugin`<br />包含在 OpenClaw 中 | contracts: tools, webFetchProviders, webSearchProviders |
|
||||
| [fireworks](/zh-CN/plugins/reference/fireworks) | 为 OpenClaw 添加 Fireworks 模型提供商支持。 | `@openclaw/fireworks-provider`<br />包含在 OpenClaw 中 | providers: fireworks |
|
||||
| [github-copilot](/zh-CN/plugins/reference/github-copilot) | 为 OpenClaw 添加 GitHub Copilot 模型提供商支持。 | `@openclaw/github-copilot-provider`<br />包含在 OpenClaw 中 | providers: github-copilot; contracts: memoryEmbeddingProviders |
|
||||
| [google](/zh-CN/plugins/reference/google) | 为 OpenClaw 添加 Google、Google Gemini CLI、Google Vertex 模型提供商支持。 | `@openclaw/google-plugin`<br />包含在 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`<br />包含在 OpenClaw 中 | contracts: speechProviders |
|
||||
| [groq](/zh-CN/plugins/reference/groq) | 为 OpenClaw 添加 Groq 模型提供商支持。 | `@openclaw/groq-provider`<br />包含在 OpenClaw 中 | providers: groq; contracts: mediaUnderstandingProviders |
|
||||
| [huggingface](/zh-CN/plugins/reference/huggingface) | 为 OpenClaw 添加 Hugging Face 模型提供商支持。 | `@openclaw/huggingface-provider`<br />包含在 OpenClaw 中 | providers: huggingface |
|
||||
| [imessage](/zh-CN/plugins/reference/imessage) | 添加用于发送和接收 OpenClaw 消息的 iMessage 渠道界面。 | `@openclaw/imessage`<br />包含在 OpenClaw 中 | channels: imessage |
|
||||
| [inworld](/zh-CN/plugins/reference/inworld) | Inworld 流式文本转语音(MP3、OGG_OPUS、PCM 电话音频)。 | `@openclaw/inworld-speech`<br />包含在 OpenClaw 中 | contracts: speechProviders |
|
||||
| [irc](/zh-CN/plugins/reference/irc) | 添加用于发送和接收 OpenClaw 消息的 IRC 渠道界面。 | `@openclaw/irc`<br />包含在 OpenClaw 中 | channels: irc |
|
||||
| [kilocode](/zh-CN/plugins/reference/kilocode) | 为 OpenClaw 添加 Kilocode 模型提供商支持。 | `@openclaw/kilocode-provider`<br />包含在 OpenClaw 中 | providers: kilocode |
|
||||
| [kimi](/zh-CN/plugins/reference/kimi) | 为 OpenClaw 添加 Kimi、Kimi Coding 模型提供商支持。 | `@openclaw/kimi-provider`<br />包含在 OpenClaw 中 | providers: kimi, kimi-coding |
|
||||
| [litellm](/zh-CN/plugins/reference/litellm) | 为 OpenClaw 添加 LiteLLM 模型提供商支持。 | `@openclaw/litellm-provider`<br />包含在 OpenClaw 中 | providers: litellm; contracts: imageGenerationProviders |
|
||||
| [llm-task](/zh-CN/plugins/reference/llm-task) | 用于可从工作流调用的结构化任务的通用 JSON-only LLM 工具。 | `@openclaw/llm-task`<br />包含在 OpenClaw 中 | contracts: tools |
|
||||
| [lmstudio](/zh-CN/plugins/reference/lmstudio) | 为 OpenClaw 添加 LM Studio 模型提供商支持。 | `@openclaw/lmstudio-provider`<br />包含在 OpenClaw 中 | providers: lmstudio; contracts: memoryEmbeddingProviders |
|
||||
| [memory-core](/zh-CN/plugins/reference/memory-core) | 添加记忆嵌入提供商支持。添加智能体可调用的工具。 | `@openclaw/memory-core`<br />包含在 OpenClaw 中 | contracts: memoryEmbeddingProviders, tools |
|
||||
| [memory-wiki](/zh-CN/plugins/reference/memory-wiki) | 面向 OpenClaw 的持久化 wiki 编译器和 Obsidian 友好的知识库。 | `@openclaw/memory-wiki`<br />包含在 OpenClaw 中 | contracts: tools; skills |
|
||||
| [microsoft](/zh-CN/plugins/reference/microsoft) | 添加文本转语音提供商支持。 | `@openclaw/microsoft-speech`<br />包含在 OpenClaw 中 | contracts: speechProviders |
|
||||
| [microsoft-foundry](/zh-CN/plugins/reference/microsoft-foundry) | 为 OpenClaw 添加 Microsoft Foundry 模型提供商支持。 | `@openclaw/microsoft-foundry`<br />包含在 OpenClaw 中 | providers: microsoft-foundry |
|
||||
| [migrate-claude](/zh-CN/plugins/reference/migrate-claude) | 将 Claude Code 和 Claude Desktop 指令、MCP 服务器、Skills 以及安全配置导入 OpenClaw。 | `@openclaw/migrate-claude`<br />包含在 OpenClaw 中 | contracts: migrationProviders |
|
||||
| [migrate-hermes](/zh-CN/plugins/reference/migrate-hermes) | 将 Hermes 配置、记忆、Skills 和支持的凭证导入 OpenClaw。 | `@openclaw/migrate-hermes`<br />包含在 OpenClaw 中 | contracts: migrationProviders |
|
||||
| [minimax](/zh-CN/plugins/reference/minimax) | 为 OpenClaw 添加 MiniMax、MiniMax Portal 模型提供商支持。 | `@openclaw/minimax-provider`<br />包含在 OpenClaw 中 | providers: minimax, minimax-portal; contracts: imageGenerationProviders, mediaUnderstandingProviders, musicGenerationProviders, speechProviders, videoGenerationProviders, webSearchProviders |
|
||||
| [mistral](/zh-CN/plugins/reference/mistral) | 为 OpenClaw 添加 Mistral 模型提供商支持。 | `@openclaw/mistral-provider`<br />包含在 OpenClaw 中 | providers: mistral; contracts: mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders |
|
||||
| [moonshot](/zh-CN/plugins/reference/moonshot) | 为 OpenClaw 添加 Moonshot 模型提供商支持。 | `@openclaw/moonshot-provider`<br />包含在 OpenClaw 中 | providers: moonshot; contracts: mediaUnderstandingProviders, webSearchProviders |
|
||||
| [nvidia](/zh-CN/plugins/reference/nvidia) | 为 OpenClaw 添加 NVIDIA 模型提供商支持。 | `@openclaw/nvidia-provider`<br />包含在 OpenClaw 中 | providers: nvidia |
|
||||
| [ollama](/zh-CN/plugins/reference/ollama) | 为 OpenClaw 添加 Ollama 模型提供商支持。 | `@openclaw/ollama-provider`<br />包含在 OpenClaw 中 | providers: ollama; contracts: memoryEmbeddingProviders, webSearchProviders |
|
||||
| [open-prose](/zh-CN/plugins/reference/open-prose) | 带有 `/prose` 斜杠命令的 OpenProse VM Skills 包。 | `@openclaw/open-prose`<br />包含在 OpenClaw 中 | skills |
|
||||
| [openai](/zh-CN/plugins/reference/openai) | 为 OpenClaw 添加 OpenAI、OpenAI Codex 模型提供商支持。 | `@openclaw/openai-provider`<br />包含在 OpenClaw 中 | providers: openai, openai-codex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders |
|
||||
| [opencode](/zh-CN/plugins/reference/opencode) | 为 OpenClaw 添加 OpenCode 模型提供商支持。 | `@openclaw/opencode-provider`<br />包含在 OpenClaw 中 | providers: opencode; contracts: mediaUnderstandingProviders |
|
||||
| [opencode-go](/zh-CN/plugins/reference/opencode-go) | 为 OpenClaw 添加 OpenCode Go 模型提供商支持。 | `@openclaw/opencode-go-provider`<br />包含在 OpenClaw 中 | providers: opencode-go; contracts: mediaUnderstandingProviders |
|
||||
| [openrouter](/zh-CN/plugins/reference/openrouter) | 为 OpenClaw 添加 OpenRouter 模型提供商支持。 | `@openclaw/openrouter-provider`<br />包含在 OpenClaw 中 | providers: openrouter; contracts: imageGenerationProviders, mediaUnderstandingProviders, speechProviders, videoGenerationProviders |
|
||||
| [openshell](/zh-CN/plugins/reference/openshell) | 由 OpenShell 提供支持的沙箱后端,带有镜像的本地工作区和基于 SSH 的命令执行。 | `@openclaw/openshell-sandbox`<br />包含在 OpenClaw 中 | plugin |
|
||||
| [perplexity](/zh-CN/plugins/reference/perplexity) | 添加 Web 搜索提供商支持。 | `@openclaw/perplexity-plugin`<br />包含在 OpenClaw 中 | contracts: webSearchProviders |
|
||||
| [qianfan](/zh-CN/plugins/reference/qianfan) | 为 OpenClaw 添加 Qianfan 模型提供商支持。 | `@openclaw/qianfan-provider`<br />包含在 OpenClaw 中 | providers: qianfan |
|
||||
| [qwen](/zh-CN/plugins/reference/qwen) | 为 OpenClaw 添加 Qwen、Qwen Cloud、Model Studio、DashScope 模型提供商支持。 | `@openclaw/qwen-provider`<br />包含在 OpenClaw 中 | providers: qwen, qwencloud, modelstudio, dashscope; contracts: mediaUnderstandingProviders, videoGenerationProviders |
|
||||
| [matrix](/zh-CN/plugins/reference/matrix) | 添加用于发送和接收 OpenClaw 消息的 Matrix 渠道界面。 | `@openclaw/matrix`<br />包含在 OpenClaw 中 | channels: matrix |
|
||||
| [mattermost](/zh-CN/plugins/reference/mattermost) | 添加 Mattermost 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/mattermost`<br />随 OpenClaw 内置 | channels: mattermost |
|
||||
| [memory-core](/zh-CN/plugins/reference/memory-core) | 添加记忆嵌入提供商支持。添加智能体可调用的工具。 | `@openclaw/memory-core`<br />随 OpenClaw 内置 | contracts: memoryEmbeddingProviders, tools |
|
||||
| [memory-wiki](/zh-CN/plugins/reference/memory-wiki) | 为 OpenClaw 提供持久化 wiki 编译器和适配 Obsidian 的知识库。 | `@openclaw/memory-wiki`<br />随 OpenClaw 内置 | contracts: tools; skills |
|
||||
| [microsoft](/zh-CN/plugins/reference/microsoft) | 添加文本转语音提供商支持。 | `@openclaw/microsoft-speech`<br />随 OpenClaw 内置 | contracts: speechProviders |
|
||||
| [microsoft-foundry](/zh-CN/plugins/reference/microsoft-foundry) | 为 OpenClaw 添加 Microsoft Foundry 模型提供商支持。 | `@openclaw/microsoft-foundry`<br />随 OpenClaw 内置 | providers: microsoft-foundry |
|
||||
| [migrate-claude](/zh-CN/plugins/reference/migrate-claude) | 将 Claude Code 和 Claude Desktop 的说明、MCP 服务器、Skills 以及安全配置导入 OpenClaw。 | `@openclaw/migrate-claude`<br />随 OpenClaw 内置 | contracts: migrationProviders |
|
||||
| [migrate-hermes](/zh-CN/plugins/reference/migrate-hermes) | 将 Hermes 配置、记忆、Skills 和受支持的凭证导入 OpenClaw。 | `@openclaw/migrate-hermes`<br />随 OpenClaw 内置 | contracts: migrationProviders |
|
||||
| [minimax](/zh-CN/plugins/reference/minimax) | 为 OpenClaw 添加 MiniMax、MiniMax Portal 模型提供商支持。 | `@openclaw/minimax-provider`<br />随 OpenClaw 内置 | providers: minimax, minimax-portal; contracts: imageGenerationProviders, mediaUnderstandingProviders, musicGenerationProviders, speechProviders, videoGenerationProviders, webSearchProviders |
|
||||
| [mistral](/zh-CN/plugins/reference/mistral) | 为 OpenClaw 添加 Mistral 模型提供商支持。 | `@openclaw/mistral-provider`<br />随 OpenClaw 内置 | providers: mistral; contracts: mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders |
|
||||
| [moonshot](/zh-CN/plugins/reference/moonshot) | 为 OpenClaw 添加 Moonshot AI 模型提供商支持。 | `@openclaw/moonshot-provider`<br />随 OpenClaw 内置 | providers: moonshot; contracts: mediaUnderstandingProviders, webSearchProviders |
|
||||
| [nvidia](/zh-CN/plugins/reference/nvidia) | 为 OpenClaw 添加 NVIDIA 模型提供商支持。 | `@openclaw/nvidia-provider`<br />随 OpenClaw 内置 | providers: nvidia |
|
||||
| [ollama](/zh-CN/plugins/reference/ollama) | 为 OpenClaw 添加 Ollama 模型提供商支持。 | `@openclaw/ollama-provider`<br />随 OpenClaw 内置 | providers: ollama; contracts: memoryEmbeddingProviders, webSearchProviders |
|
||||
| [open-prose](/zh-CN/plugins/reference/open-prose) | OpenProse VM Skills 包,带有 /prose 斜杠命令。 | `@openclaw/open-prose`<br />随 OpenClaw 内置 | skills |
|
||||
| [openai](/zh-CN/plugins/reference/openai) | 为 OpenClaw 添加 OpenAI、OpenAI Codex 模型提供商支持。 | `@openclaw/openai-provider`<br />随 OpenClaw 内置 | providers: openai, openai-codex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders |
|
||||
| [opencode](/zh-CN/plugins/reference/opencode) | 为 OpenClaw 添加 OpenCode 模型提供商支持。 | `@openclaw/opencode-provider`<br />随 OpenClaw 内置 | providers: opencode; contracts: mediaUnderstandingProviders |
|
||||
| [opencode-go](/zh-CN/plugins/reference/opencode-go) | 为 OpenClaw 添加 OpenCode Go 模型提供商支持。 | `@openclaw/opencode-go-provider`<br />随 OpenClaw 内置 | providers: opencode-go; contracts: mediaUnderstandingProviders |
|
||||
| [openrouter](/zh-CN/plugins/reference/openrouter) | 为 OpenClaw 添加 OpenRouter 模型提供商支持。 | `@openclaw/openrouter-provider`<br />随 OpenClaw 内置 | providers: openrouter; contracts: imageGenerationProviders, mediaUnderstandingProviders, speechProviders, videoGenerationProviders |
|
||||
| [openshell](/zh-CN/plugins/reference/openshell) | 由 OpenShell 驱动的沙箱后端,提供镜像的本地工作区和基于 SSH 的命令执行。 | `@openclaw/openshell-sandbox`<br />随 OpenClaw 内置 | plugin |
|
||||
| [perplexity](/zh-CN/plugins/reference/perplexity) | 添加 Web 搜索提供商支持。 | `@openclaw/perplexity-plugin`<br />随 OpenClaw 内置 | contracts: webSearchProviders |
|
||||
| [qianfan](/zh-CN/plugins/reference/qianfan) | 为 OpenClaw 添加 Qianfan 模型提供商支持。 | `@openclaw/qianfan-provider`<br />随 OpenClaw 内置 | providers: qianfan |
|
||||
| [qwen](/zh-CN/plugins/reference/qwen) | 为 OpenClaw 添加 Qwen、Qwen Cloud、Model Studio、DashScope 模型提供商支持。 | `@openclaw/qwen-provider`<br />随 OpenClaw 内置 | providers: qwen, qwencloud, modelstudio, dashscope; contracts: mediaUnderstandingProviders, videoGenerationProviders |
|
||||
| [runway](/zh-CN/plugins/reference/runway) | 添加视频生成提供商支持。 | `@openclaw/runway-provider`<br />包含在 OpenClaw 中 | contracts: videoGenerationProviders |
|
||||
| [searxng](/zh-CN/plugins/reference/searxng) | 添加 Web 搜索提供商支持。 | `@openclaw/searxng-plugin`<br />包含在 OpenClaw 中 | contracts: webSearchProviders |
|
||||
| [senseaudio](/zh-CN/plugins/reference/senseaudio) | 添加媒体理解提供商支持。 | `@openclaw/senseaudio-provider`<br />包含在 OpenClaw 中 | contracts: mediaUnderstandingProviders |
|
||||
| [sglang](/zh-CN/plugins/reference/sglang) | 为 OpenClaw 添加 SGLang 模型提供商支持。 | `@openclaw/sglang-provider`<br />包含在 OpenClaw 中 | providers: sglang |
|
||||
| [sglang](/zh-CN/plugins/reference/sglang) | 向 OpenClaw 添加 SGLang 模型提供商支持。 | `@openclaw/sglang-provider`<br />包含在 OpenClaw 中 | providers: sglang |
|
||||
| [signal](/zh-CN/plugins/reference/signal) | 添加用于发送和接收 OpenClaw 消息的 Signal 渠道界面。 | `@openclaw/signal`<br />包含在 OpenClaw 中 | channels: signal |
|
||||
| [skill-workshop](/zh-CN/plugins/reference/skill-workshop) | 将可重复工作流捕获为工作区 Skills,支持待审核、安全写入和技能提示刷新。 | `@openclaw/skill-workshop`<br />包含在 OpenClaw 中 | contracts: tools |
|
||||
| [skill-workshop](/zh-CN/plugins/reference/skill-workshop) | 将可重复工作流捕获为工作区 Skills,支持待审核、安全写入和 skill 提示刷新。 | `@openclaw/skill-workshop`<br />包含在 OpenClaw 中 | contracts: tools |
|
||||
| [slack](/zh-CN/plugins/reference/slack) | 添加用于发送和接收 OpenClaw 消息的 Slack 渠道界面。 | `@openclaw/slack`<br />包含在 OpenClaw 中 | channels: slack |
|
||||
| [stepfun](/zh-CN/plugins/reference/stepfun) | 为 OpenClaw 添加 StepFun、StepFun Plan 模型提供商支持。 | `@openclaw/stepfun-provider`<br />包含在 OpenClaw 中 | providers: stepfun, stepfun-plan |
|
||||
| [synthetic](/zh-CN/plugins/reference/synthetic) | 为 OpenClaw 添加 Synthetic 模型提供商支持。 | `@openclaw/synthetic-provider`<br />包含在 OpenClaw 中 | providers: synthetic |
|
||||
| [stepfun](/zh-CN/plugins/reference/stepfun) | 向 OpenClaw 添加 StepFun、StepFun Plan 模型提供商支持。 | `@openclaw/stepfun-provider`<br />包含在 OpenClaw 中 | providers: stepfun, stepfun-plan |
|
||||
| [synthetic](/zh-CN/plugins/reference/synthetic) | 向 OpenClaw 添加 Synthetic 模型提供商支持。 | `@openclaw/synthetic-provider`<br />包含在 OpenClaw 中 | providers: synthetic |
|
||||
| [tavily](/zh-CN/plugins/reference/tavily) | 添加智能体可调用的工具。添加 Web 搜索提供商支持。 | `@openclaw/tavily-plugin`<br />包含在 OpenClaw 中 | contracts: tools, webSearchProviders; skills |
|
||||
| [telegram](/zh-CN/plugins/reference/telegram) | 添加用于发送和接收 OpenClaw 消息的 Telegram 渠道界面。 | `@openclaw/telegram`<br />包含在 OpenClaw 中 | channels: telegram |
|
||||
| [tencent](/zh-CN/plugins/reference/tencent) | 为 OpenClaw 添加 Tencent TokenHub 模型提供商支持。 | `@openclaw/tencent-provider`<br />包含在 OpenClaw 中 | providers: tencent-tokenhub |
|
||||
| [together](/zh-CN/plugins/reference/together) | 为 OpenClaw 添加 Together 模型提供商支持。 | `@openclaw/together-provider`<br />包含在 OpenClaw 中 | providers: together; contracts: videoGenerationProviders |
|
||||
| [tokenjuice](/zh-CN/plugins/reference/tokenjuice) | 使用 tokenjuice reducers 压缩 exec 和 bash 工具结果。 | `@openclaw/tokenjuice`<br />包含在 OpenClaw 中 | contracts: agentToolResultMiddleware |
|
||||
| [tencent](/zh-CN/plugins/reference/tencent) | 向 OpenClaw 添加 Tencent TokenHub 模型提供商支持。 | `@openclaw/tencent-provider`<br />包含在 OpenClaw 中 | providers: tencent-tokenhub |
|
||||
| [together](/zh-CN/plugins/reference/together) | 向 OpenClaw 添加 Together 模型提供商支持。 | `@openclaw/together-provider`<br />包含在 OpenClaw 中 | providers: together; contracts: videoGenerationProviders |
|
||||
| [tokenjuice](/zh-CN/plugins/reference/tokenjuice) | 使用 tokenjuice reducer 压缩 exec 和 bash 工具结果。 | `@openclaw/tokenjuice`<br />包含在 OpenClaw 中 | contracts: agentToolResultMiddleware |
|
||||
| [tts-local-cli](/zh-CN/plugins/reference/tts-local-cli) | 添加文本转语音提供商支持。 | `@openclaw/tts-local-cli`<br />包含在 OpenClaw 中 | contracts: speechProviders |
|
||||
| [venice](/zh-CN/plugins/reference/venice) | 为 OpenClaw 添加 Venice 模型提供商支持。 | `@openclaw/venice-provider`<br />包含在 OpenClaw 中 | providers: venice |
|
||||
| [vercel-ai-gateway](/zh-CN/plugins/reference/vercel-ai-gateway) | 为 OpenClaw 添加 Vercel AI Gateway 模型提供商支持。 | `@openclaw/vercel-ai-gateway-provider`<br />包含在 OpenClaw 中 | providers: vercel-ai-gateway |
|
||||
| [vllm](/zh-CN/plugins/reference/vllm) | 为 OpenClaw 添加 vLLM 模型提供商支持。 | `@openclaw/vllm-provider`<br />包含在 OpenClaw 中 | providers: vllm |
|
||||
| [volcengine](/zh-CN/plugins/reference/volcengine) | 为 OpenClaw 添加 Volcengine、Volcengine Plan 模型提供商支持。 | `@openclaw/volcengine-provider`<br />包含在 OpenClaw 中 | providers: volcengine, volcengine-plan; contracts: speechProviders |
|
||||
| [venice](/zh-CN/plugins/reference/venice) | 向 OpenClaw 添加 Venice 模型提供商支持。 | `@openclaw/venice-provider`<br />包含在 OpenClaw 中 | providers: venice |
|
||||
| [vercel-ai-gateway](/zh-CN/plugins/reference/vercel-ai-gateway) | 向 OpenClaw 添加 Vercel AI Gateway 模型提供商支持。 | `@openclaw/vercel-ai-gateway-provider`<br />包含在 OpenClaw 中 | providers: vercel-ai-gateway |
|
||||
| [vllm](/zh-CN/plugins/reference/vllm) | 向 OpenClaw 添加 vLLM 模型提供商支持。 | `@openclaw/vllm-provider`<br />包含在 OpenClaw 中 | providers: vllm |
|
||||
| [volcengine](/zh-CN/plugins/reference/volcengine) | 向 OpenClaw 添加 Volcengine、Volcengine Plan 模型提供商支持。 | `@openclaw/volcengine-provider`<br />包含在 OpenClaw 中 | providers: volcengine, volcengine-plan; contracts: speechProviders |
|
||||
| [voyage](/zh-CN/plugins/reference/voyage) | 添加记忆嵌入提供商支持。 | `@openclaw/voyage-provider`<br />包含在 OpenClaw 中 | contracts: memoryEmbeddingProviders |
|
||||
| [vydra](/zh-CN/plugins/reference/vydra) | 为 OpenClaw 添加 Vydra 模型提供商支持。 | `@openclaw/vydra-provider`<br />随 OpenClaw 内置 | providers: vydra; contracts: imageGenerationProviders, speechProviders, videoGenerationProviders |
|
||||
| [web-readability](/zh-CN/plugins/reference/web-readability) | 从本地 HTML 网页抓取响应中提取可读的文章内容。 | `@openclaw/web-readability-plugin`<br />随 OpenClaw 内置 | contracts: webContentExtractors |
|
||||
| [webhooks](/zh-CN/plugins/reference/webhooks) | 经过身份验证的入站 Webhook,将外部自动化绑定到 OpenClaw TaskFlows。 | `@openclaw/webhooks`<br />随 OpenClaw 内置 | 插件 |
|
||||
| [xai](/zh-CN/plugins/reference/xai) | 为 OpenClaw 添加 xAI 模型提供商支持。 | `@openclaw/xai-plugin`<br />随 OpenClaw 内置 | providers: xai; contracts: imageGenerationProviders, mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders, tools, videoGenerationProviders, webSearchProviders |
|
||||
| [xiaomi](/zh-CN/plugins/reference/xiaomi) | 为 OpenClaw 添加 Xiaomi 模型提供商支持。 | `@openclaw/xiaomi-provider`<br />随 OpenClaw 内置 | providers: xiaomi; contracts: speechProviders |
|
||||
| [zai](/zh-CN/plugins/reference/zai) | 为 OpenClaw 添加 Z.AI 模型提供商支持。 | `@openclaw/zai-provider`<br />随 OpenClaw 内置 | providers: zai; contracts: mediaUnderstandingProviders |
|
||||
| [vydra](/zh-CN/plugins/reference/vydra) | 向 OpenClaw 添加 Vydra 模型提供商支持。 | `@openclaw/vydra-provider`<br />包含在 OpenClaw 中 | providers: vydra; contracts: imageGenerationProviders, speechProviders, videoGenerationProviders |
|
||||
| [web-readability](/zh-CN/plugins/reference/web-readability) | 从本地 HTML 网页获取响应中提取可读文章内容。 | `@openclaw/web-readability-plugin`<br />包含在 OpenClaw 中 | contracts: webContentExtractors |
|
||||
| [webhooks](/zh-CN/plugins/reference/webhooks) | 经过身份验证的入站 webhook,可将外部自动化绑定到 OpenClaw TaskFlows。 | `@openclaw/webhooks`<br />包含在 OpenClaw 中 | plugin |
|
||||
| [xai](/zh-CN/plugins/reference/xai) | 为 OpenClaw 添加 xAI 模型提供商支持。 | `@openclaw/xai-plugin`<br />包含在 OpenClaw 中 | providers: xai; contracts: imageGenerationProviders, mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders, tools, videoGenerationProviders, webSearchProviders |
|
||||
| [xiaomi](/zh-CN/plugins/reference/xiaomi) | 为 OpenClaw 添加 Xiaomi 模型提供商支持。 | `@openclaw/xiaomi-provider`<br />包含在 OpenClaw 中 | providers: xiaomi; contracts: speechProviders |
|
||||
| [zai](/zh-CN/plugins/reference/zai) | 为 OpenClaw 添加 Z.AI 模型提供商支持。 | `@openclaw/zai-provider`<br />包含在 OpenClaw 中 | providers: zai; contracts: mediaUnderstandingProviders |
|
||||
|
||||
## 官方外部软件包
|
||||
## 官方外部包
|
||||
|
||||
| 插件 | 描述 | 分发方式 | Surface |
|
||||
| 插件 | 描述 | 分发 | Surface |
|
||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------- |
|
||||
| [bluebubbles](/zh-CN/plugins/reference/bluebubbles) | 添加 BlueBubbles 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/bluebubbles`<br />ClawHub + npm | channels: bluebubbles |
|
||||
| [brave](/zh-CN/plugins/reference/brave) | 添加 Web 搜索提供商支持。 | `@openclaw/brave-plugin`<br />ClawHub + npm | contracts: webSearchProviders |
|
||||
| [codex](/zh-CN/plugins/reference/codex) | Codex 应用服务器 harness,以及由 Codex 管理的 GPT 模型目录。 | `@openclaw/codex`<br />ClawHub + npm | providers: codex; contracts: mediaUnderstandingProviders, migrationProviders |
|
||||
| [diagnostics-otel](/zh-CN/plugins/reference/diagnostics-otel) | OpenClaw diagnostics OpenTelemetry 导出器。 | `@openclaw/diagnostics-otel`<br />ClawHub: `clawhub:@openclaw/diagnostics-otel`; npm | plugin |
|
||||
| [diagnostics-prometheus](/zh-CN/plugins/reference/diagnostics-prometheus) | OpenClaw diagnostics Prometheus 导出器。 | `@openclaw/diagnostics-prometheus`<br />ClawHub: `clawhub:@openclaw/diagnostics-prometheus`; npm | plugin |
|
||||
| [diffs](/zh-CN/plugins/reference/diffs) | 面向智能体的只读差异查看器和文件渲染器。 | `@openclaw/diffs`<br />ClawHub + npm | contracts: tools; skills |
|
||||
| [discord](/zh-CN/plugins/reference/discord) | 添加 Discord 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/discord`<br />ClawHub + npm | channels: discord |
|
||||
| [feishu](/zh-CN/plugins/reference/feishu) | 添加 Feishu 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/feishu`<br />ClawHub + npm | channels: feishu; contracts: tools; skills |
|
||||
| [google-meet](/zh-CN/plugins/reference/google-meet) | 通过 Chrome 或 Twilio 传输协议加入 Google Meet 通话。 | `@openclaw/google-meet`<br />ClawHub + npm | contracts: tools |
|
||||
| [lobster](/zh-CN/plugins/reference/lobster) | 带有可恢复审批的类型化工作流工具。 | `@openclaw/lobster`<br />ClawHub + npm | contracts: tools |
|
||||
| [matrix](/zh-CN/plugins/reference/matrix) | 添加 Matrix 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/matrix`<br />ClawHub + npm | channels: matrix |
|
||||
| [mattermost](/zh-CN/plugins/reference/mattermost) | 添加 Mattermost 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/mattermost`<br />ClawHub + npm | channels: mattermost |
|
||||
| [memory-lancedb](/zh-CN/plugins/reference/memory-lancedb) | 添加智能体可调用的工具。 | `@openclaw/memory-lancedb`<br />ClawHub + npm | contracts: tools |
|
||||
| [msteams](/zh-CN/plugins/reference/msteams) | 添加 Microsoft Teams 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/msteams`<br />ClawHub + npm | channels: msteams |
|
||||
| [nextcloud-talk](/zh-CN/plugins/reference/nextcloud-talk) | 添加 Nextcloud Talk 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/nextcloud-talk`<br />ClawHub + npm | channels: nextcloud-talk |
|
||||
| [nostr](/zh-CN/plugins/reference/nostr) | 添加 Nostr 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/nostr`<br />ClawHub + npm | channels: nostr |
|
||||
| [qqbot](/zh-CN/plugins/reference/qqbot) | 添加 QQ Bot 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/qqbot`<br />ClawHub + npm | channels: qqbot; contracts: tools; skills |
|
||||
| [synology-chat](/zh-CN/plugins/reference/synology-chat) | 添加 Synology Chat 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/synology-chat`<br />ClawHub + npm | channels: synology-chat |
|
||||
| [tlon](/zh-CN/plugins/reference/tlon) | 添加 Tlon 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/tlon`<br />ClawHub + npm | channels: tlon; contracts: tools; skills |
|
||||
| [twitch](/zh-CN/plugins/reference/twitch) | 添加 Twitch 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/twitch`<br />ClawHub + npm | channels: twitch |
|
||||
| [voice-call](/zh-CN/plugins/reference/voice-call) | 添加智能体可调用的工具。 | `@openclaw/voice-call`<br />ClawHub + npm | contracts: tools |
|
||||
| [whatsapp](/zh-CN/plugins/reference/whatsapp) | 添加 WhatsApp 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/whatsapp`<br />ClawHub + npm | channels: whatsapp |
|
||||
| [zalo](/zh-CN/plugins/reference/zalo) | 添加 Zalo 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/zalo`<br />ClawHub + npm | channels: zalo |
|
||||
| [zalouser](/zh-CN/plugins/reference/zalouser) | 添加 Zalo Personal 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/zalouser`<br />ClawHub + npm | channels: zalouser; contracts: tools |
|
||||
| [acpx](/zh-CN/plugins/reference/acpx) | 嵌入式 ACP 运行时后端,带有插件自有的会话和传输管理。 | `@openclaw/acpx`<br />ClawHub + npm | skills |
|
||||
| [bluebubbles](/zh-CN/plugins/reference/bluebubbles) | 添加用于发送和接收 OpenClaw 消息的 BlueBubbles 渠道界面。 | `@openclaw/bluebubbles`<br />ClawHub + npm | channels: bluebubbles |
|
||||
| [brave](/zh-CN/plugins/reference/brave) | 添加 Web 搜索提供商支持。 | `@openclaw/brave-plugin`<br />ClawHub + npm | contracts: webSearchProviders |
|
||||
| [codex](/zh-CN/plugins/reference/codex) | Codex 应用服务器 harness 和 Codex 管理的 GPT 模型目录。 | `@openclaw/codex`<br />ClawHub + npm | providers: codex; contracts: mediaUnderstandingProviders, migrationProviders |
|
||||
| [diagnostics-otel](/zh-CN/plugins/reference/diagnostics-otel) | OpenClaw diagnostics OpenTelemetry 导出器。 | `@openclaw/diagnostics-otel`<br />ClawHub: `clawhub:@openclaw/diagnostics-otel`; npm | plugin |
|
||||
| [diagnostics-prometheus](/zh-CN/plugins/reference/diagnostics-prometheus) | OpenClaw diagnostics Prometheus 导出器。 | `@openclaw/diagnostics-prometheus`<br />ClawHub: `clawhub:@openclaw/diagnostics-prometheus`; npm | plugin |
|
||||
| [diffs](/zh-CN/plugins/reference/diffs) | 面向智能体的只读差异查看器和文件渲染器。 | `@openclaw/diffs`<br />ClawHub + npm | contracts: tools; skills |
|
||||
| [discord](/zh-CN/plugins/reference/discord) | 添加用于发送和接收 OpenClaw 消息的 Discord 渠道界面。 | `@openclaw/discord`<br />ClawHub + npm | channels: discord |
|
||||
| [feishu](/zh-CN/plugins/reference/feishu) | 添加用于发送和接收 OpenClaw 消息的 Feishu 渠道界面。 | `@openclaw/feishu`<br />ClawHub + npm | channels: feishu; contracts: tools; skills |
|
||||
| [google-meet](/zh-CN/plugins/reference/google-meet) | 通过 Chrome 或 Twilio 传输加入 Google Meet 通话。 | `@openclaw/google-meet`<br />ClawHub + npm | contracts: tools |
|
||||
| [googlechat](/zh-CN/plugins/reference/googlechat) | 添加用于发送和接收 OpenClaw 消息的 Google Chat 渠道界面。 | `@openclaw/googlechat`<br />ClawHub + npm | channels: googlechat |
|
||||
| [line](/zh-CN/plugins/reference/line) | 添加用于发送和接收 OpenClaw 消息的 LINE 渠道界面。 | `@openclaw/line`<br />ClawHub + npm | channels: line |
|
||||
| [lobster](/zh-CN/plugins/reference/lobster) | 类型化工作流工具,支持可恢复的审批。 | `@openclaw/lobster`<br />ClawHub + npm | contracts: tools |
|
||||
| [memory-lancedb](/zh-CN/plugins/reference/memory-lancedb) | 添加可由智能体调用的工具。 | `@openclaw/memory-lancedb`<br />ClawHub + npm | contracts: tools |
|
||||
| [msteams](/zh-CN/plugins/reference/msteams) | 添加用于发送和接收 OpenClaw 消息的 Microsoft Teams 渠道界面。 | `@openclaw/msteams`<br />ClawHub + npm | channels: msteams |
|
||||
| [nextcloud-talk](/zh-CN/plugins/reference/nextcloud-talk) | 添加用于发送和接收 OpenClaw 消息的 Nextcloud Talk 渠道界面。 | `@openclaw/nextcloud-talk`<br />ClawHub + npm | channels: nextcloud-talk |
|
||||
| [nostr](/zh-CN/plugins/reference/nostr) | 添加用于发送和接收 OpenClaw 消息的 Nostr 渠道界面。 | `@openclaw/nostr`<br />ClawHub + npm | channels: nostr |
|
||||
| [qqbot](/zh-CN/plugins/reference/qqbot) | 添加用于发送和接收 OpenClaw 消息的 QQ Bot 渠道界面。 | `@openclaw/qqbot`<br />ClawHub + npm | channels: qqbot; contracts: tools; skills |
|
||||
| [synology-chat](/zh-CN/plugins/reference/synology-chat) | 添加用于发送和接收 OpenClaw 消息的 Synology Chat 渠道界面。 | `@openclaw/synology-chat`<br />ClawHub + npm | channels: synology-chat |
|
||||
| [tlon](/zh-CN/plugins/reference/tlon) | 添加用于发送和接收 OpenClaw 消息的 Tlon 渠道界面。 | `@openclaw/tlon`<br />ClawHub + npm | channels: tlon; contracts: tools; skills |
|
||||
| [twitch](/zh-CN/plugins/reference/twitch) | 添加用于发送和接收 OpenClaw 消息的 Twitch 渠道界面。 | `@openclaw/twitch`<br />ClawHub + npm | channels: twitch |
|
||||
| [voice-call](/zh-CN/plugins/reference/voice-call) | 添加可由智能体调用的工具。 | `@openclaw/voice-call`<br />ClawHub + npm | contracts: tools |
|
||||
| [whatsapp](/zh-CN/plugins/reference/whatsapp) | 添加用于发送和接收 OpenClaw 消息的 WhatsApp 渠道界面。 | `@openclaw/whatsapp`<br />ClawHub + npm | channels: whatsapp |
|
||||
| [zalo](/zh-CN/plugins/reference/zalo) | 添加用于发送和接收 OpenClaw 消息的 Zalo 渠道界面。 | `@openclaw/zalo`<br />ClawHub + npm | channels: zalo |
|
||||
| [zalouser](/zh-CN/plugins/reference/zalouser) | 添加用于发送和接收 OpenClaw 消息的 Zalo Personal 渠道界面。 | `@openclaw/zalouser`<br />ClawHub + npm | channels: zalouser; contracts: tools |
|
||||
|
||||
## 仅源码检出
|
||||
## 仅源代码检出
|
||||
|
||||
| 插件 | 描述 | 分发方式 | Surface |
|
||||
| ------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------ | -------------------- |
|
||||
| [qa-channel](/zh-CN/plugins/reference/qa-channel) | 添加 QA Channel 界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/qa-channel`<br />仅源码检出 | channels: qa-channel |
|
||||
| [qa-lab](/zh-CN/plugins/reference/qa-lab) | OpenClaw QA 实验室插件,带有私有调试器 UI 和场景运行器。 | `@openclaw/qa-lab`<br />仅源码检出 | plugin |
|
||||
| [qa-matrix](/zh-CN/plugins/reference/qa-matrix) | Matrix QA 传输运行器和底层执行环境。 | `@openclaw/qa-matrix`<br />仅源码检出 | plugin |
|
||||
| 插件 | 描述 | 分发 | Surface |
|
||||
| ------------------------------------------- | ------------------------------------------------------------------------ | ------------------------------------------------ | -------------------- |
|
||||
| [qa-channel](/zh-CN/plugins/reference/qa-channel) | 添加用于发送和接收 OpenClaw 消息的 QA Channel 界面。 | `@openclaw/qa-channel`<br />仅源代码检出 | channels: qa-channel |
|
||||
| [qa-lab](/zh-CN/plugins/reference/qa-lab) | OpenClaw QA 实验室插件,带有私有调试器 UI 和场景运行器。 | `@openclaw/qa-lab`<br />仅源代码检出 | plugin |
|
||||
| [qa-matrix](/zh-CN/plugins/reference/qa-matrix) | Matrix QA 传输运行器和底层支撑。 | `@openclaw/qa-matrix`<br />仅源代码检出 | plugin |
|
||||
|
||||
@ -1,129 +1,129 @@
|
||||
---
|
||||
read_when:
|
||||
- 你需要某个特定 OpenClaw 插件的参考页面
|
||||
- 你正在审计插件文档覆盖范围
|
||||
- 你需要一个针对特定 OpenClaw 插件的参考页面
|
||||
- 你正在审核插件文档覆盖情况
|
||||
summary: OpenClaw 插件参考页面的生成索引
|
||||
title: 插件参考
|
||||
x-i18n:
|
||||
generated_at: "2026-05-02T21:41:29Z"
|
||||
generated_at: "2026-05-03T02:13:18Z"
|
||||
model: gpt-5.5
|
||||
provider: openai
|
||||
source_hash: e5bd3e3b2b77b8d8b636fa33195d294c61191cea1af16d6c0e2058046b37f5f7
|
||||
source_hash: 11b28990740a9d67febeab4b0beb96b2df8791d66bbf1e58957b0294c141fe8e
|
||||
source_path: plugins/reference.md
|
||||
workflow: 16
|
||||
---
|
||||
|
||||
# 插件参考
|
||||
|
||||
此页面根据 `extensions/*/package.json` 和
|
||||
`openclaw.plugin.json` 生成。使用以下命令重新生成它:
|
||||
此页面由 `extensions/*/package.json` 和
|
||||
`openclaw.plugin.json` 生成。可使用以下命令重新生成:
|
||||
|
||||
```bash
|
||||
pnpm plugins:inventory:gen
|
||||
```
|
||||
|
||||
| 插件 | 描述 | 分发 | 接口面 |
|
||||
| 插件 | 描述 | 分发 | 暴露面 |
|
||||
| ------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| [acpx](/zh-CN/plugins/reference/acpx) | 内嵌 ACP 运行时后端,由插件负责会话和传输管理。 | `@openclaw/acpx`<br />包含在 OpenClaw 中 | Skills |
|
||||
| [alibaba](/zh-CN/plugins/reference/alibaba) | 添加视频生成提供商支持。 | `@openclaw/alibaba-provider`<br />包含在 OpenClaw 中 | 契约:videoGenerationProviders |
|
||||
| [amazon-bedrock](/zh-CN/plugins/reference/amazon-bedrock) | 为 OpenClaw 添加 Amazon Bedrock 模型提供商支持。 | `@openclaw/amazon-bedrock-provider`<br />包含在 OpenClaw 中 | 提供商:amazon-bedrock;契约:memoryEmbeddingProviders |
|
||||
| [amazon-bedrock-mantle](/zh-CN/plugins/reference/amazon-bedrock-mantle) | 为 OpenClaw 添加 Amazon Bedrock Mantle 模型提供商支持。 | `@openclaw/amazon-bedrock-mantle-provider`<br />包含在 OpenClaw 中 | 提供商:amazon-bedrock-mantle |
|
||||
| [anthropic](/zh-CN/plugins/reference/anthropic) | 为 OpenClaw 添加 Anthropic 模型提供商支持。 | `@openclaw/anthropic-provider`<br />包含在 OpenClaw 中 | 提供商:anthropic;契约:mediaUnderstandingProviders |
|
||||
| [anthropic-vertex](/zh-CN/plugins/reference/anthropic-vertex) | 为 OpenClaw 添加 Anthropic Vertex 模型提供商支持。 | `@openclaw/anthropic-vertex-provider`<br />包含在 OpenClaw 中 | 提供商:anthropic-vertex |
|
||||
| [arcee](/zh-CN/plugins/reference/arcee) | 为 OpenClaw 添加 Arcee 模型提供商支持。 | `@openclaw/arcee-provider`<br />包含在 OpenClaw 中 | 提供商:arcee |
|
||||
| [azure-speech](/zh-CN/plugins/reference/azure-speech) | Azure AI Speech 文本转语音(MP3、原生 Ogg/Opus 语音消息、PCM 电话音频)。 | `@openclaw/azure-speech`<br />包含在 OpenClaw 中 | 契约:speechProviders |
|
||||
| [bluebubbles](/zh-CN/plugins/reference/bluebubbles) | 添加 BlueBubbles 渠道接口面,用于发送和接收 OpenClaw 消息。 | `@openclaw/bluebubbles`<br />ClawHub + npm | 渠道:bluebubbles |
|
||||
| [bonjour](/zh-CN/plugins/reference/bonjour) | 通过 Bonjour/mDNS 发布本地 OpenClaw Gateway 网关。 | `@openclaw/bonjour`<br />包含在 OpenClaw 中 | 插件 |
|
||||
| [brave](/zh-CN/plugins/reference/brave) | 添加 Web 搜索提供商支持。 | `@openclaw/brave-plugin`<br />ClawHub + npm | 契约:webSearchProviders |
|
||||
| [browser](/zh-CN/plugins/reference/browser) | 添加智能体可调用的工具。 | `@openclaw/browser-plugin`<br />包含在 OpenClaw 中 | 契约:tools;Skills |
|
||||
| [byteplus](/zh-CN/plugins/reference/byteplus) | 为 OpenClaw 添加 BytePlus、BytePlus Plan 模型提供商支持。 | `@openclaw/byteplus-provider`<br />包含在 OpenClaw 中 | 提供商:byteplus、byteplus-plan;契约:videoGenerationProviders |
|
||||
| [cerebras](/zh-CN/plugins/reference/cerebras) | 为 OpenClaw 添加 Cerebras 模型提供商支持。 | `@openclaw/cerebras-provider`<br />包含在 OpenClaw 中 | 提供商:cerebras |
|
||||
| [chutes](/zh-CN/plugins/reference/chutes) | 为 OpenClaw 添加 Chutes 模型提供商支持。 | `@openclaw/chutes-provider`<br />包含在 OpenClaw 中 | 提供商:chutes |
|
||||
| [cloudflare-ai-gateway](/zh-CN/plugins/reference/cloudflare-ai-gateway) | 为 OpenClaw 添加 Cloudflare AI Gateway 网关模型提供商支持。 | `@openclaw/cloudflare-ai-gateway-provider`<br />包含在 OpenClaw 中 | 提供商:cloudflare-ai-gateway |
|
||||
| [codex](/zh-CN/plugins/reference/codex) | Codex 应用服务器 harness 和由 Codex 管理的 GPT 模型目录。 | `@openclaw/codex`<br />ClawHub + npm | 提供商:codex;契约:mediaUnderstandingProviders、migrationProviders |
|
||||
| [comfy](/zh-CN/plugins/reference/comfy) | 为 OpenClaw 添加 ComfyUI 模型提供商支持。 | `@openclaw/comfy-provider`<br />包含在 OpenClaw 中 | 提供商:comfy;契约:imageGenerationProviders、musicGenerationProviders、videoGenerationProviders |
|
||||
| [acpx](/zh-CN/plugins/reference/acpx) | 嵌入式 ACP 运行时后端,带有由插件负责的会话和传输管理。 | `@openclaw/acpx`<br />ClawHub + npm | skills |
|
||||
| [alibaba](/zh-CN/plugins/reference/alibaba) | 添加视频生成提供商支持。 | `@openclaw/alibaba-provider`<br />随 OpenClaw 内置 | contracts: videoGenerationProviders |
|
||||
| [amazon-bedrock](/zh-CN/plugins/reference/amazon-bedrock) | 为 OpenClaw 添加 Amazon Bedrock 模型提供商支持。 | `@openclaw/amazon-bedrock-provider`<br />随 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`<br />随 OpenClaw 内置 | providers: amazon-bedrock-mantle |
|
||||
| [anthropic](/zh-CN/plugins/reference/anthropic) | 为 OpenClaw 添加 Anthropic 模型提供商支持。 | `@openclaw/anthropic-provider`<br />随 OpenClaw 内置 | providers: anthropic; contracts: mediaUnderstandingProviders |
|
||||
| [anthropic-vertex](/zh-CN/plugins/reference/anthropic-vertex) | 为 OpenClaw 添加 Anthropic Vertex 模型提供商支持。 | `@openclaw/anthropic-vertex-provider`<br />随 OpenClaw 内置 | providers: anthropic-vertex |
|
||||
| [arcee](/zh-CN/plugins/reference/arcee) | 为 OpenClaw 添加 Arcee 模型提供商支持。 | `@openclaw/arcee-provider`<br />随 OpenClaw 内置 | providers: arcee |
|
||||
| [azure-speech](/zh-CN/plugins/reference/azure-speech) | Azure AI Speech 文本转语音(MP3、原生 Ogg/Opus 语音留言、PCM 电话音频)。 | `@openclaw/azure-speech`<br />随 OpenClaw 内置 | contracts: speechProviders |
|
||||
| [bluebubbles](/zh-CN/plugins/reference/bluebubbles) | 添加 BlueBubbles 渠道暴露面,用于发送和接收 OpenClaw 消息。 | `@openclaw/bluebubbles`<br />ClawHub + npm | channels: bluebubbles |
|
||||
| [bonjour](/zh-CN/plugins/reference/bonjour) | 通过 Bonjour/mDNS 广播本地 OpenClaw Gateway 网关。 | `@openclaw/bonjour`<br />随 OpenClaw 内置 | plugin |
|
||||
| [brave](/zh-CN/plugins/reference/brave) | 添加 Web 搜索提供商支持。 | `@openclaw/brave-plugin`<br />ClawHub + npm | contracts: webSearchProviders |
|
||||
| [browser](/zh-CN/plugins/reference/browser) | 添加智能体可调用的工具。 | `@openclaw/browser-plugin`<br />随 OpenClaw 内置 | contracts: tools; skills |
|
||||
| [byteplus](/zh-CN/plugins/reference/byteplus) | 为 OpenClaw 添加 BytePlus、BytePlus Plan 模型提供商支持。 | `@openclaw/byteplus-provider`<br />随 OpenClaw 内置 | providers: byteplus, byteplus-plan; contracts: videoGenerationProviders |
|
||||
| [cerebras](/zh-CN/plugins/reference/cerebras) | 为 OpenClaw 添加 Cerebras 模型提供商支持。 | `@openclaw/cerebras-provider`<br />随 OpenClaw 内置 | providers: cerebras |
|
||||
| [chutes](/zh-CN/plugins/reference/chutes) | 为 OpenClaw 添加 Chutes 模型提供商支持。 | `@openclaw/chutes-provider`<br />随 OpenClaw 内置 | providers: chutes |
|
||||
| [cloudflare-ai-gateway](/zh-CN/plugins/reference/cloudflare-ai-gateway) | 为 OpenClaw 添加 Cloudflare AI Gateway 模型提供商支持。 | `@openclaw/cloudflare-ai-gateway-provider`<br />随 OpenClaw 内置 | providers: cloudflare-ai-gateway |
|
||||
| [codex](/zh-CN/plugins/reference/codex) | Codex 应用服务器 harness 和 Codex 管理的 GPT 模型目录。 | `@openclaw/codex`<br />ClawHub + npm | providers: codex; contracts: mediaUnderstandingProviders, migrationProviders |
|
||||
| [comfy](/zh-CN/plugins/reference/comfy) | 为 OpenClaw 添加 ComfyUI 模型提供商支持。 | `@openclaw/comfy-provider`<br />随 OpenClaw 内置 | providers: comfy; contracts: imageGenerationProviders, musicGenerationProviders, videoGenerationProviders |
|
||||
| [copilot-proxy](/zh-CN/plugins/reference/copilot-proxy) | 为 OpenClaw 添加 Copilot Proxy 模型提供商支持。 | `@openclaw/copilot-proxy`<br />包含在 OpenClaw 中 | providers: copilot-proxy |
|
||||
| [deepgram](/zh-CN/plugins/reference/deepgram) | 添加媒体理解提供商支持。添加实时转录提供商支持。 | `@openclaw/deepgram-provider`<br />包含在 OpenClaw 中 | contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders |
|
||||
| [deepinfra](/zh-CN/plugins/reference/deepinfra) | 为 OpenClaw 添加 DeepInfra 模型提供商支持。 | `@openclaw/deepinfra-provider`<br />包含在 OpenClaw 中 | providers: deepinfra; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, speechProviders, videoGenerationProviders |
|
||||
| [deepseek](/zh-CN/plugins/reference/deepseek) | 为 OpenClaw 添加 DeepSeek 模型提供商支持。 | `@openclaw/deepseek-provider`<br />包含在 OpenClaw 中 | providers: deepseek |
|
||||
| [diagnostics-otel](/zh-CN/plugins/reference/diagnostics-otel) | OpenClaw 诊断 OpenTelemetry exporter。 | `@openclaw/diagnostics-otel`<br />ClawHub: `clawhub:@openclaw/diagnostics-otel`; npm | plugin |
|
||||
| [diagnostics-prometheus](/zh-CN/plugins/reference/diagnostics-prometheus) | OpenClaw 诊断 Prometheus exporter。 | `@openclaw/diagnostics-prometheus`<br />ClawHub: `clawhub:@openclaw/diagnostics-prometheus`; npm | plugin |
|
||||
| [diffs](/zh-CN/plugins/reference/diffs) | 面向智能体的只读 diff 查看器和文件渲染器。 | `@openclaw/diffs`<br />ClawHub + npm | contracts: tools; skills |
|
||||
| [discord](/zh-CN/plugins/reference/discord) | 添加 Discord 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/discord`<br />ClawHub + npm | channels: discord |
|
||||
| [diagnostics-otel](/zh-CN/plugins/reference/diagnostics-otel) | OpenClaw 诊断 OpenTelemetry 导出器。 | `@openclaw/diagnostics-otel`<br />ClawHub: `clawhub:@openclaw/diagnostics-otel`; npm | 插件 |
|
||||
| [diagnostics-prometheus](/zh-CN/plugins/reference/diagnostics-prometheus) | OpenClaw 诊断 Prometheus 导出器。 | `@openclaw/diagnostics-prometheus`<br />ClawHub: `clawhub:@openclaw/diagnostics-prometheus`; npm | 插件 |
|
||||
| [diffs](/zh-CN/plugins/reference/diffs) | 面向智能体的只读差异查看器和文件渲染器。 | `@openclaw/diffs`<br />ClawHub + npm | contracts: tools; skills |
|
||||
| [discord](/zh-CN/plugins/reference/discord) | 添加用于发送和接收 OpenClaw 消息的 Discord 渠道界面。 | `@openclaw/discord`<br />ClawHub + npm | channels: discord |
|
||||
| [document-extract](/zh-CN/plugins/reference/document-extract) | 从本地文档附件中提取文本和备用页面图像。 | `@openclaw/document-extract-plugin`<br />包含在 OpenClaw 中 | contracts: documentExtractors |
|
||||
| [duckduckgo](/zh-CN/plugins/reference/duckduckgo) | 添加网页搜索提供商支持。 | `@openclaw/duckduckgo-plugin`<br />包含在 OpenClaw 中 | contracts: webSearchProviders |
|
||||
| [duckduckgo](/zh-CN/plugins/reference/duckduckgo) | 添加 Web 搜索提供商支持。 | `@openclaw/duckduckgo-plugin`<br />包含在 OpenClaw 中 | contracts: webSearchProviders |
|
||||
| [elevenlabs](/zh-CN/plugins/reference/elevenlabs) | 添加媒体理解提供商支持。添加实时转录提供商支持。添加文本转语音提供商支持。 | `@openclaw/elevenlabs-speech`<br />包含在 OpenClaw 中 | contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders |
|
||||
| [exa](/zh-CN/plugins/reference/exa) | 添加网页搜索提供商支持。 | `@openclaw/exa-plugin`<br />包含在 OpenClaw 中 | contracts: webSearchProviders |
|
||||
| [exa](/zh-CN/plugins/reference/exa) | 添加 Web 搜索提供商支持。 | `@openclaw/exa-plugin`<br />包含在 OpenClaw 中 | contracts: webSearchProviders |
|
||||
| [fal](/zh-CN/plugins/reference/fal) | 为 OpenClaw 添加 fal 模型提供商支持。 | `@openclaw/fal-provider`<br />包含在 OpenClaw 中 | providers: fal; contracts: imageGenerationProviders, videoGenerationProviders |
|
||||
| [feishu](/zh-CN/plugins/reference/feishu) | 添加 Feishu 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/feishu`<br />ClawHub + npm | channels: feishu; contracts: tools; skills |
|
||||
| [file-transfer](/zh-CN/plugins/reference/file-transfer) | 通过专用节点命令在已配对节点上获取、列出和写入文件。通过对最大 16 MB 的二进制文件使用基于 `node.invoke` 的 `base64`,绕过 `bash stdout` 截断。 | `@openclaw/file-transfer`<br />包含在 OpenClaw 中 | contracts: tools |
|
||||
| [firecrawl](/zh-CN/plugins/reference/firecrawl) | 添加智能体可调用的工具。添加网页抓取提供商支持。添加网页搜索提供商支持。 | `@openclaw/firecrawl-plugin`<br />包含在 OpenClaw 中 | contracts: tools, webFetchProviders, webSearchProviders |
|
||||
| [feishu](/zh-CN/plugins/reference/feishu) | 添加用于发送和接收 OpenClaw 消息的 Feishu 渠道界面。 | `@openclaw/feishu`<br />ClawHub + npm | channels: feishu; contracts: tools; skills |
|
||||
| [file-transfer](/zh-CN/plugins/reference/file-transfer) | 通过专用节点命令在已配对节点上获取、列出和写入文件。通过对最大 16 MB 的二进制文件使用经由 `node.invoke` 传递的 base64,绕过 bash stdout 截断。 | `@openclaw/file-transfer`<br />包含在 OpenClaw 中 | contracts: tools |
|
||||
| [firecrawl](/zh-CN/plugins/reference/firecrawl) | 添加智能体可调用工具。添加 Web 获取提供商支持。添加 Web 搜索提供商支持。 | `@openclaw/firecrawl-plugin`<br />包含在 OpenClaw 中 | contracts: tools, webFetchProviders, webSearchProviders |
|
||||
| [fireworks](/zh-CN/plugins/reference/fireworks) | 为 OpenClaw 添加 Fireworks 模型提供商支持。 | `@openclaw/fireworks-provider`<br />包含在 OpenClaw 中 | providers: fireworks |
|
||||
| [github-copilot](/zh-CN/plugins/reference/github-copilot) | 为 OpenClaw 添加 GitHub Copilot 模型提供商支持。 | `@openclaw/github-copilot-provider`<br />包含在 OpenClaw 中 | providers: github-copilot; contracts: memoryEmbeddingProviders |
|
||||
| [google](/zh-CN/plugins/reference/google) | 为 OpenClaw 添加 Google、Google Gemini CLI、Google Vertex 模型提供商支持。 | `@openclaw/google-plugin`<br />包含在 OpenClaw 中 | providers: google, google-gemini-cli, google-vertex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, musicGenerationProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders, webSearchProviders |
|
||||
| [google-meet](/zh-CN/plugins/reference/google-meet) | 通过 Chrome 或 Twilio 传输协议加入 Google Meet 通话。 | `@openclaw/google-meet`<br />ClawHub + npm | contracts: tools |
|
||||
| [googlechat](/zh-CN/plugins/reference/googlechat) | 添加用于发送和接收 OpenClaw 消息的 Google Chat 渠道接入面。 | `@openclaw/googlechat`<br />内置于 OpenClaw | channels: googlechat |
|
||||
| [gradium](/zh-CN/plugins/reference/gradium) | 添加文本转语音提供商支持。 | `@openclaw/gradium-speech`<br />内置于 OpenClaw | contracts: speechProviders |
|
||||
| [groq](/zh-CN/plugins/reference/groq) | 为 OpenClaw 添加 Groq 模型提供商支持。 | `@openclaw/groq-provider`<br />内置于 OpenClaw | providers: groq; contracts: mediaUnderstandingProviders |
|
||||
| [huggingface](/zh-CN/plugins/reference/huggingface) | 为 OpenClaw 添加 Hugging Face 模型提供商支持。 | `@openclaw/huggingface-provider`<br />内置于 OpenClaw | providers: huggingface |
|
||||
| [imessage](/zh-CN/plugins/reference/imessage) | 添加用于发送和接收 OpenClaw 消息的 iMessage 渠道接入面。 | `@openclaw/imessage`<br />内置于 OpenClaw | channels: imessage |
|
||||
| [inworld](/zh-CN/plugins/reference/inworld) | Inworld 流式文本转语音(MP3、OGG_OPUS、PCM 电话音频)。 | `@openclaw/inworld-speech`<br />内置于 OpenClaw | contracts: speechProviders |
|
||||
| [irc](/zh-CN/plugins/reference/irc) | 添加用于发送和接收 OpenClaw 消息的 IRC 渠道接入面。 | `@openclaw/irc`<br />内置于 OpenClaw | channels: irc |
|
||||
| [kilocode](/zh-CN/plugins/reference/kilocode) | 为 OpenClaw 添加 Kilocode 模型提供商支持。 | `@openclaw/kilocode-provider`<br />内置于 OpenClaw | providers: kilocode |
|
||||
| [kimi](/zh-CN/plugins/reference/kimi) | 为 OpenClaw 添加 Kimi、Kimi Coding 模型提供商支持。 | `@openclaw/kimi-provider`<br />内置于 OpenClaw | providers: kimi, kimi-coding |
|
||||
| [line](/zh-CN/plugins/reference/line) | 添加用于发送和接收 OpenClaw 消息的 LINE 渠道接入面。 | `@openclaw/line`<br />内置于 OpenClaw | channels: line |
|
||||
| [litellm](/zh-CN/plugins/reference/litellm) | 为 OpenClaw 添加 LiteLLM 模型提供商支持。 | `@openclaw/litellm-provider`<br />内置于 OpenClaw | providers: litellm; contracts: imageGenerationProviders |
|
||||
| [llm-task](/zh-CN/plugins/reference/llm-task) | 可从工作流调用的通用纯 JSON LLM 工具,用于结构化任务。 | `@openclaw/llm-task`<br />内置于 OpenClaw | contracts: tools |
|
||||
| [lmstudio](/zh-CN/plugins/reference/lmstudio) | 为 OpenClaw 添加 LM Studio 模型提供商支持。 | `@openclaw/lmstudio-provider`<br />内置于 OpenClaw | providers: lmstudio; contracts: memoryEmbeddingProviders |
|
||||
| [lobster](/zh-CN/plugins/reference/lobster) | 带可恢复审批的类型化工作流工具。 | `@openclaw/lobster`<br />ClawHub + npm | contracts: tools |
|
||||
| [matrix](/zh-CN/plugins/reference/matrix) | 添加用于发送和接收 OpenClaw 消息的 Matrix 渠道接入面。 | `@openclaw/matrix`<br />ClawHub + npm | channels: matrix |
|
||||
| [mattermost](/zh-CN/plugins/reference/mattermost) | 添加用于发送和接收 OpenClaw 消息的 Mattermost 渠道接入面。 | `@openclaw/mattermost`<br />ClawHub + npm | channels: mattermost |
|
||||
| [memory-core](/zh-CN/plugins/reference/memory-core) | 添加记忆嵌入提供商支持。添加可由智能体调用的工具。 | `@openclaw/memory-core`<br />内置于 OpenClaw | contracts: memoryEmbeddingProviders, tools |
|
||||
| [memory-lancedb](/zh-CN/plugins/reference/memory-lancedb) | 添加可由智能体调用的工具。 | `@openclaw/memory-lancedb`<br />ClawHub + npm | contracts: tools |
|
||||
| [memory-wiki](/zh-CN/plugins/reference/memory-wiki) | 面向 OpenClaw 的持久化 wiki 编译器和 Obsidian 友好的知识库。 | `@openclaw/memory-wiki`<br />内置于 OpenClaw | contracts: tools; skills |
|
||||
| [microsoft](/zh-CN/plugins/reference/microsoft) | 添加文本转语音提供商支持。 | `@openclaw/microsoft-speech`<br />内置于 OpenClaw | contracts: speechProviders |
|
||||
| [microsoft-foundry](/zh-CN/plugins/reference/microsoft-foundry) | 向 OpenClaw 添加 Microsoft Foundry 模型提供商支持。 | `@openclaw/microsoft-foundry`<br />包含在 OpenClaw 中 | providers: microsoft-foundry |
|
||||
| [migrate-claude](/zh-CN/plugins/reference/migrate-claude) | 将 Claude Code 和 Claude Desktop 指令、MCP 服务器、Skills 和安全配置导入 OpenClaw。 | `@openclaw/migrate-claude`<br />包含在 OpenClaw 中 | contracts: migrationProviders |
|
||||
| [migrate-hermes](/zh-CN/plugins/reference/migrate-hermes) | 将 Hermes 配置、记忆、Skills 和受支持的凭证导入 OpenClaw。 | `@openclaw/migrate-hermes`<br />包含在 OpenClaw 中 | contracts: migrationProviders |
|
||||
| [minimax](/zh-CN/plugins/reference/minimax) | 向 OpenClaw 添加 MiniMax、MiniMax Portal 模型提供商支持。 | `@openclaw/minimax-provider`<br />包含在 OpenClaw 中 | providers: minimax, minimax-portal; contracts: imageGenerationProviders, mediaUnderstandingProviders, musicGenerationProviders, speechProviders, videoGenerationProviders, webSearchProviders |
|
||||
| [mistral](/zh-CN/plugins/reference/mistral) | 向 OpenClaw 添加 Mistral 模型提供商支持。 | `@openclaw/mistral-provider`<br />包含在 OpenClaw 中 | providers: mistral; contracts: mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders |
|
||||
| [moonshot](/zh-CN/plugins/reference/moonshot) | 向 OpenClaw 添加 Moonshot 模型提供商支持。 | `@openclaw/moonshot-provider`<br />包含在 OpenClaw 中 | providers: moonshot; contracts: mediaUnderstandingProviders, webSearchProviders |
|
||||
| [googlechat](/zh-CN/plugins/reference/googlechat) | 添加 Google Chat 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/googlechat`<br />ClawHub + npm | channels: googlechat |
|
||||
| [gradium](/zh-CN/plugins/reference/gradium) | 添加文本转语音提供商支持。 | `@openclaw/gradium-speech`<br />包含在 OpenClaw 中 | contracts: speechProviders |
|
||||
| [groq](/zh-CN/plugins/reference/groq) | 为 OpenClaw 添加 Groq 模型提供商支持。 | `@openclaw/groq-provider`<br />包含在 OpenClaw 中 | providers: groq; contracts: mediaUnderstandingProviders |
|
||||
| [huggingface](/zh-CN/plugins/reference/huggingface) | 为 OpenClaw 添加 Hugging Face 模型提供商支持。 | `@openclaw/huggingface-provider`<br />包含在 OpenClaw 中 | providers: huggingface |
|
||||
| [imessage](/zh-CN/plugins/reference/imessage) | 添加 iMessage 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/imessage`<br />包含在 OpenClaw 中 | channels: imessage |
|
||||
| [inworld](/zh-CN/plugins/reference/inworld) | Inworld 流式文本转语音(MP3、OGG_OPUS、PCM 电话音频)。 | `@openclaw/inworld-speech`<br />包含在 OpenClaw 中 | contracts: speechProviders |
|
||||
| [irc](/zh-CN/plugins/reference/irc) | 添加 IRC 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/irc`<br />包含在 OpenClaw 中 | channels: irc |
|
||||
| [kilocode](/zh-CN/plugins/reference/kilocode) | 为 OpenClaw 添加 Kilocode 模型提供商支持。 | `@openclaw/kilocode-provider`<br />包含在 OpenClaw 中 | providers: kilocode |
|
||||
| [kimi](/zh-CN/plugins/reference/kimi) | 为 OpenClaw 添加 Kimi、Kimi Coding 模型提供商支持。 | `@openclaw/kimi-provider`<br />包含在 OpenClaw 中 | providers: kimi, kimi-coding |
|
||||
| [line](/zh-CN/plugins/reference/line) | 添加 LINE 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/line`<br />ClawHub + npm | channels: line |
|
||||
| [litellm](/zh-CN/plugins/reference/litellm) | 为 OpenClaw 添加 LiteLLM 模型提供商支持。 | `@openclaw/litellm-provider`<br />包含在 OpenClaw 中 | providers: litellm; contracts: imageGenerationProviders |
|
||||
| [llm-task](/zh-CN/plugins/reference/llm-task) | 通用的仅 JSON LLM 工具,可从工作流中调用以执行结构化任务。 | `@openclaw/llm-task`<br />包含在 OpenClaw 中 | contracts: tools |
|
||||
| [lmstudio](/zh-CN/plugins/reference/lmstudio) | 为 OpenClaw 添加 LM Studio 模型提供商支持。 | `@openclaw/lmstudio-provider`<br />包含在 OpenClaw 中 | providers: lmstudio; contracts: memoryEmbeddingProviders |
|
||||
| [lobster](/zh-CN/plugins/reference/lobster) | 带有可恢复审批的类型化工作流工具。 | `@openclaw/lobster`<br />ClawHub + npm | contracts: tools |
|
||||
| [matrix](/zh-CN/plugins/reference/matrix) | 添加 Matrix 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/matrix`<br />包含在 OpenClaw 中 | channels: matrix |
|
||||
| [mattermost](/zh-CN/plugins/reference/mattermost) | 添加 Mattermost 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/mattermost`<br />包含在 OpenClaw 中 | channels: mattermost |
|
||||
| [memory-core](/zh-CN/plugins/reference/memory-core) | 添加记忆嵌入提供商支持。添加智能体可调用工具。 | `@openclaw/memory-core`<br />包含在 OpenClaw 中 | contracts: memoryEmbeddingProviders, tools |
|
||||
| [memory-lancedb](/zh-CN/plugins/reference/memory-lancedb) | 添加智能体可调用工具。 | `@openclaw/memory-lancedb`<br />ClawHub + npm | contracts: tools |
|
||||
| [memory-wiki](/zh-CN/plugins/reference/memory-wiki) | 面向 OpenClaw 的持久化 wiki 编译器和 Obsidian 友好型知识库。 | `@openclaw/memory-wiki`<br />包含在 OpenClaw 中 | contracts: tools; skills |
|
||||
| [microsoft](/zh-CN/plugins/reference/microsoft) | 添加文本转语音提供商支持。 | `@openclaw/microsoft-speech`<br />包含在 OpenClaw 中 | contracts: speechProviders |
|
||||
| [microsoft-foundry](/zh-CN/plugins/reference/microsoft-foundry) | 为 OpenClaw 添加 Microsoft Foundry 模型提供商支持。 | `@openclaw/microsoft-foundry`<br />已包含在 OpenClaw 中 | providers: microsoft-foundry |
|
||||
| [migrate-claude](/zh-CN/plugins/reference/migrate-claude) | 将 Claude Code 和 Claude Desktop 指令、MCP 服务器、Skills 和安全配置导入 OpenClaw。 | `@openclaw/migrate-claude`<br />已包含在 OpenClaw 中 | contracts: migrationProviders |
|
||||
| [migrate-hermes](/zh-CN/plugins/reference/migrate-hermes) | 将 Hermes 配置、记忆、Skills 和受支持的凭证导入 OpenClaw。 | `@openclaw/migrate-hermes`<br />已包含在 OpenClaw 中 | contracts: migrationProviders |
|
||||
| [minimax](/zh-CN/plugins/reference/minimax) | 为 OpenClaw 添加 MiniMax、MiniMax Portal 模型提供商支持。 | `@openclaw/minimax-provider`<br />已包含在 OpenClaw 中 | providers: minimax, minimax-portal; contracts: imageGenerationProviders, mediaUnderstandingProviders, musicGenerationProviders, speechProviders, videoGenerationProviders, webSearchProviders |
|
||||
| [mistral](/zh-CN/plugins/reference/mistral) | 为 OpenClaw 添加 Mistral 模型提供商支持。 | `@openclaw/mistral-provider`<br />已包含在 OpenClaw 中 | providers: mistral; contracts: mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders |
|
||||
| [moonshot](/zh-CN/plugins/reference/moonshot) | 为 OpenClaw 添加 Moonshot 模型提供商支持。 | `@openclaw/moonshot-provider`<br />已包含在 OpenClaw 中 | providers: moonshot; contracts: mediaUnderstandingProviders, webSearchProviders |
|
||||
| [msteams](/zh-CN/plugins/reference/msteams) | 添加 Microsoft Teams 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/msteams`<br />ClawHub + npm | channels: msteams |
|
||||
| [nextcloud-talk](/zh-CN/plugins/reference/nextcloud-talk) | 添加 Nextcloud Talk 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/nextcloud-talk`<br />ClawHub + npm | channels: nextcloud-talk |
|
||||
| [nostr](/zh-CN/plugins/reference/nostr) | 添加 Nostr 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/nostr`<br />ClawHub + npm | channels: nostr |
|
||||
| [nvidia](/zh-CN/plugins/reference/nvidia) | 向 OpenClaw 添加 NVIDIA 模型提供商支持。 | `@openclaw/nvidia-provider`<br />包含在 OpenClaw 中 | providers: nvidia |
|
||||
| [ollama](/zh-CN/plugins/reference/ollama) | 向 OpenClaw 添加 Ollama 模型提供商支持。 | `@openclaw/ollama-provider`<br />包含在 OpenClaw 中 | providers: ollama; contracts: memoryEmbeddingProviders, webSearchProviders |
|
||||
| [open-prose](/zh-CN/plugins/reference/open-prose) | OpenProse VM Skill 包,带有 `/prose` 斜杠命令。 | `@openclaw/open-prose`<br />包含在 OpenClaw 中 | skills |
|
||||
| [openai](/zh-CN/plugins/reference/openai) | 向 OpenClaw 添加 OpenAI、OpenAI Codex 模型提供商支持。 | `@openclaw/openai-provider`<br />包含在 OpenClaw 中 | providers: openai, openai-codex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders |
|
||||
| [opencode](/zh-CN/plugins/reference/opencode) | 向 OpenClaw 添加 OpenCode 模型提供商支持。 | `@openclaw/opencode-provider`<br />包含在 OpenClaw 中 | providers: opencode; contracts: mediaUnderstandingProviders |
|
||||
| [opencode-go](/zh-CN/plugins/reference/opencode-go) | 向 OpenClaw 添加 OpenCode Go 模型提供商支持。 | `@openclaw/opencode-go-provider`<br />包含在 OpenClaw 中 | providers: opencode-go; contracts: mediaUnderstandingProviders |
|
||||
| [openrouter](/zh-CN/plugins/reference/openrouter) | 向 OpenClaw 添加 OpenRouter 模型提供商支持。 | `@openclaw/openrouter-provider`<br />包含在 OpenClaw 中 | providers: openrouter; contracts: imageGenerationProviders, mediaUnderstandingProviders, speechProviders, videoGenerationProviders |
|
||||
| [openshell](/zh-CN/plugins/reference/openshell) | 由 OpenShell 驱动的沙箱后端,支持镜像本地工作区和基于 SSH 的命令执行。 | `@openclaw/openshell-sandbox`<br />包含在 OpenClaw 中 | plugin |
|
||||
| [perplexity](/zh-CN/plugins/reference/perplexity) | 添加 Web 搜索提供商支持。 | `@openclaw/perplexity-plugin`<br />包含在 OpenClaw 中 | contracts: webSearchProviders |
|
||||
| [qa-channel](/zh-CN/plugins/reference/qa-channel) | 添加 QA Channel 界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/qa-channel`<br />仅源代码检出 | channels: qa-channel |
|
||||
| [qa-lab](/zh-CN/plugins/reference/qa-lab) | OpenClaw QA 实验室插件,带有私有调试器 UI 和场景运行器。 | `@openclaw/qa-lab`<br />仅源代码检出 | plugin |
|
||||
| [qa-matrix](/zh-CN/plugins/reference/qa-matrix) | Matrix QA 传输运行器和基底。 | `@openclaw/qa-matrix`<br />仅限源码检出 | 插件 |
|
||||
| [qianfan](/zh-CN/plugins/reference/qianfan) | 为 OpenClaw 添加千帆模型提供商支持。 | `@openclaw/qianfan-provider`<br />包含在 OpenClaw 中 | 提供商: qianfan |
|
||||
| [qqbot](/zh-CN/plugins/reference/qqbot) | 添加 QQ Bot 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/qqbot`<br />ClawHub + npm | 渠道: qqbot; 契约: tools; Skills |
|
||||
| [qwen](/zh-CN/plugins/reference/qwen) | 为 OpenClaw 添加 Qwen、Qwen Cloud、Model Studio、DashScope 模型提供商支持。 | `@openclaw/qwen-provider`<br />包含在 OpenClaw 中 | 提供商: qwen, qwencloud, modelstudio, dashscope; 契约: mediaUnderstandingProviders, videoGenerationProviders |
|
||||
| [runway](/zh-CN/plugins/reference/runway) | 添加视频生成提供商支持。 | `@openclaw/runway-provider`<br />包含在 OpenClaw 中 | 契约: videoGenerationProviders |
|
||||
| [searxng](/zh-CN/plugins/reference/searxng) | 添加 Web 搜索提供商支持。 | `@openclaw/searxng-plugin`<br />包含在 OpenClaw 中 | 契约: webSearchProviders |
|
||||
| [senseaudio](/zh-CN/plugins/reference/senseaudio) | 添加媒体理解提供商支持。 | `@openclaw/senseaudio-provider`<br />包含在 OpenClaw 中 | 契约: mediaUnderstandingProviders |
|
||||
| [sglang](/zh-CN/plugins/reference/sglang) | 为 OpenClaw 添加 SGLang 模型提供商支持。 | `@openclaw/sglang-provider`<br />包含在 OpenClaw 中 | 提供商: sglang |
|
||||
| [signal](/zh-CN/plugins/reference/signal) | 添加 Signal 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/signal`<br />包含在 OpenClaw 中 | 渠道: signal |
|
||||
| [skill-workshop](/zh-CN/plugins/reference/skill-workshop) | 将可重复工作流捕获为工作区 Skills,包含待处理评审、安全写入和 skill 提示词刷新。 | `@openclaw/skill-workshop`<br />包含在 OpenClaw 中 | 契约: tools |
|
||||
| [slack](/zh-CN/plugins/reference/slack) | 添加 Slack 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/slack`<br />包含在 OpenClaw 中 | 渠道: slack |
|
||||
| [stepfun](/zh-CN/plugins/reference/stepfun) | 为 OpenClaw 添加 StepFun、StepFun Plan 模型提供商支持。 | `@openclaw/stepfun-provider`<br />包含在 OpenClaw 中 | 提供商: stepfun, stepfun-plan |
|
||||
| [synology-chat](/zh-CN/plugins/reference/synology-chat) | 添加 Synology Chat 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/synology-chat`<br />ClawHub + npm | 渠道: synology-chat |
|
||||
| [synthetic](/zh-CN/plugins/reference/synthetic) | 为 OpenClaw 添加 Synthetic 模型提供商支持。 | `@openclaw/synthetic-provider`<br />包含在 OpenClaw 中 | 提供商: synthetic |
|
||||
| [tavily](/zh-CN/plugins/reference/tavily) | 添加智能体可调用工具。添加 Web 搜索提供商支持。 | `@openclaw/tavily-plugin`<br />包含在 OpenClaw 中 | 契约: tools, webSearchProviders; Skills |
|
||||
| [telegram](/zh-CN/plugins/reference/telegram) | 添加 Telegram 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/telegram`<br />包含在 OpenClaw 中 | 渠道: telegram |
|
||||
| [tencent](/zh-CN/plugins/reference/tencent) | 为 OpenClaw 添加 Tencent TokenHub 模型提供商支持。 | `@openclaw/tencent-provider`<br />包含在 OpenClaw 中 | 提供商: tencent-tokenhub |
|
||||
| [tlon](/zh-CN/plugins/reference/tlon) | 添加 Tlon 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/tlon`<br />ClawHub + npm | 渠道: tlon; 契约: tools; Skills |
|
||||
| [together](/zh-CN/plugins/reference/together) | 为 OpenClaw 添加 Together 模型提供商支持。 | `@openclaw/together-provider`<br />包含在 OpenClaw 中 | 提供商: together; 契约: videoGenerationProviders |
|
||||
| [tokenjuice](/zh-CN/plugins/reference/tokenjuice) | 使用 tokenjuice reducers 压缩 exec 和 bash 工具结果。 | `@openclaw/tokenjuice`<br />包含在 OpenClaw 中 | 契约: agentToolResultMiddleware |
|
||||
| [nvidia](/zh-CN/plugins/reference/nvidia) | 为 OpenClaw 添加 NVIDIA 模型提供商支持。 | `@openclaw/nvidia-provider`<br />已包含在 OpenClaw 中 | providers: nvidia |
|
||||
| [ollama](/zh-CN/plugins/reference/ollama) | 为 OpenClaw 添加 Ollama 模型提供商支持。 | `@openclaw/ollama-provider`<br />已包含在 OpenClaw 中 | providers: ollama; contracts: memoryEmbeddingProviders, webSearchProviders |
|
||||
| [open-prose](/zh-CN/plugins/reference/open-prose) | 带有 /prose 斜杠命令的 OpenProse VM 技能包。 | `@openclaw/open-prose`<br />已包含在 OpenClaw 中 | skills |
|
||||
| [openai](/zh-CN/plugins/reference/openai) | 为 OpenClaw 添加 OpenAI、OpenAI Codex 模型提供商支持。 | `@openclaw/openai-provider`<br />已包含在 OpenClaw 中 | providers: openai, openai-codex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders |
|
||||
| [opencode](/zh-CN/plugins/reference/opencode) | 为 OpenClaw 添加 OpenCode 模型提供商支持。 | `@openclaw/opencode-provider`<br />已包含在 OpenClaw 中 | providers: opencode; contracts: mediaUnderstandingProviders |
|
||||
| [opencode-go](/zh-CN/plugins/reference/opencode-go) | 为 OpenClaw 添加 OpenCode Go 模型提供商支持。 | `@openclaw/opencode-go-provider`<br />已包含在 OpenClaw 中 | providers: opencode-go; contracts: mediaUnderstandingProviders |
|
||||
| [openrouter](/zh-CN/plugins/reference/openrouter) | 为 OpenClaw 添加 OpenRouter 模型提供商支持。 | `@openclaw/openrouter-provider`<br />已包含在 OpenClaw 中 | providers: openrouter; contracts: imageGenerationProviders, mediaUnderstandingProviders, speechProviders, videoGenerationProviders |
|
||||
| [openshell](/zh-CN/plugins/reference/openshell) | 由 OpenShell 提供支持的沙箱后端,具备镜像的本地工作区和基于 SSH 的命令执行。 | `@openclaw/openshell-sandbox`<br />已包含在 OpenClaw 中 | plugin |
|
||||
| [perplexity](/zh-CN/plugins/reference/perplexity) | 添加 Web 搜索提供商支持。 | `@openclaw/perplexity-plugin`<br />已包含在 OpenClaw 中 | contracts: webSearchProviders |
|
||||
| [qa-channel](/zh-CN/plugins/reference/qa-channel) | 添加 QA Channel 界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/qa-channel`<br />仅限源码检出 | channels: qa-channel |
|
||||
| [qa-lab](/zh-CN/plugins/reference/qa-lab) | OpenClaw QA 实验室插件,带有私有调试器 UI 和场景运行器。 | `@openclaw/qa-lab`<br />仅限源码检出 | plugin |
|
||||
| [qa-matrix](/zh-CN/plugins/reference/qa-matrix) | Matrix QA 传输运行器和底层基础。 | `@openclaw/qa-matrix`<br />仅限源代码检出 | 插件 |
|
||||
| [qianfan](/zh-CN/plugins/reference/qianfan) | 为 OpenClaw 添加 Qianfan 模型提供商支持。 | `@openclaw/qianfan-provider`<br />包含在 OpenClaw 中 | providers: qianfan |
|
||||
| [qqbot](/zh-CN/plugins/reference/qqbot) | 添加 QQ Bot 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/qqbot`<br />ClawHub + npm | channels: qqbot; contracts: tools; skills |
|
||||
| [qwen](/zh-CN/plugins/reference/qwen) | 为 OpenClaw 添加 Qwen、Qwen Cloud、Model Studio、DashScope 模型提供商支持。 | `@openclaw/qwen-provider`<br />包含在 OpenClaw 中 | providers: qwen, qwencloud, modelstudio, dashscope; contracts: mediaUnderstandingProviders, videoGenerationProviders |
|
||||
| [runway](/zh-CN/plugins/reference/runway) | 添加视频生成提供商支持。 | `@openclaw/runway-provider`<br />包含在 OpenClaw 中 | contracts: videoGenerationProviders |
|
||||
| [searxng](/zh-CN/plugins/reference/searxng) | 添加 Web 搜索提供商支持。 | `@openclaw/searxng-plugin`<br />包含在 OpenClaw 中 | contracts: webSearchProviders |
|
||||
| [senseaudio](/zh-CN/plugins/reference/senseaudio) | 添加媒体理解提供商支持。 | `@openclaw/senseaudio-provider`<br />包含在 OpenClaw 中 | contracts: mediaUnderstandingProviders |
|
||||
| [sglang](/zh-CN/plugins/reference/sglang) | 为 OpenClaw 添加 SGLang 模型提供商支持。 | `@openclaw/sglang-provider`<br />包含在 OpenClaw 中 | providers: sglang |
|
||||
| [signal](/zh-CN/plugins/reference/signal) | 添加 Signal 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/signal`<br />包含在 OpenClaw 中 | channels: signal |
|
||||
| [skill-workshop](/zh-CN/plugins/reference/skill-workshop) | 将可重复工作流捕获为工作区 Skills,包含待审查、安全写入和技能提示词刷新。 | `@openclaw/skill-workshop`<br />包含在 OpenClaw 中 | contracts: tools |
|
||||
| [slack](/zh-CN/plugins/reference/slack) | 添加 Slack 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/slack`<br />包含在 OpenClaw 中 | channels: slack |
|
||||
| [stepfun](/zh-CN/plugins/reference/stepfun) | 为 OpenClaw 添加 StepFun、StepFun Plan 模型提供商支持。 | `@openclaw/stepfun-provider`<br />包含在 OpenClaw 中 | providers: stepfun, stepfun-plan |
|
||||
| [synology-chat](/zh-CN/plugins/reference/synology-chat) | 添加 Synology Chat 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/synology-chat`<br />ClawHub + npm | channels: synology-chat |
|
||||
| [synthetic](/zh-CN/plugins/reference/synthetic) | 为 OpenClaw 添加 Synthetic 模型提供商支持。 | `@openclaw/synthetic-provider`<br />包含在 OpenClaw 中 | providers: synthetic |
|
||||
| [tavily](/zh-CN/plugins/reference/tavily) | 添加智能体可调用的工具。添加 Web 搜索提供商支持。 | `@openclaw/tavily-plugin`<br />包含在 OpenClaw 中 | contracts: tools, webSearchProviders; skills |
|
||||
| [telegram](/zh-CN/plugins/reference/telegram) | 添加 Telegram 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/telegram`<br />包含在 OpenClaw 中 | channels: telegram |
|
||||
| [tencent](/zh-CN/plugins/reference/tencent) | 为 OpenClaw 添加腾讯 TokenHub 模型提供商支持。 | `@openclaw/tencent-provider`<br />包含在 OpenClaw 中 | providers: tencent-tokenhub |
|
||||
| [tlon](/zh-CN/plugins/reference/tlon) | 添加 Tlon 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/tlon`<br />ClawHub + npm | channels: tlon; contracts: tools; skills |
|
||||
| [together](/zh-CN/plugins/reference/together) | 为 OpenClaw 添加 Together 模型提供商支持。 | `@openclaw/together-provider`<br />包含在 OpenClaw 中 | providers: together; contracts: videoGenerationProviders |
|
||||
| [tokenjuice](/zh-CN/plugins/reference/tokenjuice) | 使用 tokenjuice reducer 压缩 exec 和 bash 工具结果。 | `@openclaw/tokenjuice`<br />包含在 OpenClaw 中 | contracts: agentToolResultMiddleware |
|
||||
| [tts-local-cli](/zh-CN/plugins/reference/tts-local-cli) | 添加文本转语音提供商支持。 | `@openclaw/tts-local-cli`<br />包含在 OpenClaw 中 | contracts: speechProviders |
|
||||
| [twitch](/zh-CN/plugins/reference/twitch) | 添加 Twitch 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/twitch`<br />ClawHub + npm | channels: twitch |
|
||||
| [twitch](/zh-CN/plugins/reference/twitch) | 添加 Twitch 渠道表面,用于发送和接收 OpenClaw 消息。 | `@openclaw/twitch`<br />ClawHub + npm | channels: twitch |
|
||||
| [venice](/zh-CN/plugins/reference/venice) | 为 OpenClaw 添加 Venice 模型提供商支持。 | `@openclaw/venice-provider`<br />包含在 OpenClaw 中 | providers: venice |
|
||||
| [vercel-ai-gateway](/zh-CN/plugins/reference/vercel-ai-gateway) | 为 OpenClaw 添加 Vercel AI Gateway 模型提供商支持。 | `@openclaw/vercel-ai-gateway-provider`<br />包含在 OpenClaw 中 | providers: vercel-ai-gateway |
|
||||
| [vllm](/zh-CN/plugins/reference/vllm) | 为 OpenClaw 添加 vLLM 模型提供商支持。 | `@openclaw/vllm-provider`<br />包含在 OpenClaw 中 | providers: vllm |
|
||||
@ -131,11 +131,11 @@ pnpm plugins:inventory:gen
|
||||
| [volcengine](/zh-CN/plugins/reference/volcengine) | 为 OpenClaw 添加 Volcengine、Volcengine Plan 模型提供商支持。 | `@openclaw/volcengine-provider`<br />包含在 OpenClaw 中 | providers: volcengine, volcengine-plan; contracts: speechProviders |
|
||||
| [voyage](/zh-CN/plugins/reference/voyage) | 添加记忆嵌入提供商支持。 | `@openclaw/voyage-provider`<br />包含在 OpenClaw 中 | contracts: memoryEmbeddingProviders |
|
||||
| [vydra](/zh-CN/plugins/reference/vydra) | 为 OpenClaw 添加 Vydra 模型提供商支持。 | `@openclaw/vydra-provider`<br />包含在 OpenClaw 中 | providers: vydra; contracts: imageGenerationProviders, speechProviders, videoGenerationProviders |
|
||||
| [web-readability](/zh-CN/plugins/reference/web-readability) | 从本地 HTML 网页抓取响应中提取可读文章内容。 | `@openclaw/web-readability-plugin`<br />包含在 OpenClaw 中 | contracts: webContentExtractors |
|
||||
| [webhooks](/zh-CN/plugins/reference/webhooks) | 经过身份验证的入站 webhook,将外部自动化绑定到 OpenClaw TaskFlows。 | `@openclaw/webhooks`<br />包含在 OpenClaw 中 | plugin |
|
||||
| [whatsapp](/zh-CN/plugins/reference/whatsapp) | 添加 WhatsApp 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/whatsapp`<br />ClawHub + npm | channels: whatsapp |
|
||||
| [web-readability](/zh-CN/plugins/reference/web-readability) | 从本地 HTML Web 抓取响应中提取可读的文章内容。 | `@openclaw/web-readability-plugin`<br />包含在 OpenClaw 中 | contracts: webContentExtractors |
|
||||
| [webhooks](/zh-CN/plugins/reference/webhooks) | 经过身份验证的入站 Webhook,将外部自动化绑定到 OpenClaw TaskFlows。 | `@openclaw/webhooks`<br />包含在 OpenClaw 中 | plugin |
|
||||
| [whatsapp](/zh-CN/plugins/reference/whatsapp) | 添加 WhatsApp 渠道表面,用于发送和接收 OpenClaw 消息。 | `@openclaw/whatsapp`<br />ClawHub + npm | channels: whatsapp |
|
||||
| [xai](/zh-CN/plugins/reference/xai) | 为 OpenClaw 添加 xAI 模型提供商支持。 | `@openclaw/xai-plugin`<br />包含在 OpenClaw 中 | providers: xai; contracts: imageGenerationProviders, mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders, tools, videoGenerationProviders, webSearchProviders |
|
||||
| [xiaomi](/zh-CN/plugins/reference/xiaomi) | 为 OpenClaw 添加 Xiaomi 模型提供商支持。 | `@openclaw/xiaomi-provider`<br />包含在 OpenClaw 中 | providers: xiaomi; contracts: speechProviders |
|
||||
| [zai](/zh-CN/plugins/reference/zai) | 为 OpenClaw 添加 Z.AI 模型提供商支持。 | `@openclaw/zai-provider`<br />包含在 OpenClaw 中 | providers: zai; contracts: mediaUnderstandingProviders |
|
||||
| [zalo](/zh-CN/plugins/reference/zalo) | 添加 Zalo 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/zalo`<br />ClawHub + npm | channels: zalo |
|
||||
| [zalouser](/zh-CN/plugins/reference/zalouser) | 添加 Zalo Personal 渠道界面,用于发送和接收 OpenClaw 消息。 | `@openclaw/zalouser`<br />ClawHub + npm | channels: zalouser; contracts: tools |
|
||||
| [zalo](/zh-CN/plugins/reference/zalo) | 添加 Zalo 渠道表面,用于发送和接收 OpenClaw 消息。 | `@openclaw/zalo`<br />ClawHub + npm | channels: zalo |
|
||||
| [zalouser](/zh-CN/plugins/reference/zalouser) | 添加 Zalo Personal 渠道表面,用于发送和接收 OpenClaw 消息。 | `@openclaw/zalouser`<br />ClawHub + npm | channels: zalouser; contracts: tools |
|
||||
|
||||
@ -1,29 +1,29 @@
|
||||
---
|
||||
read_when:
|
||||
- 你正在安装、配置或审计 acpx 插件
|
||||
summary: 内嵌 ACP 运行时后端,由插件负责会话和传输管理。
|
||||
summary: 嵌入式 ACP 运行时后端,包含由插件拥有的会话和传输管理。
|
||||
title: ACPx 插件
|
||||
x-i18n:
|
||||
generated_at: "2026-05-02T21:41:24Z"
|
||||
generated_at: "2026-05-03T02:13:13Z"
|
||||
model: gpt-5.5
|
||||
provider: openai
|
||||
source_hash: 1a0452131c85969d16cd1ebb603bd2369be8cd929841b6756165f64ede4109a4
|
||||
source_hash: 254a6fc1bc68cb18c7bdd9c10d5c8ff370c80b1c58cc082be9b206a8a44e1013
|
||||
source_path: plugins/reference/acpx.md
|
||||
workflow: 16
|
||||
---
|
||||
|
||||
# ACPx 插件
|
||||
|
||||
内嵌 ACP 运行时后端,具备插件拥有的会话和传输管理。
|
||||
嵌入式 ACP 运行时后端,由插件拥有会话和传输管理。
|
||||
|
||||
## 分发
|
||||
|
||||
- 软件包:`@openclaw/acpx`
|
||||
- 安装路径:包含在 OpenClaw 中
|
||||
- 包:`@openclaw/acpx`
|
||||
- 安装方式:ClawHub + npm
|
||||
|
||||
## 暴露面
|
||||
## 接口面
|
||||
|
||||
Skills
|
||||
skills
|
||||
|
||||
## 相关文档
|
||||
|
||||
|
||||
@ -1,27 +1,27 @@
|
||||
---
|
||||
read_when:
|
||||
- 你正在安装、配置或审核 googlechat 插件
|
||||
summary: 新增 Google Chat 渠道能力,用于发送和接收 OpenClaw 消息。
|
||||
- 你正在安装、配置或审计 googlechat 插件
|
||||
summary: 新增 Google Chat 渠道功能面,用于发送和接收 OpenClaw 消息。
|
||||
title: Google Chat 插件
|
||||
x-i18n:
|
||||
generated_at: "2026-05-02T21:41:29Z"
|
||||
generated_at: "2026-05-03T02:13:09Z"
|
||||
model: gpt-5.5
|
||||
provider: openai
|
||||
source_hash: 793341b8a6f977521b102ce8b53db0921d2445170335ccf92166fa638cc8b367
|
||||
source_hash: 5806bfb6c5a21bfb83bccd20a998795c00a8ad69af69649aee52db72ae7f6cc4
|
||||
source_path: plugins/reference/googlechat.md
|
||||
workflow: 16
|
||||
---
|
||||
|
||||
# Google Chat 插件
|
||||
|
||||
添加 Google Chat 渠道界面,用于发送和接收 OpenClaw 消息。
|
||||
添加 Google Chat 渠道入口,用于发送和接收 OpenClaw 消息。
|
||||
|
||||
## 分发
|
||||
|
||||
- 软件包:`@openclaw/googlechat`
|
||||
- 安装路径:包含在 OpenClaw 中
|
||||
- 包:`@openclaw/googlechat`
|
||||
- 安装路径:ClawHub + npm
|
||||
|
||||
## 界面
|
||||
## 接入面
|
||||
|
||||
channels: googlechat
|
||||
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
---
|
||||
read_when:
|
||||
- 你正在安装、配置或审计 Line 插件
|
||||
summary: 新增 LINE 渠道功能面,用于发送和接收 OpenClaw 消息。
|
||||
- 你正在安装、配置或审计 line 插件
|
||||
summary: 新增用于发送和接收 OpenClaw 消息的 LINE 渠道接口。
|
||||
title: LINE 插件
|
||||
x-i18n:
|
||||
generated_at: "2026-05-02T21:41:31Z"
|
||||
generated_at: "2026-05-03T02:13:15Z"
|
||||
model: gpt-5.5
|
||||
provider: openai
|
||||
source_hash: d7c00de98a476429a479d1e29a53751924e88fe8f2d01aa887d21ee79772c84f
|
||||
source_hash: 469a8781af08abd50a475fe58e4ff4e93b592d4a412f17b01d34640422e0cc6f
|
||||
source_path: plugins/reference/line.md
|
||||
workflow: 16
|
||||
---
|
||||
@ -19,7 +19,7 @@ x-i18n:
|
||||
## 分发
|
||||
|
||||
- 包:`@openclaw/line`
|
||||
- 安装方式:包含在 OpenClaw 中
|
||||
- 安装途径:ClawHub + npm
|
||||
|
||||
## 界面
|
||||
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
---
|
||||
read_when:
|
||||
- 你正在安装、配置或审计 matrix 插件
|
||||
summary: 添加 Matrix 渠道接口,用于发送和接收 OpenClaw 消息。
|
||||
- 你正在安装、配置或审核 Matrix 插件
|
||||
summary: 新增 Matrix 渠道能力面,用于发送和接收 OpenClaw 消息。
|
||||
title: Matrix 插件
|
||||
x-i18n:
|
||||
generated_at: "2026-05-02T15:15:17Z"
|
||||
generated_at: "2026-05-03T02:13:11Z"
|
||||
model: gpt-5.5
|
||||
provider: openai
|
||||
source_hash: 130549983f7931a98558921af10be36a3cbdb6bae61c1d3afee1bef2968a6001
|
||||
source_hash: f4f791546090a868b4dd40dbfd458eb5fb2b6beafcf94c259655faac655fdfd8
|
||||
source_path: plugins/reference/matrix.md
|
||||
workflow: 16
|
||||
---
|
||||
@ -19,11 +19,11 @@ x-i18n:
|
||||
## 分发
|
||||
|
||||
- 包:`@openclaw/matrix`
|
||||
- 安装路径:ClawHub + npm
|
||||
- 安装方式:包含在 OpenClaw 中
|
||||
|
||||
## 界面
|
||||
|
||||
channels: matrix
|
||||
渠道:matrix
|
||||
|
||||
## 相关文档
|
||||
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
---
|
||||
read_when:
|
||||
- 你正在安装、配置或审核 Mattermost 插件
|
||||
summary: 新增 Mattermost 渠道支持,用于发送和接收 OpenClaw 消息。
|
||||
- 你正在安装、配置或审计 Mattermost 插件
|
||||
summary: 新增 Mattermost 渠道功能面,用于发送和接收 OpenClaw 消息。
|
||||
title: Mattermost 插件
|
||||
x-i18n:
|
||||
generated_at: "2026-05-02T15:15:22Z"
|
||||
generated_at: "2026-05-03T02:13:08Z"
|
||||
model: gpt-5.5
|
||||
provider: openai
|
||||
source_hash: ea1281e7bb22bd5bca0ef1610fac282664fb12408d15d891a04b356a438c6f16
|
||||
source_hash: 53b202de33507d8d747cad4e424f6ee7f90dac4dfbded566eb45772f118956db
|
||||
source_path: plugins/reference/mattermost.md
|
||||
workflow: 16
|
||||
---
|
||||
@ -19,9 +19,9 @@ x-i18n:
|
||||
## 分发
|
||||
|
||||
- 包:`@openclaw/mattermost`
|
||||
- 安装路径:ClawHub + npm
|
||||
- 安装方式:内置于 OpenClaw
|
||||
|
||||
## 界面
|
||||
## 接口
|
||||
|
||||
channels: mattermost
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user