yuanbao

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It lets an AI agent interact with Yuanbao (元宝) group chats by @mentioning users, sending private messages, and looking up group or member information without manual steps. ## Core Features & Use Cases - @Mention Users: Look up the exact nickname with yb_query_group_members and include @nickname in the reply so the gateway delivers a real mention notification. - Send Direct Messages: Use yb_send_dm to privately message a user by name or user_id, with optional media attachments such as images or documents. - Query Group Data: Retrieve group name, owner, and member count with yb_query_group_info, or list all members and bots. - Use Case: A user says "帮我艾特元宝" in a group chat; the agent finds the exact nickname and replies with a working @mention automatically. ## 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 chat?▼

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) 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 like images and documents via the media_files parameter.

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 the group_code 328306697, which you pass to all Yuanbao tools.

Can I query group info and list all members in Yuanbao?▼

Yes. yb_query_group_info returns the group name, owner, and member count, while yb_query_group_members supports find, list_bots, and list_all actions to search users or enumerate members and bots.

What happens if multiple users match a name lookup?▼

The tool returns a list of candidate users when a name matches multiple members. You should ask the user to clarify which person they mean, or pass a known user_id directly to skip the lookup.