yuanbao

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

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

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 the messaging gateway. ## Core Features & Use Cases - Group Queries: Retrieve group name, owner, and member count, or search members by name, list bots, or list all members. - Automatic @Mentions: Look up the exact nickname for a user and include a working @mention in your reply, which the gateway converts into a real notification. - Direct Messages with Media: Send private messages (私信) to users, optionally attaching images or files. - Use Case: A user in a Yuanbao group says "帮我艾特元宝" — the Skill finds the exact nickname via member search and replies with a functioning @mention, all in one turn. ## Quick Start Ask the agent 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. The gateway automatically converts it into a real @mention that notifies the user.

How to send a private message (DM) in Yuanbao?▼

Use the yb_send_dm tool with the group_code, target user's name, and message text. It finds the user and delivers the DM, and supports media attachments such as images sent as image messages or other files as documents.

Where does the group_code come from for Yuanbao tools?▼

The group_code is extracted from the current chat_id by stripping the prefix, for example group:328306697 becomes 328306697. All Yuanbao tools require this code to identify the target group.

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.

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

The member lookup uses partial, case-insensitive matching, so ambiguous names return a list of candidates. You should ask the user to clarify which member they mean, or pass a known user_id directly to skip the lookup.