yuanbao

Converts human names to working @mentions and routes group-to-user requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you interact with Yuanbao groups by correctly @mentioning members and handling direct messages without guessing nicknames or workflows.

Core Features & Use Cases

  • Group info lookup: Retrieve group name, owner, and member count when you need context.
  • Member search for reliable @mentions: Find users by name (partial, case-insensitive) to get the exact nickname for notifications.
  • Direct messaging (DM/私信): Send private messages to users by name, with optional media, including handling multiple match candidates.

Quick Start

Reply with: 帮我艾特元宝

Frequently Asked Questions about yuanbao

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

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

To @mention users in a Yuanbao group, the Skill queries group members to resolve partial or case-insensitive names into exact nicknames, ensuring notifications reach the correct individuals.

Can I send private DMs to group members by searching their names?

Yes, you can send private DMs by utilizing the yb_send_dm function with the correct group code and extracted user identifiers, handling multiple name match candidates accurately.

What is the best way to retrieve group info like owner and member count for chat ops?

Retrieving group info involves fetching the group name, owner, and member count to provide necessary context for managing Yuanbao group interactions and chat operations.

How do I route group-to-user requests when multiple users have similar names?

Routing group-to-user requests involves querying group members to find exact nickname matches, allowing you to distinguish between multiple candidates and target the correct user identifier.

Do I need media files to send direct messages through Yuanbao chat workflows?

No, media files are optional when sending direct messages; the core requirement is providing the correct group_code and extracted user identifiers to route the private message successfully.