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.
Plugin 清單
此頁面是從extensions/*/package.json、openclaw.plugin.json
以及根 npm 套件的 files 排除項目產生。使用以下指令重新產生:
定義
- 核心 npm 套件: 內建於
openclawnpm 套件中,無需另外安裝 Plugin 即可使用。 - 官方外部套件: 由 OpenClaw 維護、未包含在核心 npm 套件中的 Plugin,並透過 ClawHub 和/或 npm 安裝。
- 僅限原始碼簽出: 僅存在於 repo 本機、未包含在已發布 npm 成品中,且不會宣傳為可安裝套件的 Plugin。
pnpm install 後,隨附的
Plugin 會從 extensions/<id> 載入,因此本機編輯和套件內的 workspace
相依項都可使用。
核心 npm 套件
| Plugin | 描述 | 發佈 | 介面 |
|---|---|---|---|
| acpx | 內嵌 ACP 執行階段後端,具備由 plugin 擁有的工作階段與傳輸管理。 | @openclaw/acpx包含於 OpenClaw | Skills |
| 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 | 新增網頁搜尋提供者支援。 | @openclaw/duckduckgo-plugin隨附於 OpenClaw | contracts: webSearchProviders |
| elevenlabs | 新增媒體理解提供者支援。新增即時轉錄提供者支援。新增文字轉語音提供者支援。 | @openclaw/elevenlabs-speech隨附於 OpenClaw | contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders |
| exa | 新增網頁搜尋提供者支援。 | @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 | 新增可由代理程式呼叫的工具。新增網頁擷取提供者支援。新增網頁搜尋提供者支援。 | @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 | |
| googlechat | 新增 Google Chat 通道介面,用於傳送與接收 OpenClaw 訊息。 | @openclaw/googlechat隨附於 OpenClaw | channels: googlechat |
| 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 | 新增 iMessage 通道介面,用於傳送與接收 OpenClaw 訊息。 | @openclaw/imessage隨附於 OpenClaw | channels: imessage |
| inworld | Inworld 串流文字轉語音(MP3、OGG_OPUS、PCM 電話語音)。 | @openclaw/inworld-speech隨附於 OpenClaw | contracts: speechProviders |
| irc | 新增 IRC 通道介面,用於傳送與接收 OpenClaw 訊息。 | @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 |
| line | 新增 LINE 通道介面,用於傳送與接收 OpenClaw 訊息。 | @openclaw/line隨附於 OpenClaw | channels: line |
| litellm | 為 OpenClaw 新增 LiteLLM 模型提供者支援。 | @openclaw/litellm-provider隨附於 OpenClaw | providers: litellm; contracts: imageGenerationProviders |
| llm-task | 可從工作流程呼叫、用於結構化工作的通用僅 JSON LLM 工具。 | @openclaw/llm-task包含於 OpenClaw | contracts: tools |
| lmstudio | 為 OpenClaw 新增 LM Studio 模型提供者支援。 | @openclaw/lmstudio-provider包含於 OpenClaw | providers: lmstudio; contracts: memoryEmbeddingProviders |
| memory-core | 新增記憶體嵌入提供者支援。新增代理可呼叫的工具。 | @openclaw/memory-core包含於 OpenClaw | contracts: memoryEmbeddingProviders, tools |
| memory-wiki | 適用於 OpenClaw 的持久化 wiki 編譯器與 Obsidian 友善知識庫。 | @openclaw/memory-wiki包含於 OpenClaw | contracts: tools; skills |
| microsoft | 新增文字轉語音提供者支援。 | @openclaw/microsoft-speech包含於 OpenClaw | contracts: speechProviders |
| microsoft-foundry | 為 OpenClaw 新增 Microsoft Foundry 模型提供者支援。 | @openclaw/microsoft-foundry包含於 OpenClaw | providers: microsoft-foundry |
| migrate-claude | 將 Claude Code 和 Claude Desktop 指令、MCP 伺服器、skills,以及安全設定匯入 OpenClaw。 | @openclaw/migrate-claude包含於 OpenClaw | contracts: migrationProviders |
| migrate-hermes | 將 Hermes 設定、記憶、skills,以及支援的憑證匯入 OpenClaw。 | @openclaw/migrate-hermes包含於 OpenClaw | contracts: migrationProviders |
| minimax | 為 OpenClaw 新增 MiniMax、MiniMax Portal 模型提供者支援。 | @openclaw/minimax-provider包含於 OpenClaw | providers: minimax, minimax-portal; contracts: imageGenerationProviders, mediaUnderstandingProviders, musicGenerationProviders, speechProviders, videoGenerationProviders, webSearchProviders |
| mistral | 為 OpenClaw 新增 Mistral 模型提供者支援。 | @openclaw/mistral-provider包含於 OpenClaw | providers: mistral; contracts: mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders |
| moonshot | 為 OpenClaw 新增 Moonshot 模型提供者支援。 | @openclaw/moonshot-provider包含於 OpenClaw | providers: moonshot; contracts: mediaUnderstandingProviders, webSearchProviders |
| nvidia | 為 OpenClaw 新增 NVIDIA 模型提供者支援。 | @openclaw/nvidia-provider包含於 OpenClaw | providers: nvidia |
| ollama | 為 OpenClaw 新增 Ollama 模型提供者支援。 | @openclaw/ollama-provider包含於 OpenClaw | providers: ollama; contracts: memoryEmbeddingProviders, webSearchProviders |
| open-prose | OpenProse VM skill pack,含有 /prose slash command。 | @openclaw/open-prose包含於 OpenClaw | skills |
| openai | 為 OpenClaw 新增 OpenAI、OpenAI Codex 模型提供者支援。 | @openclaw/openai-provider包含於 OpenClaw | providers: openai, openai-codex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders |
| opencode | 為 OpenClaw 新增 OpenCode 模型提供者支援。 | @openclaw/opencode-provider包含於 OpenClaw | providers: opencode; contracts: mediaUnderstandingProviders |
| opencode-go | 為 OpenClaw 新增 OpenCode Go 模型提供者支援。 | @openclaw/opencode-go-provider包含於 OpenClaw | providers: opencode-go; contracts: mediaUnderstandingProviders |
| openrouter | 為 OpenClaw 新增 OpenRouter 模型提供者支援。 | @openclaw/openrouter-provider包含於 OpenClaw | providers: openrouter; contracts: imageGenerationProviders, mediaUnderstandingProviders, speechProviders, videoGenerationProviders |
| openshell | 由 OpenShell 驅動的沙箱後端,具備鏡像的本機工作區與基於 SSH 的命令執行。 | @openclaw/openshell-sandbox包含於 OpenClaw | plugin |
| perplexity | 新增 Web 搜尋提供者支援。 | @openclaw/perplexity-plugin包含於 OpenClaw | contracts: webSearchProviders |
| qianfan | 為 OpenClaw 新增 Qianfan 模型提供者支援。 | @openclaw/qianfan-provider包含於 OpenClaw | providers: qianfan |
| qwen | 為 OpenClaw 新增 Qwen、Qwen Cloud、Model Studio、DashScope 模型提供者支援。 | @openclaw/qwen-provider包含於 OpenClaw | providers: qwen, qwencloud, modelstudio, dashscope; contracts: mediaUnderstandingProviders, videoGenerationProviders |
| runway | 新增影片生成提供者支援。 | @openclaw/runway-provider包含於 OpenClaw | contracts: videoGenerationProviders |
| searxng | 新增網頁搜尋提供者支援。 | @openclaw/searxng-plugin包含於 OpenClaw | contracts: webSearchProviders |
| senseaudio | 新增媒體理解提供者支援。 | @openclaw/senseaudio-provider包含於 OpenClaw | contracts: mediaUnderstandingProviders |
| sglang | 為 OpenClaw 新增 SGLang 模型提供者支援。 | @openclaw/sglang-provider包含於 OpenClaw | providers: sglang |
| signal | 新增 Signal 通道介面,用於傳送和接收 OpenClaw 訊息。 | @openclaw/signal包含於 OpenClaw | channels: signal |
| skill-workshop | 將可重複的工作流程擷取為工作區 Skills,包含待審核、安全寫入與 skill 提示詞重新整理。 | @openclaw/skill-workshop包含於 OpenClaw | contracts: tools |
| slack | 新增 Slack 通道介面,用於傳送和接收 OpenClaw 訊息。 | @openclaw/slack包含於 OpenClaw | channels: slack |
| stepfun | 為 OpenClaw 新增 StepFun、StepFun Plan 模型提供者支援。 | @openclaw/stepfun-provider包含於 OpenClaw | providers: stepfun, stepfun-plan |
| synthetic | 為 OpenClaw 新增 Synthetic 模型提供者支援。 | @openclaw/synthetic-provider包含於 OpenClaw | providers: synthetic |
| tavily | 新增代理可呼叫的工具。新增網頁搜尋提供者支援。 | @openclaw/tavily-plugin包含於 OpenClaw | contracts: tools, webSearchProviders; skills |
| telegram | 新增 Telegram 通道介面,用於傳送和接收 OpenClaw 訊息。 | @openclaw/telegram包含於 OpenClaw | channels: telegram |
| tencent | 為 OpenClaw 新增 Tencent TokenHub 模型提供者支援。 | @openclaw/tencent-provider包含於 OpenClaw | providers: tencent-tokenhub |
| together | 為 OpenClaw 新增 Together 模型提供者支援。 | @openclaw/together-provider包含於 OpenClaw | providers: together; contracts: videoGenerationProviders |
| tokenjuice | 使用 tokenjuice reducer 壓縮 exec 和 bash 工具結果。 | @openclaw/tokenjuice包含於 OpenClaw | contracts: agentToolResultMiddleware |
| tts-local-cli | 新增文字轉語音提供者支援。 | @openclaw/tts-local-cli包含於 OpenClaw | contracts: speechProviders |
| venice | 為 OpenClaw 新增 Venice 模型提供者支援。 | @openclaw/venice-provider包含於 OpenClaw | providers: venice |
| vercel-ai-gateway | 為 OpenClaw 新增 Vercel AI Gateway 模型提供者支援。 | @openclaw/vercel-ai-gateway-provider包含於 OpenClaw | providers: vercel-ai-gateway |
| vllm | 為 OpenClaw 新增 vLLM 模型提供者支援。 | @openclaw/vllm-provider包含於 OpenClaw | providers: vllm |
| volcengine | 為 OpenClaw 新增 Volcengine、Volcengine Plan 模型提供者支援。 | @openclaw/volcengine-provider包含於 OpenClaw | providers: volcengine, volcengine-plan; contracts: speechProviders |
| voyage | 新增記憶體嵌入提供者支援。 | @openclaw/voyage-provider包含於 OpenClaw | contracts: memoryEmbeddingProviders |
| vydra | 為 OpenClaw 新增 Vydra 模型供應商支援。 | @openclaw/vydra-provider包含於 OpenClaw | providers: vydra; contracts: imageGenerationProviders, speechProviders, videoGenerationProviders |
| web-readability | 從本機 HTML 網頁擷取回應中擷取可讀文章內容。 | @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 |
官方外部套件
| Plugin | 描述 | 發佈方式 | Surface |
|---|---|---|---|
| bluebubbles | 新增 BlueBubbles channel surface,用於傳送與接收 OpenClaw 訊息。 | @openclaw/bluebubblesClawHub + npm | channels: bluebubbles |
| brave | 新增 web search provider 支援。 | @openclaw/brave-pluginClawHub + npm | contracts: webSearchProviders |
| codex | Codex app-server harness 與 Codex 管理的 GPT model catalog。 | @openclaw/codexClawHub + npm | providers: codex; contracts: mediaUnderstandingProviders, migrationProviders |
| diagnostics-otel | OpenClaw diagnostics OpenTelemetry exporter。 | @openclaw/diagnostics-otelClawHub: clawhub:@openclaw/diagnostics-otel; npm | plugin |
| diagnostics-prometheus | OpenClaw diagnostics Prometheus exporter。 | @openclaw/diagnostics-prometheusClawHub: clawhub:@openclaw/diagnostics-prometheus; npm | plugin |
| diffs | 供 agent 使用的唯讀 diff viewer 與 file renderer。 | @openclaw/diffsClawHub + npm | contracts: tools; skills |
| discord | 新增 Discord channel surface,用於傳送與接收 OpenClaw 訊息。 | @openclaw/discordClawHub + npm | channels: discord |
| feishu | 新增 Feishu channel surface,用於傳送與接收 OpenClaw 訊息。 | @openclaw/feishuClawHub + npm | channels: feishu; contracts: tools; skills |
| google-meet | 透過 Chrome 或 Twilio transports 加入 Google Meet 通話。 | @openclaw/google-meetClawHub + npm | contracts: tools |
| lobster | 具有可恢復核准流程的 typed workflow tool。 | @openclaw/lobsterClawHub + npm | contracts: tools |
| matrix | 新增 Matrix channel surface,用於傳送與接收 OpenClaw 訊息。 | @openclaw/matrixClawHub + npm | channels: matrix |
| mattermost | 新增 Mattermost channel surface,用於傳送與接收 OpenClaw 訊息。 | @openclaw/mattermostClawHub + npm | channels: mattermost |
| memory-lancedb | 新增可由 agent 呼叫的 tools。 | @openclaw/memory-lancedbClawHub + npm | contracts: tools |
| msteams | 新增 Microsoft Teams channel surface,用於傳送與接收 OpenClaw 訊息。 | @openclaw/msteamsClawHub + npm | channels: msteams |
| nextcloud-talk | 新增 Nextcloud Talk channel surface,用於傳送與接收 OpenClaw 訊息。 | @openclaw/nextcloud-talkClawHub + npm | channels: nextcloud-talk |
| nostr | 新增 Nostr channel surface,用於傳送與接收 OpenClaw 訊息。 | @openclaw/nostrClawHub + npm | channels: nostr |
| qqbot | 新增 QQ Bot channel surface,用於傳送與接收 OpenClaw 訊息。 | @openclaw/qqbotClawHub + npm | channels: qqbot; contracts: tools; skills |
| synology-chat | 新增 Synology Chat channel surface,用於傳送與接收 OpenClaw 訊息。 | @openclaw/synology-chatClawHub + npm | channels: synology-chat |
| tlon | 新增 Tlon channel surface,用於傳送與接收 OpenClaw 訊息。 | @openclaw/tlonClawHub + npm | channels: tlon; contracts: tools; skills |
| twitch | 新增 Twitch channel surface,用於傳送與接收 OpenClaw 訊息。 | @openclaw/twitchClawHub + npm | channels: twitch |
| voice-call | 新增可由 agent 呼叫的 tools。 | @openclaw/voice-callClawHub + npm | contracts: tools |
| 新增 WhatsApp channel surface,用於傳送與接收 OpenClaw 訊息。 | @openclaw/whatsappClawHub + npm | channels: whatsapp | |
| zalo | 新增 Zalo channel surface,用於傳送與接收 OpenClaw 訊息。 | @openclaw/zaloClawHub + npm | channels: zalo |
| zalouser | 新增 Zalo Personal channel surface,用於傳送與接收 OpenClaw 訊息。 | @openclaw/zalouserClawHub + npm | channels: zalouser; contracts: tools |
僅限原始碼 checkout
| Plugin | 描述 | 發佈方式 | Surface |
|---|---|---|---|
| qa-channel | 新增 QA Channel surface,用於傳送與接收 OpenClaw 訊息。 | @openclaw/qa-channel僅限原始碼 checkout | channels: qa-channel |
| qa-lab | 具有 private debugger UI 與 scenario runner 的 OpenClaw QA lab Plugin。 | @openclaw/qa-lab僅限原始碼 checkout | plugin |
| qa-matrix | Matrix QA transport runner 與 substrate。 | @openclaw/qa-matrix僅限原始碼 checkout | plugin |