docs: expand community plugins (always visible), add Codex App Server/Lossless Claw/Opik, A-Z order

This commit is contained in:
Vincent Koc 2026-03-20 11:39:32 -07:00
parent b26edfe1ff
commit 083f825122

View File

@ -18,34 +18,68 @@ openclaw plugins install <npm-spec>
## Listed plugins
<AccordionGroup>
<Accordion title="DingTalk — Enterprise robot integration via Stream mode">
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)
</Accordion>
```bash
openclaw plugins install openclaw-codex-app-server
```
<Accordion title="QQbot — Connect to QQ via the QQ Bot API">
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)
</Accordion>
```bash
openclaw plugins install @largezhou/ddingtalk
```
</AccordionGroup>
### 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.
<Step title="Publish to npm">
Your plugin must be installable via `openclaw plugins install \<npm-spec\>`.
See [Building Plugins](/plugins/building-plugins) for the full guide.
</Step>
<Step title="Host on GitHub">
Source code must be in a public repository with setup docs and an issue
tracker.
</Step>
<Step title="Open a PR">