yuanbao

Automate group member lookups and @mentions in Yuanbao chat environments.

31|3|Updated May 7, 2026
One-click install
npx skills add https://github.com/markwang2658/hermes-windows-native --skill yuanbao-markwang2658
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yuanbao
Source: https://github.com/markwang2658/hermes-windows-native/tree/main/hermes-agent/skills/yuanbao
Command: npx skills add https://github.com/markwang2658/hermes-windows-native --skill yuanbao-markwang2658

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Yuanbao group interaction often requires manual lookup of members and careful handling of @mentions; this skill automates accurate member resolution and streamlined messaging within Yuanbao-enabled chats.

Core Features & Use Cases

  • Resolve exact nicknames for @mentions using group member lookup
  • Query group info (name, owner, member count) and list members for targeted messaging
  • Send DMs via Yuanbao gateway and compose messages with @mentions
  • Use case: ping a group member by name and ensure the correct recipient is mentioned

Quick Start

Fetch group info and mention a user in a message.

Frequently Asked Questions about yuanbao

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

FAQPage Schema
How do I automate @mentions and member lookups in group chats?

To automate group mentions, you can use tools that query group members and resolve exact nicknames. This skill fetches group data to ensure accurate @mentions and streamlined messaging in chat environments.

How do I retrieve group info like member count and owner for targeted messaging?

Retrieving group info involves querying the chat environment for group names, owners, and member counts. This skill uses internal interfaces to fetch this data, enabling targeted messaging and accurate member resolution.

Can I send direct messages through a chat gateway using this tool?

Yes, you can send direct messages through a chat gateway. This skill utilizes the yb_send_dm interface to dispatch DMs and compose messages with accurate @mentions after resolving group members.

Does this tool require specific internal interfaces to resolve chat nicknames?

Yes, resolving exact nicknames requires specific internal interfaces. This skill relies on yb_query_group_info and yb_query_group_members to fetch group data and resolve user identities within the chat environment.

What is the best way to ping a group member by name and ensure the correct recipient is mentioned?

The best way to ping a group member by name is to automate member resolution before dispatching the message. This skill looks up exact nicknames and composes messages to ensure the correct recipient is mentioned.

Are there limitations when fetching group data for real-time direct messages?

Fetching group data for real-time direct messages depends on the chat gateway's availability and interface access. This skill is limited to environments where internal tools can successfully query group info and member lists.