yuanbao

Send @mentions, direct messages, and query member info in Yuanbao groups.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/zhoulingxiao1216/testworkspace --skill yuanbao-zhoulingxiao1216
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: yuanbao
Source: https://github.com/zhoulingxiao1216/testworkspace/tree/main/all_Skills/yuanbao
Command: npx skills add https://github.com/zhoulingxiao1216/testworkspace --skill yuanbao-zhoulingxiao1216

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing interactions in Yuanbao (元宝) group chats requires knowing exact member nicknames and group codes, and manually sending @mentions or private messages is error-prone. This Skill automates member lookup, @mention formatting, and DM delivery through dedicated tools. ## Core Features & Use Cases - @Mention Automation: Look up a member's exact nickname with yb_query_group_members and include @nickname in your reply so the gateway delivers a real notification. - Direct Messaging: Send private messages (私信) with optional media attachments (images, documents) using yb_send_dm. - Group Intelligence: Query group name, owner, member count, bot lists, and full member rosters with yb_query_group_info and yb_query_group_members. - Use Case: A user says "帮我艾特元宝" in a group chat. The Skill finds the exact nickname, then replies with a working @mention that notifies the user. ## Quick Start Ask the assistant to @mention a specific member or send a private message to a user in your current Yuanbao group chat.

Frequently Asked Questions about yuanbao

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I @mention a user in a Yuanbao group chat?▼

Call yb_query_group_members with action="find", the target name, and mention=true to get the exact nickname. Then include @nickname in your reply text, and the gateway automatically converts it into a real notification.

How do I send a private message (DM) to a Yuanbao group member?▼

Use the yb_send_dm tool with the group_code, the target user's name, and your message text. The tool finds the user and delivers the DM; you can also pass a known user_id to skip the lookup.

Can I send images or files in a Yuanbao direct message?▼

Yes, yb_send_dm accepts a media_files parameter with file paths. Images (.jpg, .png, .gif, .webp, .bmp) are sent as image messages, while other file types are delivered as documents.

How do I find the group_code for Yuanbao tools?▼

Extract the group_code from the current chat_id by removing the "group:" prefix. For example, chat_id "group:328306697" yields group_code "328306697" for all tool calls.

What happens when multiple Yuanbao members match a name search?▼

The yb_send_dm and member query tools return a list of candidate matches when a name is ambiguous. You should ask the user to clarify which member they mean before proceeding.