Files
openclaw/docs/plugins/community.md
Bijin 6cb2fc501a Community plugins - Add QQbot (#29898)
Merged via squash.

Prepared head SHA: c776a12d15
Co-authored-by: sliverp <38134380+sliverp@users.noreply.github.com>
Co-authored-by: frankekn <4488090+frankekn@users.noreply.github.com>
Reviewed-by: @frankekn
2026-03-20 16:51:32 +08:00

1.9 KiB

summary, read_when, title
summary read_when title
Community plugins: quality bar, hosting requirements, and PR submission path
You want to publish a third-party OpenClaw plugin
You want to propose a plugin for docs listing
Community plugins

Community plugins

This page tracks high-quality community-maintained plugins for OpenClaw.

We accept PRs that add community plugins here when they meet the quality bar.

Required for listing

  • Plugin package is published on npmjs (installable via openclaw plugins install <npm-spec>).
  • Source code is hosted on GitHub (public repository).
  • Repository includes setup/use docs and an issue tracker.
  • Plugin has a clear maintenance signal (active maintainer, recent updates, or responsive issue handling).

How to submit

Open a PR that adds your plugin to this page with:

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

Review bar

We prefer plugins that are useful, documented, and safe to operate. Low-effort wrappers, unclear ownership, or unmaintained packages may be declined.

Candidate format

Use this format when adding entries:

  • Plugin Name — short description npm: @scope/package repo: https://github.com/org/repo install: openclaw plugins install @scope/package

Listed plugins

  • 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: https://github.com/sliverp/qqbot install: openclaw plugins install @sliverp/qqbot

  • WeChat — Connect OpenClaw to WeChat personal accounts via WeChatPadPro (iPad protocol). Supports text, image, and file exchange with keyword-triggered conversations. npm: @icesword760/openclaw-wechat repo: https://github.com/icesword0760/openclaw-wechat install: openclaw plugins install @icesword760/openclaw-wechat