mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-21 15:01:03 +00:00
2.8 KiB
2.8 KiB
summary, read_when, title
| summary | read_when | title | ||
|---|---|---|---|---|
| Community-maintained OpenClaw plugins: browse, install, and submit your own |
|
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.
openclaw plugins install <npm-spec>
Listed plugins
Enterprise robot integration using Stream mode. Supports text, images, and file messages via any DingTalk client.```bash
openclaw plugins install @largezhou/ddingtalk
```
Connect to QQ via the QQ Bot API. Supports private chats, group mentions,
channel messages, and rich media including voice, images, videos, and files.
```bash
openclaw plugins install @sliverp/qqbot
```
Connect to WeChat personal accounts via WeChatPadPro (iPad protocol).
Supports text, image, and file exchange with keyword-triggered conversations.
```bash
openclaw plugins install @icesword760/openclaw-wechat
```
Submit your plugin
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. 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
- Install and Configure Plugins — how to install any plugin
- Building Plugins — create your own
- Plugin Manifest — manifest schema