yuanbao

Mention group members and query group metadata in chat.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AlexKoncept/omnia-hub --skill yuanbao-alexkoncept
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: yuanbao
Source: https://github.com/AlexKoncept/omnia-hub/tree/main/HERMES/skills/yuanbao
Command: npx skills add https://github.com/AlexKoncept/omnia-hub --skill yuanbao-alexkoncept

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Group chats require efficient tagging and quick access to participant information. Yuanbao enables at-mentions and fast group membership queries.

Core Features & Use Cases

  • @Mention Workflow: Include @nickname in your reply to notify a user in the chat.
  • Query Tools: Use yb_query_group_info to fetch group name, owner, and member count; use yb_query_group_members to find or list members.
  • Direct Messages: Use yb_send_dm to deliver a private message with optional media.

Quick Start

Find a member by name using yb_query_group_members and reply with @nickname to notify them in the 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 specific user in a group chat to notify them?▼

To mention a user in a group chat, include @nickname in your reply. This triggers the @mention workflow to send an automatic notification to the specified group member.

How do I fetch group chat information like the owner and member count?▼

You can fetch group chat information by using the yb_query_group_info tool. This retrieves metadata including the group name, owner, and total member count for the conversation.

Can I find a specific group member by name within a large chat?▼

Yes, you can find a specific group member by name using the yb_query_group_members tool. This query function allows you to search for users or list all participants in the group.

What is the best way to send a direct message with media to a group member?▼

The best way to send a direct message is using the yb_send_dm tool. This delivers a private message to a user and supports including optional media attachments alongside the text.

Does this group mention tool work for direct messages outside of the main conversation?▼

Yes, the tool supports direct interactions outside the main conversation. You can use yb_send_dm to deliver private messages with optional media directly to specific group members.

Why does my group mention not notify the user correctly?▼

Group mentions require the exact @nickname format in your reply to trigger the notification workflow. Ensure the username is correct by querying group members before mentioning them.