yuanbao

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing interactions in Yuanbao (元宝) groups requires knowing exact member nicknames for @mentions and having a reliable way to send private messages, which is difficult to do manually at scale. ## Core Features & Use Cases - @Mention Users: Look up the exact nickname of a group member with yb_query_group_members and include @nickname in your reply to trigger a real notification. - Send Direct Messages: Deliver private messages (私信) to any group member via yb_send_dm, with support for image and file attachments. - Query Group Data: Retrieve group name, owner, member count, and full member lists including bots and Yuanbao AI assistants. - Use Case: A user says "帮我艾特元宝" — the Skill finds the exact nickname, then replies with a working @mention delivered automatically to the group. ## Quick Start Ask the agent 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 automatically converts it into a real mention that notifies the user.

How to 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. The tool finds the user and delivers the DM, and it also supports sending images and other files via the media_files parameter.

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

Yes, yb_send_dm supports media attachments through the media_files parameter. Images in .jpg, .png, .gif, .webp, and .bmp formats are sent as image messages, while other file types are delivered as documents.

Where does the group_code come from in Yuanbao tools?▼

The group_code is extracted from the current chat_id. For example, a chat_id of group:535168412 yields the group_code 535168412, which you pass to yb_query_group_info, yb_query_group_members, or yb_send_dm.

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

The yb_send_dm and member lookup tools return a list of candidate users when multiple members match the provided name. You should ask the user to clarify which member they mean, or pass a known user_id directly to skip the lookup.