メインコンテンツへスキップ

Community Plugins

Community pluginsは、OpenClawを新しい channel、tool、provider、またはその他の機能で拡張するサードパーティーパッケージです。これらはコミュニティによって開発・保守され、ClawHub またはnpmで公開され、 1つのコマンドでインストールできます。 ClawHubはcommunity pluginの正式なdiscoverability surfaceです。見つけやすくするためだけにここへpluginを追加するdocs-only PRは開かないでください。代わりにClawHubで公開してください。
openclaw plugins install <package-name>
OpenClawはまずClawHubを確認し、自動的にnpmへフォールバックします。

掲載されているplugin

Codex App Server Bridge

Codex App Server会話向けの独立したOpenClaw bridgeです。chatを Codex threadへbindし、プレーンテキストで会話し、resume、planning、review、model選択、compactionなどをchatネイティブcommandで制御できます。
openclaw plugins install openclaw-codex-app-server

DingTalk

Stream modeを使うenterprise robot integrationです。任意のDingTalk client経由で、text、image、file messageをサポートします。
openclaw plugins install @largezhou/ddingtalk

Lossless Claw (LCM)

OpenClaw向けのLossless Context Management pluginです。DAGベースの会話 要約とincremental compactionにより、token使用量を減らしながら 完全なcontext fidelityを維持します。
openclaw plugins install @martian-engineering/lossless-claw

Opik

agent traceをOpikへエクスポートする公式pluginです。agentの動作、 コスト、token、errorなどを監視できます。
openclaw plugins install @opik/opik-openclaw

QQbot

QQ Bot API経由でOpenClawをQQへ接続します。private chat、group mention、channel message、およびvoice、image、video、 fileを含むリッチmediaをサポートします。
openclaw plugins install @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をサポートします。
openclaw plugins install @wecom/wecom-openclaw-plugin

あなたのpluginを登録する

有用で、文書化されていて、安全に運用できるcommunity pluginを歓迎します。
1

ClawHubまたはnpmで公開する

あなたのpluginは openclaw plugins install \<package-name\> でインストール可能である必要があります。 ClawHub(推奨)またはnpmで公開してください。 完全なガイドは Building Plugins を参照してください。
2

GitHubで公開する

ソースコードは、セットアップドキュメントとissue trackerを備えた公開repositoryにある必要があります。
3

docs PRはソースドキュメント変更にのみ使う

pluginを見つけやすくするためだけにdocs PRは不要です。代わりにClawHubで公開してください。docs PRを開くのは、OpenClawのソースドキュメントに実際の内容変更が必要な場合だけにしてください。 たとえば、インストール手順の修正や、メインのdocsセットに属する cross-repoドキュメントの追加などです。

品質基準

Requirement理由
ClawHubまたはnpmで公開されているユーザーが openclaw plugins install を使える必要があるため
公開GitHub repoソースレビュー、issue追跡、透明性のため
セットアップと利用ドキュメントユーザーが設定方法を知る必要があるため
継続的な保守最近の更新または迅速なissue対応が必要なため
手間の少ないwrapper、所有者が不明確なもの、または保守されていないパッケージは却下される場合があります。

関連