Skip to content

OpenClaw 插件清单将插件分为三类:核心 npm 包(无需安装即可使用)、官方外部包(需通过 npm 或 ClawHub 安装)、仅源码检出(本地开发用)。查看 Distribution 列可快速判断是否需要单独安装。安装外部包后必须重启 Gateway:openclaw gateway restart。表格中的链接指向各插件的详细配置文档。

OpenClaw 插件清单:核心包、外部包与源码插件分类

本页由 extensions/*/package.jsonopenclaw.plugin.json 以及根 npm 包的 files 排除项自动生成。如需重新生成,运行:

bash
pnpm plugins:inventory:gen

分类定义

  • Core npm package(核心 npm 包):构建在 openclaw npm 包中,无需单独安装即可使用。
  • Official external package(官方外部包):由 OpenClaw 维护,未包含在核心 npm 包中,可通过 ClawHub 和/或 npm 按需安装。
  • Source checkout only(仅源码检出):仅存在于仓库本地,不发布为 npm 制品,也不作为可安装包公开。

源码检出的插件与 npm 安装不同:pnpm install 后,捆绑的插件从 extensions/<id> 加载,以便本地编辑和工作区依赖可用。

安装插件

根据 Distribution 列判断是否需要安装。标记为 included in OpenClaw 的插件已在核心包中,无需额外操作。官方外部包需要安装一次,然后重启 Gateway。

例如,Discord 是官方外部包:

bash
openclaw plugins install @openclaw/discord
openclaw gateway restart
openclaw plugins inspect discord --runtime --json

在启动过渡期,普通的裸包名仍然从 npm 安装。当需要明确来源时,使用 clawhub:@openclaw/discordnpm:@openclaw/discord。安装后,请参照该插件的设置文档(如 Discord)添加凭证和通道配置。更新、卸载和发布命令请参见 管理插件

核心 npm 包

插件描述分发方式Surface(能力接口)
admin-http-rpcOpenClaw 管理 HTTP RPC 端点。@openclaw/admin-http-rpc
included in OpenClaw
contracts: gatewayMethodDispatch
alibaba添加视频生成提供商支持。@openclaw/alibaba-provider
included in OpenClaw
contracts: videoGenerationProviders
anthropic为 OpenClaw 添加 Anthropic 模型提供商支持。@openclaw/anthropic-provider
included in OpenClaw
providers: anthropic; contracts: mediaUnderstandingProviders
arcee为 OpenClaw 添加 Arcee 模型提供商支持。@openclaw/arcee-provider
included in OpenClaw
providers: arcee
azure-speechAzure AI Speech 文本转语音(MP3、原生 Ogg/Opus 语音笔记、PCM 电话语音)。@openclaw/azure-speech
included in OpenClaw
contracts: speechProviders
bonjour通过 Bonjour/mDNS 广播本地 OpenClaw Gateway。@openclaw/bonjour
included in OpenClaw
plugin
browser添加智能体可调用的工具。@openclaw/browser-plugin
included in OpenClaw
contracts: tools; skills
byteplus为 OpenClaw 添加 BytePlus、BytePlus Plan 模型提供商支持。@openclaw/byteplus-provider
included in OpenClaw
providers: byteplus, byteplus-plan; contracts: videoGenerationProviders
canvas实验性 Canvas 控制与用于配对节点的 A2UI 渲染界面。@openclaw/canvas-plugin
included in OpenClaw
contracts: tools
cerebras为 OpenClaw 添加 Cerebras 模型提供商支持。@openclaw/cerebras-provider
included in OpenClaw
providers: cerebras
chutes为 OpenClaw 添加 Chutes 模型提供商支持。@openclaw/chutes-provider
included in OpenClaw
providers: chutes
clickclack添加 Clickclack 通道界面,用于收发 OpenClaw 消息。@openclaw/clickclack
included in OpenClaw
channels: clickclack
cloudflare-ai-gateway为 OpenClaw 添加 Cloudflare AI Gateway 模型提供商支持。@openclaw/cloudflare-ai-gateway-provider
included in OpenClaw
providers: cloudflare-ai-gateway
comfy为 OpenClaw 添加 ComfyUI 模型提供商支持。@openclaw/comfy-provider
included in OpenClaw
providers: comfy; contracts: imageGenerationProviders, musicGenerationProviders, videoGenerationProviders
copilot-proxy为 OpenClaw 添加 Copilot Proxy 模型提供商支持。@openclaw/copilot-proxy
included in OpenClaw
providers: copilot-proxy
deepgram添加媒体理解提供商和实时转录提供商支持。@openclaw/deepgram-provider
included in OpenClaw
contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders
deepinfra为 OpenClaw 添加 DeepInfra 模型提供商支持。@openclaw/deepinfra-provider
included in OpenClaw
providers: deepinfra; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, speechProviders, videoGenerationProviders
deepseek为 OpenClaw 添加 DeepSeek 模型提供商支持。@openclaw/deepseek-provider
included in OpenClaw
providers: deepseek
document-extract从本地文档附件中提取文本和后备页面图像。@openclaw/document-extract-plugin
included in OpenClaw
contracts: documentExtractors
duckduckgo添加网络搜索提供商支持。@openclaw/duckduckgo-plugin
included in OpenClaw
contracts: webSearchProviders
elevenlabs添加媒体理解、实时转录和文本转语音提供商支持。@openclaw/elevenlabs-speech
included in OpenClaw
contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders
exa添加网络搜索提供商支持。@openclaw/exa-plugin
included in OpenClaw
contracts: webSearchProviders
fal为 OpenClaw 添加 fal 模型提供商支持。@openclaw/fal-provider
included in OpenClaw
providers: fal; contracts: imageGenerationProviders, musicGenerationProviders, videoGenerationProviders
file-transfer通过专用节点命令在配对节点上获取、列出和写入文件。使用 base64 通过 node.invoke 绕过 bash stdout 截断,支持最大 16 MB 的二进制文件。@openclaw/file-transfer
included in OpenClaw
contracts: tools
firecrawl添加智能体可调用的工具、网络抓取提供商和网络搜索提供商支持。@openclaw/firecrawl-plugin
included in OpenClaw
contracts: tools, webFetchProviders, webSearchProviders
fireworks为 OpenClaw 添加 Fireworks 模型提供商支持。@openclaw/fireworks-provider
included in OpenClaw
providers: fireworks
github-copilot为 OpenClaw 添加 GitHub Copilot 模型提供商支持。@openclaw/github-copilot-provider
included in OpenClaw
providers: github-copilot; contracts: memoryEmbeddingProviders
google为 OpenClaw 添加 Google、Google Gemini CLI、Google Vertex 模型提供商支持。@openclaw/google-plugin
included in OpenClaw
providers: google, google-gemini-cli, google-vertex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, musicGenerationProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders, webSearchProviders
gradium添加文本转语音提供商支持。@openclaw/gradium-speech
included in OpenClaw
contracts: speechProviders
groq为 OpenClaw 添加 Groq 模型提供商支持。@openclaw/groq-provider
included in OpenClaw
providers: groq; contracts: mediaUnderstandingProviders
huggingface为 OpenClaw 添加 Hugging Face 模型提供商支持。@openclaw/huggingface-provider
included in OpenClaw
providers: huggingface
imessage添加 iMessage 通道界面,用于收发 OpenClaw 消息。@openclaw/imessage
included in OpenClaw
channels: imessage
inworldInworld 流式文本转语音(MP3、OGG_OPUS、PCM 电话语音)。@openclaw/inworld-speech
included in OpenClaw
contracts: speechProviders
irc添加 IRC 通道界面,用于收发 OpenClaw 消息。@openclaw/irc
included in OpenClaw
channels: irc
kilocode为 OpenClaw 添加 Kilocode 模型提供商支持。@openclaw/kilocode-provider
included in OpenClaw
providers: kilocode
kimi为 OpenClaw 添加 Kimi、Kimi Coding 模型提供商支持。@openclaw/kimi-provider
included in OpenClaw
providers: kimi, kimi-coding
litellm为 OpenClaw 添加 LiteLLM 模型提供商支持。@openclaw/litellm-provider
included in OpenClaw
providers: litellm; contracts: imageGenerationProviders
llm-task通用 JSON-only LLM 工具,用于工作流中的结构化任务。@openclaw/llm-task
included in OpenClaw
contracts: tools
lmstudio为 OpenClaw 添加 LM Studio 模型提供商支持。@openclaw/lmstudio-provider
included in OpenClaw
providers: lmstudio; contracts: memoryEmbeddingProviders
mattermost添加 Mattermost 通道界面,用于收发 OpenClaw 消息。@openclaw/mattermost
included in OpenClaw
channels: mattermost
memory-core添加记忆嵌入提供商和智能体可调用的工具。@openclaw/memory-core
included in OpenClaw
contracts: memoryEmbeddingProviders, tools
memory-wiki持久 Wiki 编译器和 Obsidian 友好的知识库。@openclaw/memory-wiki
included in OpenClaw
contracts: tools; skills
microsoft添加文本转语音提供商支持。@openclaw/microsoft-speech
included in OpenClaw
contracts: speechProviders
microsoft-foundry为 OpenClaw 添加 Microsoft Foundry 模型提供商支持。@openclaw/microsoft-foundry
included in OpenClaw
providers: microsoft-foundry
migrate-claude将 Claude Code 和 Claude Desktop 的指令、MCP 服务器、技能和安全配置导入 OpenClaw。@openclaw/migrate-claude
included in OpenClaw
contracts: migrationProviders
migrate-hermes将 Hermes 配置、记忆、技能和支持的凭证导入 OpenClaw。@openclaw/migrate-hermes
included in OpenClaw
contracts: migrationProviders
minimax为 OpenClaw 添加 MiniMax、MiniMax Portal 模型提供商支持。@openclaw/minimax-provider
included in OpenClaw
providers: minimax, minimax-portal; contracts: imageGenerationProviders, mediaUnderstandingProviders, musicGenerationProviders, speechProviders, videoGenerationProviders, webSearchProviders
mistral为 OpenClaw 添加 Mistral 模型提供商支持。@openclaw/mistral-provider
included in OpenClaw
providers: mistral; contracts: mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders
moonshot为 OpenClaw 添加 Moonshot 模型提供商支持。@openclaw/moonshot-provider
included in OpenClaw
providers: moonshot; contracts: mediaUnderstandingProviders, webSearchProviders
nvidia为 OpenClaw 添加 NVIDIA 模型提供商支持。@openclaw/nvidia-provider
included in OpenClaw
providers: nvidia
oc-path添加 openclaw path CLI,用于 oc:// 工作区文件寻址。@openclaw/oc-path
included in OpenClaw
plugin
ollama为 OpenClaw 添加 Ollama 模型提供商支持。@openclaw/ollama-provider
included in OpenClaw
providers: ollama; contracts: memoryEmbeddingProviders, webSearchProviders
open-proseOpenProse VM 技能包,包含 /prose 斜杠命令。@openclaw/open-prose
included in OpenClaw
skills
openai为 OpenClaw 添加 OpenAI、OpenAI Codex 模型提供商支持。@openclaw/openai-provider
included in OpenClaw
providers: openai, openai-codex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders
opencode为 OpenClaw 添加 OpenCode 模型提供商支持。@openclaw/opencode-provider
included in OpenClaw
providers: opencode; contracts: mediaUnderstandingProviders
opencode-go为 OpenClaw 添加 OpenCode Go 模型提供商支持。@openclaw/opencode-go-provider
included in OpenClaw
providers: opencode-go; contracts: mediaUnderstandingProviders
openrouter为 OpenClaw 添加 OpenRouter 模型提供商支持。@openclaw/openrouter-provider
included in OpenClaw
providers: openrouter; contracts: imageGenerationProviders, mediaUnderstandingProviders, musicGenerationProviders, speechProviders, videoGenerationProviders
perplexity添加网络搜索提供商支持。@openclaw/perplexity-plugin
included in OpenClaw
contracts: webSearchProviders
policy添加基于策略的 doctor 检查,用于工作区合规性。@openclaw/policy
included in OpenClaw
plugin
qianfan为 OpenClaw 添加 Qianfan 模型提供商支持。@openclaw/qianfan-provider
included in OpenClaw
providers: qianfan
qwen为 OpenClaw 添加 Qwen、Qwen Cloud、Model Studio、DashScope 模型提供商支持。@openclaw/qwen-provider
included in OpenClaw
providers: qwen, qwencloud, modelstudio, dashscope; contracts: mediaUnderstandingProviders, videoGenerationProviders
runway添加视频生成提供商支持。@openclaw/runway-provider
included in OpenClaw
contracts: videoGenerationProviders
searxng添加网络搜索提供商支持。@openclaw/searxng-plugin
included in OpenClaw
contracts: webSearchProviders
senseaudio添加媒体理解提供商支持。@openclaw/senseaudio-provider
included in OpenClaw
contracts: mediaUnderstandingProviders
sglang为 OpenClaw 添加 SGLang 模型提供商支持。@openclaw/sglang-provider
included in OpenClaw
providers: sglang
signal添加 Signal 通道界面,用于收发 OpenClaw 消息。@openclaw/signal
included in OpenClaw
channels: signal
skill-workshop捕获可重复的工作流作为工作区技能,支持待审查、安全写入和技能提示刷新。@openclaw/skill-workshop
included in OpenClaw
contracts: tools
stepfun为 OpenClaw 添加 StepFun、StepFun Plan 模型提供商支持。@openclaw/stepfun-provider
included in OpenClaw
providers: stepfun, stepfun-plan
synthetic为 OpenClaw 添加 Synthetic 模型提供商支持。@openclaw/synthetic-provider
included in OpenClaw
providers: synthetic
tavily添加智能体可调用的工具和网络搜索提供商支持。@openclaw/tavily-plugin
included in OpenClaw
contracts: tools, webSearchProviders; skills
telegram添加 Telegram 通道界面,用于收发 OpenClaw 消息。@openclaw/telegram
included in OpenClaw
channels: telegram
tencent为 OpenClaw 添加 Tencent TokenHub 模型提供商支持。@openclaw/tencent-provider
included in OpenClaw
providers: tencent-tokenhub
together为 OpenClaw 添加 Together 模型提供商支持。@openclaw/together-provider
included in OpenClaw
providers: together; contracts: videoGenerationProviders
tokenjuice使用 tokenjuice 压缩器压缩 exec 和 bash 工具结果。@openclaw/tokenjuice
included in OpenClaw
contracts: agentToolResultMiddleware
tts-local-cli添加文本转语音提供商支持。@openclaw/tts-local-cli
included in OpenClaw
contracts: speechProviders
venice为 OpenClaw 添加 Venice 模型提供商支持。@openclaw/venice-provider
included in OpenClaw
providers: venice
vercel-ai-gateway为 OpenClaw 添加 Vercel AI Gateway 模型提供商支持。@openclaw/vercel-ai-gateway-provider
included in OpenClaw
providers: vercel-ai-gateway
vllm为 OpenClaw 添加 vLLM 模型提供商支持。@openclaw/vllm-provider
included in OpenClaw
providers: vllm
volcengine为 OpenClaw 添加 Volcengine、Volcengine Plan 模型提供商支持。@openclaw/volcengine-provider
included in OpenClaw
providers: volcengine, volcengine-plan; contracts: speechProviders
voyage添加记忆嵌入提供商支持。@openclaw/voyage-provider
included in OpenClaw
contracts: memoryEmbeddingProviders
vydra为 OpenClaw 添加 Vydra 模型提供商支持。@openclaw/vydra-provider
included in OpenClaw
providers: vydra; contracts: imageGenerationProviders, speechProviders, videoGenerationProviders
web-readability从本地 HTML 网页抓取响应中提取可读文章内容。@openclaw/web-readability-plugin
included in OpenClaw
contracts: webContentExtractors
webhooks认证的入站 webhooks,将外部自动化绑定到 OpenClaw TaskFlows。@openclaw/webhooks
included in OpenClaw
plugin
xai为 OpenClaw 添加 xAI 模型提供商支持。@openclaw/xai-plugin
included in OpenClaw
providers: xai; contracts: imageGenerationProviders, mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders, tools, videoGenerationProviders, webSearchProviders
xiaomi为 OpenClaw 添加 Xiaomi 模型提供商支持。@openclaw/xiaomi-provider
included in OpenClaw
providers: xiaomi; contracts: speechProviders
zai为 OpenClaw 添加 Z.AI 模型提供商支持。@openclaw/zai-provider
included in OpenClaw
providers: zai; contracts: mediaUnderstandingProviders

官方外部包

插件描述分发方式Surface(能力接口)
acpx嵌入式 ACP 运行时后端,插件自有会话和传输管理。@openclaw/acpx
npm; ClawHub
skills
amazon-bedrock为 OpenClaw 添加 Amazon Bedrock 模型提供商支持。@openclaw/amazon-bedrock-provider
npm; ClawHub
providers: amazon-bedrock; contracts: memoryEmbeddingProviders
amazon-bedrock-mantle为 OpenClaw 添加 Amazon Bedrock Mantle 模型提供商支持。@openclaw/amazon-bedrock-mantle-provider
npm; ClawHub
providers: amazon-bedrock-mantle
anthropic-vertex为 OpenClaw 添加 Anthropic Vertex 模型提供商支持。@openclaw/anthropic-vertex-provider
npm; ClawHub
providers: anthropic-vertex
brave添加网络搜索提供商支持。@openclaw/brave-plugin
npm; ClawHub
contracts: webSearchProviders
codexCodex 应用服务器框架和 Codex 管理的 GPT 模型目录。@openclaw/codex
npm; ClawHub
providers: codex; contracts: mediaUnderstandingProviders, migrationProviders
diagnostics-otelOpenClaw 诊断 OpenTelemetry 导出器。@openclaw/diagnostics-otel
npm; ClawHub: clawhub:@openclaw/diagnostics-otel
plugin
diagnostics-prometheusOpenClaw 诊断 Prometheus 导出器。@openclaw/diagnostics-prometheus
npm; ClawHub: clawhub:@openclaw/diagnostics-prometheus
plugin
diffs只读差异查看器和用于智能体的文件渲染器。@openclaw/diffs
npm; ClawHub
contracts: tools; skills
discord添加 Discord 通道界面,用于收发 OpenClaw 消息。@openclaw/discord
npm; ClawHub
channels: discord
feishu添加飞书通道界面,用于收发 OpenClaw 消息。@openclaw/feishu
npm; ClawHub
channels: feishu; contracts: tools; skills
google-meet通过 Chrome 或 Twilio 传输加入 Google Meet 通话。@openclaw/google-meet
npm; ClawHub
contracts: tools
googlechat添加 Google Chat 通道界面,用于收发 OpenClaw 消息。@openclaw/googlechat
npm; ClawHub
channels: googlechat
line添加 LINE 通道界面,用于收发 OpenClaw 消息。@openclaw/line
npm; ClawHub
channels: line
lobster类型化工作流工具,支持可恢复的审批。@openclaw/lobster
npm; ClawHub
contracts: tools
matrix添加 Matrix 通道界面,用于收发 OpenClaw 消息。@openclaw/matrix
ClawHub: clawhub:@openclaw/matrix; npm
channels: matrix
memory-lancedb添加智能体可调用的工具。@openclaw/memory-lancedb
npm; ClawHub
contracts: tools
msteams添加 Microsoft Teams 通道界面,用于收发 OpenClaw 消息。@openclaw/msteams
npm; ClawHub
channels: msteams
nextcloud-talk添加 Nextcloud Talk 通道界面,用于收发 OpenClaw 消息。@openclaw/nextcloud-talk
npm; ClawHub
channels: nextcloud-talk
nostr添加 Nostr 通道界面,用于收发 OpenClaw 消息。@openclaw/nostr
npm; ClawHub
channels: nostr
openshell基于 NVIDIA OpenShell CLI 的沙箱后端,支持镜像本地工作区和 SSH 命令执行。@openclaw/openshell-sandbox
npm; ClawHub
plugin
qqbot添加 QQ 机器人通道界面,用于收发 OpenClaw 消息。@openclaw/qqbot
npm; ClawHub
channels: qqbot; contracts: tools; skills
slack添加 Slack 通道界面,用于收发 OpenClaw 消息。@openclaw/slack
npm; ClawHub
channels: slack
synology-chat添加 Synology Chat 通道界面,用于收发 OpenClaw 消息。@openclaw/synology-chat
npm; ClawHub
channels: synology-chat
tlon添加 Tlon 通道界面,用于收发 OpenClaw 消息。@openclaw/tlon
npm; ClawHub
channels: tlon; contracts: tools; skills
twitch添加 Twitch 通道界面,用于收发 OpenClaw 消息。@openclaw/twitch
npm; ClawHub
channels: twitch
voice-call添加智能体可调用的工具。@openclaw/voice-call
npm; ClawHub
contracts: tools
whatsapp添加 WhatsApp 通道界面,用于收发 OpenClaw 消息。@openclaw/whatsapp
ClawHub: clawhub:@openclaw/whatsapp; npm
channels: whatsapp
zalo添加 Zalo 通道界面,用于收发 OpenClaw 消息。@openclaw/zalo
npm; ClawHub
channels: zalo
zalouser添加 Zalo 个人通道界面,用于收发 OpenClaw 消息。@openclaw/zalouser
npm; ClawHub
channels: zalouser; contracts: tools

仅源码检出

插件描述分发方式Surface(能力接口)
qa-channel添加 QA 通道界面,用于收发 OpenClaw 消息。@openclaw/qa-channel
source checkout only
channels: qa-channel
qa-labOpenClaw QA 实验室插件,包含私有调试器 UI 和场景运行器。@openclaw/qa-lab
source checkout only
plugin
qa-matrixMatrix QA 传输运行器和底层。@openclaw/qa-matrix
source checkout only
plugin

常见问题

如何安装 Discord 插件?

运行 openclaw plugins install @openclaw/discord,然后执行 openclaw gateway restart。安装后可使用 openclaw plugins inspect discord --runtime --json 验证。

哪些插件不需要安装?

标记为 "included in OpenClaw" 的插件已内置在核心 npm 包中,例如 OpenAI、Telegram、Webhooks 等。详细列表见「核心 npm 包」表格。

安装官方外部包后必须重启 Gateway 吗?

是的。每次安装或更新外部包后,都需要运行 openclaw gateway restart 才能生效。