openclaw 网盘下载
OpenClaw

文档

首页 > 文档 > Community Plugins

Community Plugins

Community plugins are third-party packages that extend OpenClaw with new
channels, tools, providers, or other capabilities. They are built and maintained
by the community, published on npm, and installable with a single command.

“`bash theme={“theme”:{“light”:”min-light”,”dark”:”min-dark”}}
openclaw plugins install


## Listed plugins

### Codex App Server Bridge

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.

* **npm:** `openclaw-codex-app-server`
* **repo:** [github.com/pwrdrvr/openclaw-codex-app-server](https://github.com/pwrdrvr/openclaw-codex-app-server)

```bash  theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw plugins install openclaw-codex-app-server

DingTalk

Enterprise robot integration using Stream mode. Supports text, images, and
file messages via any DingTalk client.

“`bash theme={“theme”:{“light”:”min-light”,”dark”:”min-dark”}}
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  theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw plugins install @martian-engineering/lossless-claw

Opik

Official plugin that exports agent traces to Opik. Monitor agent behavior,
cost, tokens, errors, and more.

“`bash theme={“theme”:{“light”:”min-light”,”dark”:”min-dark”}}
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  theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw plugins install @sliverp/qqbot

wecom

OpenClaw Enterprise WeCom Channel Plugin.
A bot plugin powered by WeCom AI Bot WebSocket persistent connections,
supports direct messages & group chats, streaming replies, and proactive messaging.

bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw plugins install @wecom/wecom-openclaw-plugin

Submit your plugin

We welcome community plugins that are useful, documented, and safe to operate.

Your plugin must be installable via openclaw plugins install <npm-spec>.
See Building Plugins for the full guide.

Source code must be in a public repository with setup docs and an issue
tracker.

Add your plugin to this page with:

* Plugin name
* npm package name
* GitHub repository URL
* One-line description
* Install command

Quality bar

Requirement Why
Published on npm Users need openclaw plugins install to work
Public GitHub repo Source review, issue tracking, transparency
Setup and usage docs Users need to know how to configure it
Active maintenance Recent updates or responsive issue handling

Low-effort wrappers, unclear ownership, or unmaintained packages may be declined.

Related