From 2e0b445b46d736479bbbf92b72446a1e5ae2fa08 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 20 Mar 2026 11:26:39 -0700 Subject: [PATCH] docs: use expandable Accordions for community plugins, keep A-Z order --- docs/plugins/community.md | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/docs/plugins/community.md b/docs/plugins/community.md index b7ca5c10398..0ff0ef7e69c 100644 --- a/docs/plugins/community.md +++ b/docs/plugins/community.md @@ -18,37 +18,45 @@ openclaw plugins install ## Listed plugins - - + + 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](https://github.com/largezhou/openclaw-dingtalk) + ```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. + + 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 ``` - + - - Connect to WeChat personal accounts via WeChatPadPro (iPad protocol). + Supports text, image, and file exchange with keyword-triggered conversations. + - **npm:** `@icesword760/openclaw-wechat` + - **repo:** [github.com/icesword0760/openclaw-wechat](https://github.com/icesword0760/openclaw-wechat) + ```bash openclaw plugins install @icesword760/openclaw-wechat ``` - - + + ## Submit your plugin