yuanbao

Resolve Yuanbao group nicknames for @mentions and send direct messages.

Updated May 5, 2026
One-click install
npx skills add https://github.com/Z43L/zeus-agent --skill yuanbao-z43l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yuanbao
Source: https://github.com/Z43L/zeus-agent/tree/main/skills/yuanbao
Command: npx skills add https://github.com/Z43L/zeus-agent --skill yuanbao-z43l

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Yuanbao helps you interact with group members by automatically resolving the correct nicknames for @mentions and routing private messages so you don’t waste time figuring out who to contact.

Core Features & Use Cases

  • @mention group members (派 / Pai): Resolve a target member’s exact 群昵称 and include it in your reply so the gateway delivers a real notification.
  • Query group info: Look up group name, owner, and member count using a group code.
  • List/find group members: Search by name, list bots, list all members, and retrieve nicknames for precise targeting.
  • Send direct messages (私信 / DM): Send a DM to a specific user (optionally with media) by name, using the correct group context.

Quick Start

Ask Yuanbao to “帮我艾特元宝” to have it find 元宝’s exact nickname first and then reply with an @mention message.

Frequently Asked Questions about yuanbao

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I @mention a specific user in a Yuanbao group chat?

To @mention a user in a Yuanbao group chat, the system resolves the target member's exact group nickname using yb_query_group_members and includes it in your reply text so the gateway delivers a real notification.

Can I send a direct message with media to a specific group member by name?

Yes, you can send a direct message with optional media to a specific user by name using the yb_send_dm function, which routes your private message using the correct group context derived from the chat.

What group information can I retrieve using a Yuanbao group code?

Using a Yuanbao group code, you can retrieve essential group information including the group name, owner details, and the current total member count to understand the community context.

How do I find a specific group member's exact nickname for reliable mentions?

You can find a specific group member's exact nickname by calling yb_query_group_members to search by name, list all members, or list bots, ensuring precise targeting for your mentions.

Why does my reply text need to contain the delivered message for Yuanbao DMs?

The gateway's rule dictates that your reply text is the actual delivered message, so your reply must contain the exact content you intend to send as a direct message or mention notification.

Does sending a direct message in Yuanbao require a group code?

Yes, sending a direct message requires a group code derived from the chat context to correctly identify the community and route your private message to the intended member.