feat(channel) yuanbao (#72756)

* feat(channel) yuanbao

* feat(channel) yuanbao

* docs(changelog): note Yuanbao channel plugin (#72756) (thanks @loongfay)

---------

Co-authored-by: loongzhao <loongzhao@tencent.com>
Co-authored-by: sliverp <870080352@qq.com>
This commit is contained in:
loongfay
2026-04-27 23:04:33 +08:00
committed by GitHub
parent c41126dbbb
commit 3120401f53
8 changed files with 545 additions and 1 deletions

View File

@@ -130,6 +130,20 @@ formatting, built-in access control, and document/meeting/messaging skills.
openclaw plugins install @wecom/wecom-openclaw-plugin
```
### Yuanbao
Yuanbao channel plugin for OpenClaw by the Tencent Yuanbao team. Powered by
WebSocket persistent connections, it supports direct messages & group chats,
streaming replies, proactive messaging, image/file/audio/video processing,
Markdown formatting, built-in access control, and slash-command menus.
- **npm:** `openclaw-plugin-yuanbao`
- **repo:** [github.com/yb-claw/openclaw-plugin-yuanbao](https://github.com/yb-claw/openclaw-plugin-yuanbao)
```bash
openclaw plugins install openclaw-plugin-yuanbao
```
## Submit your plugin
We welcome community plugins that are useful, documented, and safe to operate.