yuanbao

Mention users, query group info, and send direct messages in Yuanbao groups.

5|2|Updated May 26, 2026
One-click install
npx skills add https://github.com/perasyudha/Nyxora --skill yuanbao-perasyudha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yuanbao
Source: https://github.com/perasyudha/Nyxora/tree/main/packages/core/playbooks/yuanbao
Command: npx skills add https://github.com/perasyudha/Nyxora --skill yuanbao-perasyudha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing interactions in Yuanbao (元宝) groups requires knowing exact member nicknames for @mentions and handling direct messages, which is tedious to do manually across large groups. ## Core Features & Use Cases - @Mention Users: Look up exact member nicknames with yb_query_group_members and include @nickname in your reply to send a working mention. - Group Queries: Retrieve group name, owner, and member count with yb_query_group_info, or list all members and bots. - Direct Messages: Send private messages (私信) with optional media attachments using yb_send_dm. - Use Case: A user asks "帮我艾特元宝" — the skill finds the exact nickname, then replies with @元宝 so the mention notifies the user automatically. ## Quick Start Ask the assistant to @mention a specific member or send a private message to a user in your Yuanbao group by name.

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 converts it into a real mention that notifies the user.

How do I send a private message to a Yuanbao group member?

Use the yb_send_dm tool with the group_code, the target user's name, and your message text. It automatically finds the user and delivers the DM, and it also supports media files such as images and documents.

Where does the group_code parameter come from?

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 members match a name search?

When yb_send_dm or a member lookup matches multiple users, the tool returns the list of candidates. You should ask the user to clarify which person they mean before proceeding.