社群 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.
openclaw plugins install <package-name>。
已列出的 Plugin
Apify
使用 20,000+ 個現成爬蟲從任何網站擷取資料。讓你的 agent 只要提出要求,就能從 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 thread,以純文字與它對話,並使用聊天原生指令控制續接、規劃、審查、模型選擇、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 的無損情境管理 Plugin。以 DAG 為基礎進行對話摘要, 並支援增量式 Compaction,在降低 token 使用量的同時保留完整的情境保真度。- npm:
@martian-engineering/lossless-claw - repo: github.com/Martian-Engineering/lossless-claw
Opik
將 agent trace 匯出到 Opik 的官方 Plugin。監控 agent 行為、 成本、token、錯誤等資訊。- npm:
@opik/opik-openclaw - repo: github.com/comet-ml/opik-openclaw
Prometheus Avatar
為你的 OpenClaw agent 加上 Live2D 虛擬形象,具備即時對嘴、情緒表情與文字轉語音功能。 包含用於 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/YuanbaoTeam/yuanbao-openclaw-plugin
提交你的 Plugin
我們歡迎實用、有文件且可安全運作的社群 Plugin。品質門檻
| 要求 | 原因 |
|---|---|
| 發布在 ClawHub 或 npm | 使用者需要 openclaw plugins install 可正常運作 |
| 公開 GitHub repo | 原始碼審查、issue 追蹤、透明度 |
| 設定與使用文件 | 使用者需要知道如何設定它 |
| 積極維護 | 近期更新或回應式 issue 處理 |
相關
- 安裝和設定 Plugin — 如何安裝任何 Plugin
- 建置 Plugin — 建立你自己的 Plugin
- Plugin Manifest — manifest schema