Community Plugins
Community Plugins
Section titled “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 ClawHub or npm, and installable with a single command.
openclaw plugins install <package-name>OpenClaw checks ClawHub first and falls back to npm automatically.
Listed plugins
Section titled “Listed plugins”Codex App Server Bridge
Section titled “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
openclaw plugins install openclaw-codex-app-serverDingTalk
Section titled “DingTalk”Enterprise robot integration using Stream mode. Supports text, images, and file messages via any DingTalk client.
- npm:
@largezhou/ddingtalk - repo: github.com/largezhou/openclaw-dingtalk
openclaw plugins install @largezhou/ddingtalkLossless Claw (LCM)
Section titled “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
openclaw plugins install @martian-engineering/lossless-clawOfficial 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
openclaw plugins install @opik/opik-openclawConnect 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:
@tencent-connect/openclaw-qqbot - repo: github.com/tencent-connect/openclaw-qqbot
openclaw plugins install @tencent-connect/openclaw-qqbotWeCom channel plugin for OpenClaw by the Tencent WeCom team. Powered by WeCom Bot WebSocket persistent connections, it supports direct messages & group chats, streaming replies, proactive messaging, image/file processing, Markdown formatting, built-in access control, and document/meeting/messaging skills.
- npm:
@wecom/wecom-openclaw-plugin - repo: github.com/WecomTeam/wecom-openclaw-plugin
openclaw plugins install @wecom/wecom-openclaw-pluginSubmit your plugin
Section titled “Submit your plugin”We welcome community plugins that are useful, documented, and safe to operate.
Publish to ClawHub or npm
Your plugin must be installable via `openclaw plugins install \
`. Publish to ClawHub (preferred) or npm. See Building Plugins for the full guide.
Host on GitHub
Source code must be in a public repository with setup docs and an issue tracker.
Open a PR
Add your plugin to this page with:
- Plugin name
- npm package name
- GitHub repository URL
- One-line description
- Install command
Quality bar
Section titled “Quality bar”| Requirement | Why |
|---|---|
| Published on ClawHub or 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
Section titled “Related”- Install and Configure Plugins — how to install any plugin
- Building Plugins — create your own
- Plugin Manifest — manifest schema