yuanbao

Mention users, query group info, and send direct messages in Yuanbao groups.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/decniner/HermesP1 --skill yuanbao-decniner
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: yuanbao
Source: https://github.com/decniner/HermesP1/tree/main/.hermes-backup/skills/yuanbao
Command: npx skills add https://github.com/decniner/HermesP1 --skill yuanbao-decniner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing interactions in Yuanbao (元宝) groups requires knowing exact member nicknames for @mentions and handling direct messages, which is tedious to do manually through the app. ## 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. - Query Group Info & Members: Retrieve group name, owner, member count, list bots, or search members by name using yb_query_group_info and yb_query_group_members. - Send Direct Messages: Deliver private messages (私信) with optional image or file attachments to any group member via yb_send_dm. - Use Case: A user says "帮我艾特元宝" — the Skill finds the exact nickname in group 328306697 and replies with a working @mention that notifies the user. ## Quick Start Ask the assistant 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 (DM) to a Yuanbao group member?▼

Use the yb_send_dm tool with the group_code, the target user's name, and your message text. It also supports media attachments such as images, which are sent as image messages, while other files are sent 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 members match a name search?▼

The yb_send_dm and member query 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 proceeding.

Can I list all bots and AI assistants in a Yuanbao group?▼

Yes, call yb_query_group_members with action "list_bots" to see bots and Yuanbao AI assistants, or use "list_all" to retrieve every member. Member roles include user, yuanbao_ai, and bot.