Plugins
Plugin 清單
Plugin 清單
此頁面由 extensions/*/package.json、openclaw.plugin.json
以及根 npm 套件的 files 排除項目產生。使用以下指令重新產生:
pnpm plugins:inventory:gen
定義
- 核心 npm 套件: 內建於
openclawnpm 套件中,無需另行安裝 Plugin 即可使用。 - 官方外部套件: 由 OpenClaw 維護的 Plugin,未包含於核心 npm 套件中,保留在此官方清單內,並可透過 ClawHub 和/或 npm 按需安裝。
- 僅限原始碼簽出: 僅存在於 repo 本機的 Plugin,未包含於已發佈的 npm 成品中,也不會宣傳為可安裝套件。
原始碼簽出與 npm 安裝不同:執行 pnpm install 後,隨附的
Plugin 會從 extensions/<id> 載入,因此本機編輯與套件本地的工作區
相依性都可使用。
安裝 Plugin
使用 發佈形式 欄來判斷是否需要安裝。標示為
included in OpenClaw 的 Plugin 已存在於核心套件中。官方外部套件
需要安裝一次,然後重新啟動 Gateway。
例如,Discord 是官方外部套件:
openclaw plugins install @openclaw/discord
openclaw gateway restart
openclaw plugins inspect discord --runtime --json
裸套件規格會先嘗試 ClawHub,然後再 fallback 到 npm。若要強制指定來源,請使用
clawhub:@openclaw/discord 或 npm:@openclaw/discord。安裝後,請依照
該 Plugin 的設定文件,例如 Discord,新增憑證
與頻道設定。請參閱管理 Plugin,了解更新、
解除安裝與發佈指令。
核心 npm 套件
| Plugin | 描述 | 發佈方式 | 介面 |
|---|---|---|---|
| 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 | 將 fal 模型提供者支援新增至 OpenClaw。 | @openclaw/fal-provider |
|
| 包含於 OpenClaw | providers: fal; contracts: imageGenerationProviders, videoGenerationProviders | ||
| file-transfer | 透過專用 Node 命令在配對的 Node 上擷取、列出及寫入檔案。對於最高 16 MB 的二進位檔,透過 node.invoke 使用 base64,繞過 bash stdout 截斷。 |
@openclaw/file-transfer |
|
| 包含於 OpenClaw | contracts: tools | ||
| firecrawl | 新增代理程式可呼叫的工具。新增網頁擷取提供者支援。新增網頁搜尋提供者支援。 | @openclaw/firecrawl-plugin |
|
| 包含於 OpenClaw | contracts: tools, webFetchProviders, webSearchProviders | ||
| fireworks | 將 Fireworks 模型提供者支援新增至 OpenClaw。 | @openclaw/fireworks-provider |
|
| 包含於 OpenClaw | providers: fireworks | ||
| github-copilot | 將 GitHub Copilot 模型提供者支援新增至 OpenClaw。 | @openclaw/github-copilot-provider |
|
| 包含於 OpenClaw | providers: github-copilot; contracts: memoryEmbeddingProviders | ||
| 將 Google、Google Gemini CLI、Google Vertex 模型提供者支援新增至 OpenClaw。 | @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 | 將 Groq 模型提供者支援新增至 OpenClaw。 | @openclaw/groq-provider |
|
| 包含於 OpenClaw | providers: groq; contracts: mediaUnderstandingProviders | ||
| huggingface | 將 Hugging Face 模型提供者支援新增至 OpenClaw。 | @openclaw/huggingface-provider |
|
| 包含於 OpenClaw | providers: huggingface | ||
| imessage | 新增 iMessage channel 介面,用於傳送和接收 OpenClaw 訊息。 | @openclaw/imessage |
|
| 包含於 OpenClaw | channels: imessage | ||
| inworld | Inworld 串流文字轉語音(MP3、OGG_OPUS、PCM 電話語音)。 | @openclaw/inworld-speech |
|
| 包含於 OpenClaw | contracts: speechProviders | ||
| irc | 新增 IRC channel 介面,用於傳送和接收 OpenClaw 訊息。 | @openclaw/irc |
|
| 包含於 OpenClaw | channels: irc | ||
| kilocode | 將 Kilocode 模型提供者支援新增至 OpenClaw。 | @openclaw/kilocode-provider |
|
| 包含於 OpenClaw | providers: kilocode | ||
| kimi | 將 Kimi、Kimi Coding 模型提供者支援新增至 OpenClaw。 | @openclaw/kimi-provider |
|
| 包含於 OpenClaw | providers: kimi, kimi-coding | ||
| litellm | 將 LiteLLM 模型提供者支援新增至 OpenClaw。 | @openclaw/litellm-provider |
|
| 包含於 OpenClaw | providers: litellm; contracts: imageGenerationProviders | ||
| llm-task | 可從工作流程呼叫、適用於結構化工作的通用 JSON-only LLM 工具。 | @openclaw/llm-task |
|
| 包含於 OpenClaw | contracts: tools | ||
| lmstudio | 將 LM Studio 模型提供者支援新增至 OpenClaw。 | @openclaw/lmstudio-provider |
|
| 包含於 OpenClaw | providers: lmstudio; contracts: memoryEmbeddingProviders | ||
| matrix | 新增 Matrix channel 介面,用於傳送和接收 OpenClaw 訊息。 | @openclaw/matrix |
|
| 包含於 OpenClaw | channels: matrix | ||
| mattermost | 新增 Mattermost channel 介面,用於傳送和接收 OpenClaw 訊息。 | @openclaw/mattermost |
|
| 包含在 OpenClaw 中 | channels: mattermost | ||
| 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 斜線命令。 | @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 驅動的沙箱後端,具備鏡像 local 工作區與 SSH 型命令執行。 | @openclaw/openshell-sandbox |
|
| 包含在 OpenClaw 中 | plugin | ||
| perplexity | 新增網頁搜尋提供者支援。 | @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 TaskFlow。 | @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 | 說明 | 發佈 | 介面 |
|---|---|---|---|
| acpx | 內嵌 ACP 執行階段後端,含 Plugin 擁有的工作階段與傳輸管理。 | @openclaw/acpx |
|
| npm; ClawHub | skills | ||
| bluebubbles | 新增 BlueBubbles channel surface,用於傳送和接收 OpenClaw 訊息。 | @openclaw/bluebubbles |
|
| npm; ClawHub | channels: bluebubbles | ||
| brave | 新增網頁搜尋提供者支援。 | @openclaw/brave-plugin |
|
| npm; ClawHub | contracts: webSearchProviders | ||
| codex | Codex app-server harness,以及由 Codex 管理的 GPT 模型目錄。 | @openclaw/codex |
|
| npm; ClawHub | providers: codex; contracts: mediaUnderstandingProviders, migrationProviders | ||
| diagnostics-otel | OpenClaw diagnostics OpenTelemetry 匯出器。 | @openclaw/diagnostics-otel |
|
npm; ClawHub: clawhub:@openclaw/diagnostics-otel |
plugin | ||
| diagnostics-prometheus | OpenClaw diagnostics Prometheus 匯出器。 | @openclaw/diagnostics-prometheus |
|
npm; ClawHub: clawhub:@openclaw/diagnostics-prometheus |
plugin | ||
| diffs | 供 agent 使用的唯讀差異檢視器與檔案算繪器。 | @openclaw/diffs |
|
| npm; ClawHub | contracts: tools; skills | ||
| discord | 新增 Discord channel surface,用於傳送和接收 OpenClaw 訊息。 | @openclaw/discord |
|
| npm; ClawHub | channels: discord | ||
| feishu | 新增 Feishu channel surface,用於傳送和接收 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 channel surface,用於傳送和接收 OpenClaw 訊息。 | @openclaw/googlechat |
|
| npm; ClawHub | channels: googlechat | ||
| line | 新增 LINE channel surface,用於傳送和接收 OpenClaw 訊息。 | @openclaw/line |
|
| npm; ClawHub | channels: line | ||
| lobster | 具備可恢復核准流程的型別化工作流程工具。 | @openclaw/lobster |
|
| npm; ClawHub | contracts: tools | ||
| memory-lancedb | 新增 agent 可呼叫的工具。 | @openclaw/memory-lancedb |
|
| npm; ClawHub | contracts: tools | ||
| msteams | 新增 Microsoft Teams channel surface,用於傳送和接收 OpenClaw 訊息。 | @openclaw/msteams |
|
| npm; ClawHub | channels: msteams | ||
| nextcloud-talk | 新增 Nextcloud Talk channel surface,用於傳送和接收 OpenClaw 訊息。 | @openclaw/nextcloud-talk |
|
| npm; ClawHub | channels: nextcloud-talk | ||
| nostr | 新增 Nostr channel surface,用於傳送和接收 OpenClaw 訊息。 | @openclaw/nostr |
|
| npm; ClawHub | channels: nostr | ||
| qqbot | 新增 QQ Bot channel surface,用於傳送和接收 OpenClaw 訊息。 | @openclaw/qqbot |
|
| npm; ClawHub | channels: qqbot; contracts: tools; skills | ||
| synology-chat | 新增 Synology Chat channel surface,用於傳送和接收 OpenClaw 訊息。 | @openclaw/synology-chat |
|
| npm; ClawHub | channels: synology-chat | ||
| tlon | 新增 Tlon channel surface,用於傳送和接收 OpenClaw 訊息。 | @openclaw/tlon |
|
| npm; ClawHub | channels: tlon; contracts: tools; skills | ||
| twitch | 新增 Twitch channel surface,用於傳送和接收 OpenClaw 訊息。 | @openclaw/twitch |
|
| npm; ClawHub | channels: twitch | ||
| voice-call | 新增 agent 可呼叫的工具。 | @openclaw/voice-call |
|
| npm; ClawHub | contracts: tools | ||
| 新增 WhatsApp channel surface,用於傳送和接收 OpenClaw 訊息。 | @openclaw/whatsapp |
||
| npm; ClawHub | channels: whatsapp | ||
| zalo | 新增 Zalo channel surface,用於傳送和接收 OpenClaw 訊息。 | @openclaw/zalo |
|
| npm; ClawHub | channels: zalo | ||
| zalouser | 新增 Zalo Personal channel surface,用於傳送和接收 OpenClaw 訊息。 | @openclaw/zalouser |
|
| npm; ClawHub | channels: zalouser; contracts: tools |
僅限原始碼 checkout
| Plugin | 說明 | 發佈 | 介面 |
|---|---|---|---|
| qa-channel | 新增 QA Channel surface,用於傳送和接收 OpenClaw 訊息。 | @openclaw/qa-channel |
|
| 僅限原始碼 checkout | channels: qa-channel | ||
| qa-lab | OpenClaw QA lab Plugin,具備私人除錯器 UI 與情境執行器。 | @openclaw/qa-lab |
|
| 僅限原始碼 checkout | plugin | ||
| qa-matrix | Matrix QA 傳輸執行器與基底。 | @openclaw/qa-matrix |
|
| 僅限原始碼 checkout | plugin |