yuanbao

Manage Yuanbao group @mentions, member lookup, and private DM sending via nickname resolution and chat context extraction.

4|Updated May 18, 2026
One-click install
npx skills add https://github.com/ZardLi1115/zedclaw --skill yuanbao-zardli1115
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yuanbao
Source: https://github.com/ZardLi1115/zedclaw/tree/main/skills/yuanbao
Command: npx skills add https://github.com/ZardLi1115/zedclaw --skill yuanbao-zardli1115

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Yuanbao (元宝) group interactions can be slow and error-prone when you need to find exact member nicknames, tag the right person, or send private messages without manually searching.

Core Features & Use Cases

  • Member-aware @mention targeting: Retrieves the exact nickname for a named member so replies trigger working @mentions reliably.
  • Group information lookup: Fetches group name, owner, and member count for context.
  • Direct messaging (DM): Sends private messages (optionally with media) to a specific user by name, including safe handling when multiple candidates match.
  • Use Case: You need to locate “元宝” within a specific 派 (Pai) and send a short message to them with a real @mention so they get notified immediately.

Quick Start

Reply requesting an @mention for a specific member in the current Yuanbao group, and follow up by querying members with their name if needed.

Frequently Asked Questions about yuanbao

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

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

To accurately mention a specific user in a Yuanbao group chat, query group members to resolve their exact nickname. This ensures the @mention triggers a working notification reliably.

Can I send a direct message with media to a user in a Yuanbao group?

Yes, you can send a direct message with optional media to a user in a Yuanbao group. Extract the group_code from the chat context and route the traffic through the yb_send_dm function.

How do I look up Yuanbao group information like the owner and member count?

You look up Yuanbao group information by querying the group context. This fetches the group name, owner, and member count to provide accurate context for your chat interactions.

What happens if multiple users share the same name when I try to send a Yuanbao DM?

When multiple users share the same name during a Yuanbao DM attempt, the system applies safe handling for the multiple candidates. It ensures you avoid sending private messages to the wrong person.

Do I need to manually search for member nicknames before using Yuanbao chat features?

No, you do not need to manually search for member nicknames before using Yuanbao chat features. The system retrieves exact nicknames automatically by querying group members.

Why should I use yb_send_dm instead of generic message tools for Yuanbao private messages?

You should use yb_send_dm instead of generic message tools for Yuanbao private messages because it specifically routes DM traffic using the extracted group_code. Generic tools lack this targeted routing capability.