yuanbao

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

5|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/AjayRajan05/VoiceOS --skill yuanbao-ajayrajan05
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: yuanbao
Source: https://github.com/AjayRajan05/VoiceOS/tree/main/skills/bundled/community/yuanbao
Command: npx skills add https://github.com/AjayRajan05/VoiceOS --skill yuanbao-ajayrajan05

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing interactions in Yuanbao (元宝) groups 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 direct message 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 Messages: Send private messages (私信) to any group member via yb_send_dm, with optional media attachments like images and documents. - Group Insights: Query group name, owner, member count, and list bots or all members with yb_query_group_info. - Use Case: A user says "帮我艾特元宝" — the Skill finds the exact nickname in group 328306697 and replies with a working @mention, all in one step. ## Quick Start Ask the assistant to @mention a specific user by name in the current Yuanbao group, or to send a private message with optional image attachments to a named member.

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?▼

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 in Yuanbao?▼

Use the yb_send_dm tool with the group_code, the target user's name, and your message text. It also supports media_files for sending images or documents, and you can pass a known user_id to skip the lookup step.

Where does the group_code come from in Yuanbao?▼

The group_code is extracted from the current chat_id. For example, a chat_id of "group:328306697" yields the group_code 328306697, which you pass to all Yuanbao tools.

Can I send images or files in Yuanbao direct messages?▼

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

What happens if multiple Yuanbao members match a name?▼

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 with the message or mention.