社群 Plugin 是第三方套件,可透過新的通道、工具、供應器或其他能力來擴充 OpenClaw。它們由社群建置與維護,通常發布在 ClawHub,並可用單一命令安裝。對於尚未移轉到 ClawHub 的套件,npm 仍然是支援的備用選項。 ClawHub 是社群 Plugin 的標準探索介面。不要只為了讓你的 Plugin 更容易被找到而開啟僅限文件的 PR;請改為將它發布到 ClawHub。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
Apify
使用 20,000 多個現成 scraper 從任何網站擷取資料。讓你的代理程式只需提出要求,就能從 Instagram、Facebook、TikTok、YouTube、Google Maps、Google Search、電子商務網站等來源擷取資料。- npm:
@apify/apify-openclaw-plugin - repo: github.com/apify/apify-openclaw-plugin
Codex App Server Bridge
用於 Codex App Server 對話的獨立 OpenClaw 橋接器。將聊天繫結到 Codex 執行緒,以純文字與它對話,並使用聊天原生命令控制恢復、規劃、審查、模型選擇、Compaction 等功能。- npm:
openclaw-codex-app-server - repo: github.com/pwrdrvr/openclaw-codex-app-server
DingTalk
使用 Stream 模式的企業機器人整合。透過任何 DingTalk 用戶端支援文字、圖片與檔案訊息。- npm:
@largezhou/ddingtalk - repo: github.com/largezhou/openclaw-dingtalk
Lossless Claw (LCM)
OpenClaw 的 Lossless Context Management Plugin。以 DAG 為基礎的對話摘要,搭配增量式 Compaction,在降低 token 使用量的同時保留完整上下文保真度。- npm:
@martian-engineering/lossless-claw - repo: github.com/Martian-Engineering/lossless-claw
Opik
將代理程式 trace 匯出到 Opik 的官方 Plugin。監控代理程式行為、成本、token、錯誤等資訊。- npm:
@opik/opik-openclaw - repo: github.com/comet-ml/opik-openclaw
Prometheus Avatar
為你的 OpenClaw 代理程式提供具備即時唇形同步、情緒表情與文字轉語音的 Live2D avatar。包含用於 AI 資產產生與一鍵部署到 Prometheus Marketplace 的創作者工具。目前處於 alpha 階段。- npm:
@prometheusavatar/openclaw-plugin - repo: github.com/myths-labs/prometheus-avatar
QQbot
透過 QQ Bot API 將 OpenClaw 連接到 QQ。支援私人聊天、群組提及、頻道訊息,以及包含語音、圖片、影片和檔案的豐富媒體。 目前的 OpenClaw 版本內建 QQ Bot。一般安裝請使用 QQ Bot 中的內建設定;只有在你明確想使用 Tencent 維護的獨立套件時,才安裝此外部 Plugin。- npm:
@tencent-connect/openclaw-qqbot - repo: github.com/tencent-connect/openclaw-qqbot
wecom
由 Tencent WeCom 團隊為 OpenClaw 提供的 WeCom 通道 Plugin。它由 WeCom Bot WebSocket 持久連線驅動,支援直接訊息與群組聊天、串流回覆、主動訊息、圖片/檔案處理、Markdown 格式化、內建存取控制,以及文件/會議/訊息 Skills。- npm:
@wecom/wecom-openclaw-plugin - repo: github.com/WecomTeam/wecom-openclaw-plugin
Yuanbao
由 Tencent Yuanbao 團隊為 OpenClaw 提供的 Yuanbao 通道 Plugin。它由 WebSocket 持久連線驅動,支援直接訊息與群組聊天、串流回覆、主動訊息、圖片/檔案/音訊/影片處理、Markdown 格式化、內建存取控制,以及斜線命令選單。- npm:
openclaw-plugin-yuanbao - repo: github.com/yb-claw/openclaw-plugin-yuanbao
提交你的 Plugin
我們歡迎實用、有文件且操作安全的社群 Plugin。品質門檻
| 要求 | 原因 |
|---|---|
| 發布在 ClawHub 或 npm | 使用者需要 openclaw plugins install 可正常運作 |
| 公開 GitHub 儲存庫 | 原始碼審查、issue 追蹤、透明度 |
| 設定與使用文件 | 使用者需要知道如何設定它 |
| 主動維護 | 近期更新或回應式 issue 處理 |
相關
- 安裝與設定 Plugin — 如何安裝任何 Plugin
- 建置 Plugin — 建立你自己的 Plugin
- Plugin Manifest — manifest 結構描述