yuanbao

Query Yuanbao group info and members, send @mentions and direct messages.

16|Updated Sep 22, 2026
One-click install
npx skills add https://github.com/igniteenow/robo --skill yuanbao-igniteenow
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: yuanbao
Source: https://github.com/igniteenow/robo/tree/main/optional-skills/yuanbao
Command: npx skills add https://github.com/igniteenow/robo --skill yuanbao-igniteenow

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 DM delivery through dedicated gateway tools. ## Core Features & Use Cases - Group Queries: Retrieve group name, owner, and member count, or list all members and bots in a Yuanbao group (派). - @Mentions: Find a user's exact nickname and include a working @mention in your reply, which the gateway converts into a real notification. - Direct Messages: Send private messages (私信) to any group member, with optional media attachments such as images or documents. - Use Case: A user says "帮我艾特元宝" — the Skill looks up the exact nickname via yb_query_group_members, 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 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?▼

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 to 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. 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 like .jpg, .png, .gif, .webp, and .bmp are sent as image messages, while other file types are delivered as 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:535168412 yields the group_code 535168412, which you pass to all Yuanbao tools.

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

The yb_send_dm or member query tool returns a list of candidate users when a name matches multiple members. You should ask the user to clarify which person they mean before sending the message.