yuanbao

Query group info, find members, and send DMs within group chats.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/nadicodeai/argo-agent --skill yuanbao-nadicodeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yuanbao
Source: https://github.com/nadicodeai/argo-agent/tree/main/skills/yuanbao
Command: npx skills add https://github.com/nadicodeai/argo-agent --skill yuanbao-nadicodeai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing group chats and pulling member info manually is slow and error-prone. Yuanbao automates @mentions, member lookups, and DM delivery to streamline group collaboration.

Core Features & Use Cases

  • yb_query_group_info: Query group name, owner, member count
  • yb_query_group_members: Find a user, list bots, list all members
  • yb_send_dm: Send a private/direct message (DM) to a user, with optional media files
  • Use Case: When preparing a group announcement, fetch member details and mention targets efficiently.

Quick Start

Query group info and then @mention a member 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 query group info and find members for a group chat?

To query group info and find members, you can retrieve the group name, owner, and member count, then list all members or locate a specific user within that group chat context.

What is the best way to automate @mentions and send targeted DMs in a group?

Automating @mentions and sending targeted DMs involves locating specific group members and delivering direct messages to them, which streamlines group collaboration without manual member lookups.

Can I send media files when I send a direct message to a user in a group?

Yes, you can send a private direct message to a user with optional media files attached, allowing you to deliver rich content alongside your text during targeted group communication.

Does this group communication tool require any specific dependencies or components?

No, this group communication tool requires no dependencies or components, meaning you can directly query group details, list bots, and send direct messages without external setup.

Why does manually pulling member info and mentioning users slow down group announcements?

Manually pulling member info and mentioning users is slow and error-prone because you must individually look up targets before sending messages, whereas automating queries and mentions streamlines the entire announcement process.