yuanbao

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

1|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/Lento47/arcana-community --skill yuanbao-lento47
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: yuanbao
Source: https://github.com/Lento47/arcana-community/tree/main/skills/yuanbao
Command: npx skills add https://github.com/Lento47/arcana-community --skill yuanbao-lento47

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing interactions in Yuanbao (元宝) group chats requires knowing exact member nicknames and group codes, and sending @mentions or private messages manually is error-prone. This Skill automates member lookup, @mention formatting, and DM delivery through the gateway. ## Core Features & Use Cases - @Mention Users: 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. - Send Direct Messages: Use yb_send_dm to privately message any group member, with optional media attachments like images or documents. - Query Group Data: Retrieve group name, owner, member count, full member lists, or bot listings via yb_query_group_info and yb_query_group_members. - Use Case: A user says "帮我艾特元宝" — the Skill finds the exact nickname, then replies with @元宝 你好,有人找你!, which the gateway sends as a working @mention. ## Quick Start Ask the agent to @mention a specific user or send a private message to a member 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 notification.

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. It finds the user and delivers the DM, and it also supports media files such as images sent as image messages.

Where does the group_code come from in Yuanbao chats?▼

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 the query and DM tools.

What happens if multiple Yuanbao members match a name?▼

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

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.