yuanbao

Automates @mention notifications and private messaging in groups using Python scripts.

Updated May 11, 2026
One-click install
npx skills add https://github.com/richardnguyen0715/keep-it-real --skill yuanbao-richardnguyen0715
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yuanbao
Source: https://github.com/richardnguyen0715/keep-it-real/tree/main/refer-projects/hermes-agent/skills/yuanbao
Command: npx skills add https://github.com/richardnguyen0715/keep-it-real --skill yuanbao-richardnguyen0715

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines group interactions by facilitating @mention notifications and private messaging within a group, eliminating manual message delivery and nickname lookup.

Core Features & Use Cases

  • @mention Users: Automatically notify specific users within a group.
  • Query Group Info: Retrieve information about the group such as name, owner, and member count.
  • Send DM: Send private messages to users with optional media files.
  • Use Case: Enhance group communication efficiency by mentioning users in discussions and sending private messages without leaving the group chat.

Quick Start

Use the 'yb_query_group_info' command to fetch group details or 'yb_send_dm' to send a private message to a user.

Frequently Asked Questions about yuanbao

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

FAQPage Schema
How do I automate @mention notifications for group communication?

Automating @mention notifications for group communication requires Python scripts to handle message formatting and user lookup, streamlining the process of targeting specific users in collaborative platforms. This eliminates manual message delivery and nickname lookup.

What is the best way to send private messages to group members without leaving the chat?

Sending private messages to group members without leaving the chat can be achieved by using specific commands to trigger direct message delivery with optional media files. This streamlines group interactions by keeping the workflow centralized.

How do I retrieve group information like owner and member count programmatically?

Retrieving group information like owner and member count programmatically involves executing a dedicated query command to fetch group details. This targets collaborative platforms where frequent group interaction requires accurate data lookup.

Do I need Python to handle message formatting and user lookup for group mentions?

Python is required to handle message formatting and user lookup for group mentions. The Skill relies on Python scripts to process the logic needed for automating @mention notifications and private messaging.

Can I attach media files when sending a private message to a user in a group?

Attaching media files when sending a private message to a user in a group is supported. The private messaging feature allows you to include optional media files alongside the text delivered to the targeted user.

Why does manual message delivery and nickname lookup cause friction in group management?

Manual message delivery and nickname lookup cause friction in group management by interrupting collaborative workflows and slowing down frequent group interaction. Automating this process targets collaborative platforms to ensure efficient message delivery.