diff --git a/docs/plugins/community.md b/docs/plugins/community.md index 6aeda3aca44..d6cbcd76301 100644 --- a/docs/plugins/community.md +++ b/docs/plugins/community.md @@ -18,34 +18,68 @@ openclaw plugins install ## Listed plugins - - - Enterprise robot integration using Stream mode. Supports text, images, and - file messages via any DingTalk client. +### Codex App Server Bridge - - **npm:** `@largezhou/ddingtalk` - - **repo:** [github.com/largezhou/openclaw-dingtalk](https://github.com/largezhou/openclaw-dingtalk) +Independent OpenClaw bridge for Codex App Server conversations. Bind a chat to +a Codex thread, talk to it with plain text, and control it with chat-native +commands for resume, planning, review, model selection, compaction, and more. - ```bash - openclaw plugins install @largezhou/ddingtalk - ``` +- **npm:** `openclaw-codex-app-server` +- **repo:** [github.com/pwrdrvr/openclaw-codex-app-server](https://github.com/pwrdrvr/openclaw-codex-app-server) - +```bash +openclaw plugins install openclaw-codex-app-server +``` - - Supports private chats, group mentions, channel messages, and rich media - including voice, images, videos, and files. +### DingTalk - - **npm:** `@sliverp/qqbot` - - **repo:** [github.com/sliverp/qqbot](https://github.com/sliverp/qqbot) +Enterprise robot integration using Stream mode. Supports text, images, and +file messages via any DingTalk client. - ```bash - openclaw plugins install @sliverp/qqbot - ``` +- **npm:** `@largezhou/ddingtalk` +- **repo:** [github.com/largezhou/openclaw-dingtalk](https://github.com/largezhou/openclaw-dingtalk) - +```bash +openclaw plugins install @largezhou/ddingtalk +``` - +### Lossless Claw (LCM) + +Lossless Context Management plugin for OpenClaw. DAG-based conversation +summarization with incremental compaction — preserves full context fidelity +while reducing token usage. + +- **npm:** `@martian-engineering/lossless-claw` +- **repo:** [github.com/Martian-Engineering/lossless-claw](https://github.com/Martian-Engineering/lossless-claw) + +```bash +openclaw plugins install @martian-engineering/lossless-claw +``` + +### Opik + +Official plugin that exports agent traces to Opik. Monitor agent behavior, +cost, tokens, errors, and more. + +- **npm:** `@opik/opik-openclaw` +- **repo:** [github.com/comet-ml/opik-openclaw](https://github.com/comet-ml/opik-openclaw) + +```bash +openclaw plugins install @opik/opik-openclaw +``` + +### QQbot + +Connect OpenClaw to QQ via the QQ Bot API. Supports private chats, group +mentions, channel messages, and rich media including voice, images, videos, +and files. + +- **npm:** `@sliverp/qqbot` +- **repo:** [github.com/sliverp/qqbot](https://github.com/sliverp/qqbot) + +```bash +openclaw plugins install @sliverp/qqbot +``` ## Submit your plugin @@ -55,11 +89,13 @@ We welcome community plugins that are useful, documented, and safe to operate. Your plugin must be installable via `openclaw plugins install \`. See [Building Plugins](/plugins/building-plugins) for the full guide. + Source code must be in a public repository with setup docs and an issue tracker. +