
















@@ -1,14 +1,16 @@
11---
2-summary: "YuanBao bot overview, features, and configuration"
2+summary: "Yuanbao bot overview, features, and configuration"
33read_when:
4- - You want to connect a YuanBao bot
5- - You are configuring the YuanBao channel
6-title: YuanBao
4+ - You want to connect a Yuanbao bot
5+ - You are configuring the Yuanbao channel
6+title: Yuanbao
77---
889-# YuanBao
9+# Yuanbao
101011-YuanBao is Tencent's AI assistant platform that supports bot integration via instant messaging. Bots can interact with users through direct messages and group chats.
11+Tencent Yuanbao is Tencent's AI assistant platform. The OpenClaw channel plugin
12+connects Yuanbao bots to OpenClaw over WebSocket so they can interact with users
13+through direct messages and group chats.
12141315**Status:** production-ready for bot DMs + group chats. WebSocket is the only supported connection mode.
1416@@ -19,11 +21,11 @@ YuanBao is Tencent's AI assistant platform that supports bot integration via ins
1921> **Requires OpenClaw 2026.4.10 or above.** Run `openclaw --version` to check. Upgrade with `openclaw update`.
20222123<Steps>
22-<Step title="Add the YuanBao channel with your credentials">
24+<Step title="Add the Yuanbao channel with your credentials">
2325```bash
2426 openclaw channels add --channel yuanbao --token "appKey:appSecret"
2527```
26- The `--token` value uses colon-separated `appKey:appSecret` format. You can obtain these from the YuanBao APP by creating a robot in your application settings.
28+ The `--token` value uses colon-separated `appKey:appSecret` format. You can obtain these from the Yuanbao app by creating a robot in your application settings.
2729</Step>
28302931<Step title="After setup completes, restart the gateway to apply the changes">
@@ -162,7 +164,7 @@ Replying to the bot's message in a group chat is treated as an implicit mention.
162164| `/restart` | Restart OpenClaw |
163165| `/compact` | Compact the session context |
164166165-> YuanBao supports native slash-command menus. Commands are synced to the platform automatically when the gateway starts.
167+> Yuanbao supports native slash-command menus. Commands are synced to the platform automatically when the gateway starts.
166168167169---
168170@@ -176,7 +178,7 @@ Replying to the bot's message in a group chat is treated as an implicit mention.
176178177179### Bot does not receive messages
178180179-1. Ensure the bot is created and approved in YuanBao APP
181+1. Ensure the bot is created and approved in the Yuanbao app
1801822. Ensure `appKey` and `appSecret` are correctly configured
1811833. Ensure the gateway is running: `openclaw gateway status`
1821844. Check logs: `openclaw logs --follow`
@@ -232,7 +234,7 @@ Replying to the bot's message in a group chat is treated as an implicit mention.
232234233235### Streaming
234236235-YuanBao supports block-level streaming output. When enabled, the bot sends text in chunks as it generates.
237+Yuanbao supports block-level streaming output. When enabled, the bot sends text in chunks as it generates.
236238237239```json5
238240{
@@ -310,7 +312,7 @@ Enable unsanitized log output for specific bot IDs:
310312311313### Multi-agent routing
312314313-Use `bindings` to route YuanBao DMs or groups to different agents.
315+Use `bindings` to route Yuanbao DMs or groups to different agents.
314316315317```json5
316318{
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。