Documentation Index
Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt
Use this file to discover all available pages before exploring further.
插件清单
本页由extensions/*/package.json、openclaw.plugin.json
以及根 npm 包的 files 排除项生成。使用以下命令重新生成:
定义
- **核心 npm 包:**内置于
openclawnpm 包中,无需单独安装插件即可使用。 - **官方外部包:**由 OpenClaw 维护的插件,会从核心 npm 包中省略,保留在此官方清单中,并可通过 ClawHub 和/或 npm 按需安装。
- **仅源码检出:**仓库本地插件,会从已发布的 npm 构件中省略,也不会宣传为可安装包。
pnpm install 后,内置
插件会从 extensions/<id> 加载,因此本地编辑和包本地工作区
依赖都可用。
安装插件
使用 分发 列判断是否需要安装。标为included in OpenClaw 的插件已存在于核心包中。官方
外部包需要安装一次,然后重启 Gateway 网关。
例如,Discord 是官方外部包:
clawhub:@openclaw/discord 或 npm:@openclaw/discord。安装后,按照
插件的设置文档(例如 Discord)添加凭证
和渠道配置。有关更新、卸载和发布命令,请参阅 管理插件。
核心 npm 包
| 插件 | 描述 | 分发方式 | 暴露面 |
|---|---|---|---|
| alibaba | 添加视频生成提供商支持。 | @openclaw/alibaba-provider包含在 OpenClaw 中 | contracts: videoGenerationProviders |
| amazon-bedrock | 向 OpenClaw 添加 Amazon Bedrock 模型提供商支持。 | @openclaw/amazon-bedrock-provider包含在 OpenClaw 中 | providers: amazon-bedrock; contracts: memoryEmbeddingProviders |
| amazon-bedrock-mantle | 向 OpenClaw 添加 Amazon Bedrock Mantle 模型提供商支持。 | @openclaw/amazon-bedrock-mantle-provider包含在 OpenClaw 中 | providers: amazon-bedrock-mantle |
| anthropic | 向 OpenClaw 添加 Anthropic 模型提供商支持。 | @openclaw/anthropic-provider包含在 OpenClaw 中 | providers: anthropic; contracts: mediaUnderstandingProviders |
| anthropic-vertex | 向 OpenClaw 添加 Anthropic Vertex 模型提供商支持。 | @openclaw/anthropic-vertex-provider包含在 OpenClaw 中 | providers: anthropic-vertex |
| arcee | 向 OpenClaw 添加 Arcee 模型提供商支持。 | @openclaw/arcee-provider包含在 OpenClaw 中 | providers: arcee |
| azure-speech | Azure AI Speech 文本转语音(MP3、原生 Ogg/Opus 语音便签、PCM 电话音频)。 | @openclaw/azure-speech包含在 OpenClaw 中 | contracts: speechProviders |
| bonjour | 通过 Bonjour/mDNS 公告本地 OpenClaw Gateway 网关。 | @openclaw/bonjour包含在 OpenClaw 中 | plugin |
| browser | 添加智能体可调用的工具。 | @openclaw/browser-plugin包含在 OpenClaw 中 | contracts: tools; skills |
| byteplus | 向 OpenClaw 添加 BytePlus、BytePlus Plan 模型提供商支持。 | @openclaw/byteplus-provider包含在 OpenClaw 中 | providers: byteplus, byteplus-plan; contracts: videoGenerationProviders |
| cerebras | 向 OpenClaw 添加 Cerebras 模型提供商支持。 | @openclaw/cerebras-provider包含在 OpenClaw 中 | providers: cerebras |
| chutes | 向 OpenClaw 添加 Chutes 模型提供商支持。 | @openclaw/chutes-provider包含在 OpenClaw 中 | providers: chutes |
| cloudflare-ai-gateway | 向 OpenClaw 添加 Cloudflare AI Gateway 模型提供商支持。 | @openclaw/cloudflare-ai-gateway-provider包含在 OpenClaw 中 | providers: cloudflare-ai-gateway |
| comfy | 向 OpenClaw 添加 ComfyUI 模型提供商支持。 | @openclaw/comfy-provider包含在 OpenClaw 中 | providers: comfy; contracts: imageGenerationProviders, musicGenerationProviders, videoGenerationProviders |
| copilot-proxy | 向 OpenClaw 添加 Copilot Proxy 模型提供商支持。 | @openclaw/copilot-proxy包含在 OpenClaw 中 | providers: copilot-proxy |
| deepgram | 添加媒体理解提供商支持。添加实时转写提供商支持。 | @openclaw/deepgram-provider包含在 OpenClaw 中 | contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders |
| deepinfra | 向 OpenClaw 添加 DeepInfra 模型提供商支持。 | @openclaw/deepinfra-provider包含在 OpenClaw 中 | providers: deepinfra; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, speechProviders, videoGenerationProviders |
| deepseek | 向 OpenClaw 添加 DeepSeek 模型提供商支持。 | @openclaw/deepseek-provider包含在 OpenClaw 中 | providers: deepseek |
| document-extract | 从本地文档附件中提取文本和备用页面图片。 | @openclaw/document-extract-plugin包含在 OpenClaw 中 | contracts: documentExtractors |
| duckduckgo | 添加 Web 搜索提供商支持。 | @openclaw/duckduckgo-plugin包含在 OpenClaw 中 | contracts: webSearchProviders |
| elevenlabs | 添加媒体理解提供商支持。添加实时转录提供商支持。添加文本转语音提供商支持。 | @openclaw/elevenlabs-speech包含在 OpenClaw 中 | contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders |
| exa | 添加 Web 搜索提供商支持。 | @openclaw/exa-plugin包含在 OpenClaw 中 | contracts: webSearchProviders |
| fal | 为 OpenClaw 添加 fal 模型提供商支持。 | @openclaw/fal-provider包含在 OpenClaw 中 | providers: fal; contracts: imageGenerationProviders, videoGenerationProviders |
| file-transfer | 通过专用节点命令在已配对节点上获取、列出和写入文件。对于最大 16 MB 的二进制文件,通过在 node.invoke 上使用 base64,绕过 bash stdout 截断。 | @openclaw/file-transfer包含在 OpenClaw 中 | contracts: tools |
| firecrawl | 添加可由智能体调用的工具。添加 Web 获取提供商支持。添加 Web 搜索提供商支持。 | @openclaw/firecrawl-plugin包含在 OpenClaw 中 | contracts: tools, webFetchProviders, webSearchProviders |
| fireworks | 为 OpenClaw 添加 Fireworks 模型提供商支持。 | @openclaw/fireworks-provider包含在 OpenClaw 中 | providers: fireworks |
| github-copilot | 为 OpenClaw 添加 GitHub Copilot 模型提供商支持。 | @openclaw/github-copilot-provider包含在 OpenClaw 中 | providers: github-copilot; contracts: memoryEmbeddingProviders |
| 为 OpenClaw 添加 Google、Google Gemini CLI、Google Vertex 模型提供商支持。 | @openclaw/google-plugin包含在 OpenClaw 中 | providers: google, google-gemini-cli, google-vertex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, musicGenerationProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders, webSearchProviders | |
| gradium | 添加文本转语音提供商支持。 | @openclaw/gradium-speech包含在 OpenClaw 中 | contracts: speechProviders |
| groq | 为 OpenClaw 添加 Groq 模型提供商支持。 | @openclaw/groq-provider包含在 OpenClaw 中 | providers: groq; contracts: mediaUnderstandingProviders |
| huggingface | 为 OpenClaw 添加 Hugging Face 模型提供商支持。 | @openclaw/huggingface-provider包含在 OpenClaw 中 | providers: huggingface |
| imessage | 添加用于发送和接收 OpenClaw 消息的 iMessage 渠道表面。 | @openclaw/imessage包含在 OpenClaw 中 | channels: imessage |
| inworld | Inworld 流式文本转语音(MP3、OGG_OPUS、PCM 电话音频)。 | @openclaw/inworld-speech包含在 OpenClaw 中 | contracts: speechProviders |
| irc | 添加用于发送和接收 OpenClaw 消息的 IRC 渠道表面。 | @openclaw/irc包含在 OpenClaw 中 | channels: irc |
| kilocode | 为 OpenClaw 添加 Kilocode 模型提供商支持。 | @openclaw/kilocode-provider包含在 OpenClaw 中 | providers: kilocode |
| kimi | 为 OpenClaw 添加 Kimi、Kimi Coding 模型提供商支持。 | @openclaw/kimi-provider包含在 OpenClaw 中 | providers: kimi, kimi-coding |
| litellm | 为 OpenClaw 添加 LiteLLM 模型提供商支持。 | @openclaw/litellm-provider包含在 OpenClaw 中 | providers: litellm; contracts: imageGenerationProviders |
| llm-task | 用于可从工作流调用的结构化任务的通用 JSON-only LLM 工具。 | @openclaw/llm-task包含在 OpenClaw 中 | contracts: tools |
| lmstudio | 为 OpenClaw 添加 LM Studio 模型提供商支持。 | @openclaw/lmstudio-provider包含在 OpenClaw 中 | providers: lmstudio; contracts: memoryEmbeddingProviders |
| matrix | 添加用于发送和接收 OpenClaw 消息的 Matrix 渠道表面。 | @openclaw/matrix包含在 OpenClaw 中 | channels: matrix |
| mattermost | 添加 Mattermost 渠道界面,用于发送和接收 OpenClaw 消息。 | @openclaw/mattermostOpenClaw 内置 | channels: mattermost |
| memory-core | 添加记忆嵌入提供商支持。添加可由智能体调用的工具。 | @openclaw/memory-coreOpenClaw 内置 | contracts: memoryEmbeddingProviders, tools |
| memory-wiki | 为 OpenClaw 提供持久化 wiki 编译器和适配 Obsidian 的知识库。 | @openclaw/memory-wikiOpenClaw 内置 | contracts: tools; skills |
| microsoft | 添加文本转语音提供商支持。 | @openclaw/microsoft-speechOpenClaw 内置 | contracts: speechProviders |
| microsoft-foundry | 为 OpenClaw 添加 Microsoft Foundry 模型提供商支持。 | @openclaw/microsoft-foundryOpenClaw 内置 | providers: microsoft-foundry |
| migrate-claude | 将 Claude Code 和 Claude Desktop 的说明、MCP 服务器、Skills 以及安全配置导入 OpenClaw。 | @openclaw/migrate-claudeOpenClaw 内置 | contracts: migrationProviders |
| migrate-hermes | 将 Hermes 配置、记忆、Skills 和受支持的凭证导入 OpenClaw。 | @openclaw/migrate-hermesOpenClaw 内置 | contracts: migrationProviders |
| minimax | 为 OpenClaw 添加 MiniMax、MiniMax Portal 模型提供商支持。 | @openclaw/minimax-providerOpenClaw 内置 | providers: minimax, minimax-portal; contracts: imageGenerationProviders, mediaUnderstandingProviders, musicGenerationProviders, speechProviders, videoGenerationProviders, webSearchProviders |
| mistral | 为 OpenClaw 添加 Mistral 模型提供商支持。 | @openclaw/mistral-providerOpenClaw 内置 | providers: mistral; contracts: mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders |
| moonshot | 为 OpenClaw 添加 Moonshot 模型提供商支持。 | @openclaw/moonshot-providerOpenClaw 内置 | providers: moonshot; contracts: mediaUnderstandingProviders, webSearchProviders |
| nvidia | 为 OpenClaw 添加 NVIDIA 模型提供商支持。 | @openclaw/nvidia-providerOpenClaw 内置 | providers: nvidia |
| ollama | 为 OpenClaw 添加 Ollama 模型提供商支持。 | @openclaw/ollama-providerOpenClaw 内置 | providers: ollama; contracts: memoryEmbeddingProviders, webSearchProviders |
| open-prose | OpenProse VM Skill 包,包含一个 /prose 斜杠命令。 | @openclaw/open-proseOpenClaw 内置 | skills |
| openai | 为 OpenClaw 添加 OpenAI、OpenAI Codex 模型提供商支持。 | @openclaw/openai-providerOpenClaw 内置 | providers: openai, openai-codex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders |
| opencode | 为 OpenClaw 添加 OpenCode 模型提供商支持。 | @openclaw/opencode-providerOpenClaw 内置 | providers: opencode; contracts: mediaUnderstandingProviders |
| opencode-go | 为 OpenClaw 添加 OpenCode Go 模型提供商支持。 | @openclaw/opencode-go-providerOpenClaw 内置 | providers: opencode-go; contracts: mediaUnderstandingProviders |
| openrouter | 为 OpenClaw 添加 OpenRouter 模型提供商支持。 | @openclaw/openrouter-providerOpenClaw 内置 | providers: openrouter; contracts: imageGenerationProviders, mediaUnderstandingProviders, speechProviders, videoGenerationProviders |
| openshell | 由 OpenShell 驱动的沙箱后端,带有镜像的本地工作区和基于 SSH 的命令执行。 | @openclaw/openshell-sandboxOpenClaw 内置 | plugin |
| perplexity | 添加 Web 搜索提供商支持。 | @openclaw/perplexity-pluginOpenClaw 内置 | contracts: webSearchProviders |
| qianfan | 为 OpenClaw 添加 Qianfan 模型提供商支持。 | @openclaw/qianfan-providerOpenClaw 内置 | providers: qianfan |
| qwen | 为 OpenClaw 添加 Qwen、Qwen Cloud、Model Studio、DashScope 模型提供商支持。 | @openclaw/qwen-providerOpenClaw 内置 | providers: qwen, qwencloud, modelstudio, dashscope; contracts: mediaUnderstandingProviders, videoGenerationProviders |
| runway | 添加视频生成提供商支持。 | @openclaw/runway-provider内置于 OpenClaw | 契约:videoGenerationProviders |
| searxng | 添加 Web 搜索提供商支持。 | @openclaw/searxng-plugin内置于 OpenClaw | 契约:webSearchProviders |
| senseaudio | 添加媒体理解提供商支持。 | @openclaw/senseaudio-provider内置于 OpenClaw | 契约:mediaUnderstandingProviders |
| sglang | 为 OpenClaw 添加 SGLang 模型提供商支持。 | @openclaw/sglang-provider内置于 OpenClaw | 提供商:sglang |
| signal | 添加 Signal 渠道界面,用于发送和接收 OpenClaw 消息。 | @openclaw/signal内置于 OpenClaw | 渠道:signal |
| skill-workshop | 将可重复的工作流捕获为工作区技能,支持待审、safe writes 和 skill prompt 刷新。 | @openclaw/skill-workshop内置于 OpenClaw | 契约:tools |
| slack | 添加 Slack 渠道界面,用于发送和接收 OpenClaw 消息。 | @openclaw/slack内置于 OpenClaw | 渠道:slack |
| stepfun | 为 OpenClaw 添加 StepFun、StepFun Plan 模型提供商支持。 | @openclaw/stepfun-provider内置于 OpenClaw | 提供商:stepfun、stepfun-plan |
| synthetic | 为 OpenClaw 添加 Synthetic 模型提供商支持。 | @openclaw/synthetic-provider内置于 OpenClaw | 提供商:synthetic |
| tavily | 添加可由智能体调用的工具。添加 Web 搜索提供商支持。 | @openclaw/tavily-plugin内置于 OpenClaw | 契约:tools、webSearchProviders;Skills |
| telegram | 添加 Telegram 渠道界面,用于发送和接收 OpenClaw 消息。 | @openclaw/telegram内置于 OpenClaw | 渠道:telegram |
| tencent | 为 OpenClaw 添加 Tencent TokenHub 模型提供商支持。 | @openclaw/tencent-provider内置于 OpenClaw | 提供商:tencent-tokenhub |
| together | 为 OpenClaw 添加 Together 模型提供商支持。 | @openclaw/together-provider内置于 OpenClaw | 提供商:together;契约:videoGenerationProviders |
| tokenjuice | 使用 tokenjuice reducer 压缩 exec 和 bash 工具结果。 | @openclaw/tokenjuice内置于 OpenClaw | 契约:agentToolResultMiddleware |
| tts-local-cli | 添加文本转语音提供商支持。 | @openclaw/tts-local-cli内置于 OpenClaw | 契约:speechProviders |
| venice | 为 OpenClaw 添加 Venice 模型提供商支持。 | @openclaw/venice-provider内置于 OpenClaw | 提供商:venice |
| vercel-ai-gateway | 为 OpenClaw 添加 Vercel AI Gateway 模型提供商支持。 | @openclaw/vercel-ai-gateway-provider内置于 OpenClaw | 提供商:vercel-ai-gateway |
| vllm | 为 OpenClaw 添加 vLLM 模型提供商支持。 | @openclaw/vllm-provider内置于 OpenClaw | 提供商:vllm |
| volcengine | 为 OpenClaw 添加 Volcengine、Volcengine Plan 模型提供商支持。 | @openclaw/volcengine-provider内置于 OpenClaw | 提供商:volcengine、volcengine-plan;契约:speechProviders |
| voyage | 添加记忆嵌入提供商支持。 | @openclaw/voyage-provider内置于 OpenClaw | 契约:memoryEmbeddingProviders |
| vydra | 为 OpenClaw 添加 Vydra 模型提供商支持。 | @openclaw/vydra-provider内置于 OpenClaw | 提供商:vydra;契约:imageGenerationProviders、speechProviders、videoGenerationProviders |
| web-readability | 从本地 HTML Web 抓取响应中提取可读的文章内容。 | @openclaw/web-readability-plugin包含在 OpenClaw 中 | contracts: webContentExtractors |
| webhooks | 经过身份验证的入站 Webhook,将外部自动化绑定到 OpenClaw TaskFlows。 | @openclaw/webhooks包含在 OpenClaw 中 | plugin |
| xai | 为 OpenClaw 添加 xAI 模型提供商支持。 | @openclaw/xai-plugin包含在 OpenClaw 中 | providers: xai; contracts: imageGenerationProviders, mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders, tools, videoGenerationProviders, webSearchProviders |
| xiaomi | 为 OpenClaw 添加 Xiaomi 模型提供商支持。 | @openclaw/xiaomi-provider包含在 OpenClaw 中 | providers: xiaomi; contracts: speechProviders |
| zai | 为 OpenClaw 添加 Z.AI 模型提供商支持。 | @openclaw/zai-provider包含在 OpenClaw 中 | providers: zai; contracts: mediaUnderstandingProviders |
官方外部软件包
| 插件 | 描述 | 分发 | 暴露面 |
|---|---|---|---|
| acpx | 带有插件自有会话和传输管理的嵌入式 ACP 运行时后端。 | @openclaw/acpxnpm; ClawHub | skills |
| bluebubbles | 添加用于发送和接收 OpenClaw 消息的 BlueBubbles 渠道界面。 | @openclaw/bluebubblesnpm; ClawHub | channels: bluebubbles |
| brave | 添加 Web 搜索提供商支持。 | @openclaw/brave-pluginnpm; ClawHub | contracts: webSearchProviders |
| codex | Codex 应用服务器 harness 和 Codex 管理的 GPT 模型目录。 | @openclaw/codexnpm; ClawHub | providers: codex; contracts: mediaUnderstandingProviders, migrationProviders |
| diagnostics-otel | OpenClaw 诊断 OpenTelemetry 导出器。 | @openclaw/diagnostics-otelnpm; ClawHub: clawhub:@openclaw/diagnostics-otel | plugin |
| diagnostics-prometheus | OpenClaw 诊断 Prometheus 导出器。 | @openclaw/diagnostics-prometheusnpm; ClawHub: clawhub:@openclaw/diagnostics-prometheus | plugin |
| diffs | 面向智能体的只读差异查看器和文件渲染器。 | @openclaw/diffsnpm; ClawHub | contracts: tools; skills |
| discord | 添加用于发送和接收 OpenClaw 消息的 Discord 渠道界面。 | @openclaw/discordnpm; ClawHub | channels: discord |
| feishu | 添加用于发送和接收 OpenClaw 消息的 Feishu 渠道界面。 | @openclaw/feishunpm; ClawHub | channels: feishu; contracts: tools; skills |
| google-meet | 通过 Chrome 或 Twilio 传输协议加入 Google Meet 通话。 | @openclaw/google-meetnpm; ClawHub | contracts: tools |
| googlechat | 添加用于发送和接收 OpenClaw 消息的 Google Chat 渠道界面。 | @openclaw/googlechatnpm; ClawHub | channels: googlechat |
| line | 添加用于发送和接收 OpenClaw 消息的 LINE 渠道界面。 | @openclaw/linenpm; ClawHub | channels: line |
| lobster | 带有可恢复审批的类型化工作流工具。 | @openclaw/lobsternpm; ClawHub | contracts: tools |
| memory-lancedb | 添加可由智能体调用的工具。 | @openclaw/memory-lancedbnpm; ClawHub | contracts: tools |
| msteams | 添加用于发送和接收 OpenClaw 消息的 Microsoft Teams 渠道界面。 | @openclaw/msteamsnpm; ClawHub | channels: msteams |
| nextcloud-talk | 添加用于发送和接收 OpenClaw 消息的 Nextcloud Talk 渠道界面。 | @openclaw/nextcloud-talknpm; ClawHub | channels: nextcloud-talk |
| nostr | 添加用于发送和接收 OpenClaw 消息的 Nostr 渠道界面。 | @openclaw/nostrnpm; ClawHub | channels: nostr |
| qqbot | 添加用于发送和接收 OpenClaw 消息的 QQ Bot 渠道界面。 | @openclaw/qqbotnpm; ClawHub | channels: qqbot; contracts: tools; skills |
| synology-chat | 添加用于发送和接收 OpenClaw 消息的 Synology Chat 渠道界面。 | @openclaw/synology-chatnpm; ClawHub | channels: synology-chat |
| tlon | 添加用于发送和接收 OpenClaw 消息的 Tlon 渠道界面。 | @openclaw/tlonnpm; ClawHub | channels: tlon; contracts: tools; skills |
| twitch | 添加用于发送和接收 OpenClaw 消息的 Twitch 渠道界面。 | @openclaw/twitchnpm; ClawHub | channels: twitch |
| voice-call | 添加可由智能体调用的工具。 | @openclaw/voice-callnpm; ClawHub | contracts: tools |
| 添加用于发送和接收 OpenClaw 消息的 WhatsApp 渠道界面。 | @openclaw/whatsappnpm; ClawHub | channels: whatsapp | |
| zalo | 添加用于发送和接收 OpenClaw 消息的 Zalo 渠道界面。 | @openclaw/zalonpm; ClawHub | channels: zalo |
| zalouser | 添加用于发送和接收 OpenClaw 消息的 Zalo Personal 渠道界面。 | @openclaw/zalousernpm; ClawHub | channels: zalouser; contracts: tools |
仅源代码检出
| 插件 | 描述 | 分发 | 暴露面 |
|---|---|---|---|
| qa-channel | 添加用于发送和接收 OpenClaw 消息的 QA Channel 渠道界面。 | @openclaw/qa-channel仅源代码检出 | channels: qa-channel |
| qa-lab | 带有私有调试器 UI 和场景运行器的 OpenClaw QA 实验室插件。 | @openclaw/qa-lab仅源代码检出 | plugin |
| qa-matrix | Matrix QA 传输运行器和基底。 | @openclaw/qa-matrix仅源代码检出 | plugin |