yuanbao

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

1|Updated Aug 11, 2026
One-click install
npx skills add https://github.com/Chia1104/agent-air --skill yuanbao-chia1104
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: yuanbao
Source: https://github.com/Chia1104/agent-air/tree/main/skills/hermes/yuanbao
Command: npx skills add https://github.com/Chia1104/agent-air --skill yuanbao-chia1104

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 - @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. - Group Queries: Retrieve group name, owner, and member count via yb_query_group_info, or list all members and bots. - Direct Messages: Send private messages (私信) with optional media attachments using yb_send_dm, with automatic user resolution by name. - Use Case: A user says "帮我艾特元宝" in a group chat. The Skill finds the exact nickname, then replies with @元宝 你好,有人找你!, which the gateway converts into a working @mention. ## Quick Start Ask the assistant to @mention a specific user or send a private message to someone in the current Yuanbao group.

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 to send a private message (DM) to a Yuanbao group member?▼

Use yb_send_dm with the group_code, the target user's name, and your message. The tool resolves the user automatically and supports optional media files such as images sent as image messages.

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 group_code 328306697, which is passed to all Yuanbao query and messaging tools.

What happens if multiple Yuanbao members match a name?▼

The yb_send_dm and member lookup tools return 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.

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.