From 192f85932535adca53a0d9ef11b90500da11f280 Mon Sep 17 00:00:00 2001 From: Bijin <38134380+sliverp@users.noreply.github.com> Date: Fri, 20 Mar 2026 16:58:51 +0800 Subject: [PATCH] Add Community plugins - openclaw-dingtalk (#29913) Merged via squash. Prepared head SHA: e8e99997cb83b8f88cc89abb7fc0b96570ef313f Co-authored-by: sliverp <38134380+sliverp@users.noreply.github.com> Co-authored-by: frankekn <4488090+frankekn@users.noreply.github.com> Reviewed-by: @frankekn --- CHANGELOG.md | 1 + docs/plugins/community.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 697bdd2e29b..35b5bdcad66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ Docs: https://docs.openclaw.ai - Plugins/Matrix: add `allowBots` room policy so configured Matrix bot accounts can talk to each other, with optional mention-only gating. Thanks @gumadeiras. - Plugins/Matrix: add per-account `allowPrivateNetwork` opt-in for private/internal homeservers, while keeping public cleartext homeservers blocked. Thanks @gumadeiras. - Web tools/Tavily: add Tavily as a bundled web-search provider with dedicated `tavily_search` and `tavily_extract` tools, using canonical plugin-owned config under `plugins.entries.tavily.config.webSearch.*`. (#49200) thanks @lakshyaag-tavily. +- Docs/plugins: add the community DingTalk plugin listing to the docs catalog. (#29913) Thanks @sliverp. - Docs/plugins: add the community QQbot plugin listing to the docs catalog. (#29898) Thanks @sliverp. ### Fixes diff --git a/docs/plugins/community.md b/docs/plugins/community.md index ebd660ccdbd..12df6c3eee0 100644 --- a/docs/plugins/community.md +++ b/docs/plugins/community.md @@ -45,6 +45,10 @@ Use this format when adding entries: ## Listed plugins +- **openclaw-dingtalk** — The OpenClaw DingTalk channel plugin enables the integration of enterprise robots using the Stream mode. It supports text, images and file messages via any DingTalk client. + npm: `@largezhou/ddingtalk` + repo: `https://github.com/largezhou/openclaw-dingtalk` + install: `openclaw plugins install @largezhou/ddingtalk` - **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`