Community Plugins
Community pluginsは、OpenClawを新しい channel、tool、provider、またはその他の機能で拡張するサードパーティーパッケージです。これらはコミュニティによって開発・保守され、ClawHub またはnpmで公開され、 1つのコマンドでインストールできます。 ClawHubはcommunity pluginの正式なdiscoverability surfaceです。見つけやすくするためだけにここへpluginを追加するdocs-only PRは開かないでください。代わりにClawHubで公開してください。掲載されているplugin
Codex App Server Bridge
Codex App Server会話向けの独立したOpenClaw bridgeです。chatを Codex threadへbindし、プレーンテキストで会話し、resume、planning、review、model選択、compactionなどをchatネイティブcommandで制御できます。- npm:
openclaw-codex-app-server - repo: github.com/pwrdrvr/openclaw-codex-app-server
DingTalk
Stream modeを使うenterprise robot integrationです。任意のDingTalk client経由で、text、image、file messageをサポートします。- npm:
@largezhou/ddingtalk - repo: github.com/largezhou/openclaw-dingtalk
Lossless Claw (LCM)
OpenClaw向けのLossless Context Management pluginです。DAGベースの会話 要約とincremental compactionにより、token使用量を減らしながら 完全なcontext fidelityを維持します。- npm:
@martian-engineering/lossless-claw - repo: github.com/Martian-Engineering/lossless-claw
Opik
agent traceをOpikへエクスポートする公式pluginです。agentの動作、 コスト、token、errorなどを監視できます。- npm:
@opik/opik-openclaw - repo: github.com/comet-ml/opik-openclaw
QQbot
QQ Bot API経由でOpenClawをQQへ接続します。private chat、group mention、channel message、およびvoice、image、video、 fileを含むリッチmediaをサポートします。- npm:
@tencent-connect/openclaw-qqbot - repo: github.com/tencent-connect/openclaw-qqbot
wecom
Tencent WeComチームによるOpenClaw向けWeCom channel pluginです。 WeCom Bot WebSocket永続接続を基盤として、 direct messageとgroup chat、streaming reply、proactive messaging、image/file処理、Markdown formatting、組み込みaccess control、document/meeting/messaging skillをサポートします。- npm:
@wecom/wecom-openclaw-plugin - repo: github.com/WecomTeam/wecom-openclaw-plugin
あなたのpluginを登録する
有用で、文書化されていて、安全に運用できるcommunity pluginを歓迎します。ClawHubまたはnpmで公開する
あなたのpluginは
openclaw plugins install \<package-name\> でインストール可能である必要があります。
ClawHub(推奨)またはnpmで公開してください。
完全なガイドは Building Plugins を参照してください。品質基準
| Requirement | 理由 |
|---|---|
| ClawHubまたはnpmで公開されている | ユーザーが openclaw plugins install を使える必要があるため |
| 公開GitHub repo | ソースレビュー、issue追跡、透明性のため |
| セットアップと利用ドキュメント | ユーザーが設定方法を知る必要があるため |
| 継続的な保守 | 最近の更新または迅速なissue対応が必要なため |
関連
- Install and Configure Plugins — 任意のpluginをインストールする方法
- Building Plugins — 自分のpluginを作成する
- Plugin Manifest — manifest schema