yuanbao

Query group info, list members, and send DMs in chat environments.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/anilcan-kara/nozich-agent --skill yuanbao-anilcan-kara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yuanbao
Source: https://github.com/anilcan-kara/nozich-agent/tree/main/skills/yuanbao
Command: npx skills add https://github.com/anilcan-kara/nozich-agent --skill yuanbao-anilcan-kara

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Yuanbao streamlines group interaction by enabling precise @mentions, group info queries, and direct messaging within chat environments.

Core Features & Use Cases

  • Group mention workflow: Use yb_query_group_members to locate a user and embed their exact nickname with an @mention.
  • Query group data: Retrieve group name, owner, and member count with yb_query_group_info.
  • Send DMs: Dispatch private messages to users via yb_send_dm, with optional media.

Quick Start

Simply include @nickname in your reply text and the gateway will convert it to a working @mention.

Frequently Asked Questions about yuanbao

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

FAQPage Schema
How do I automate group @mentions and direct messages in a chat workflow?

Automating group @mentions and direct messages involves querying group members to locate a user and embedding their exact nickname with an @mention in your reply text. The gateway then converts this text into a working @mention.

Can I retrieve group chat information like owner and member count automatically?

Yes, you can retrieve group chat information automatically by using a dedicated group query tool. This allows you to fetch the group name, owner, and total member count directly within your automated chat workflows.

What is the best way to send private messages to users in a group chat?

The best way to send private messages to group chat users is by using a direct messaging tool to dispatch DMs. You can send private text messages to targeted members, including optional media attachments.

Does the group mention workflow require manual nickname entry for each user?

No, the group mention workflow does not require manual nickname entry. You can programmatically query group members to locate a specific user and automatically retrieve their exact nickname for @mention embedding.

Can I include media attachments when sending direct messages through automated chat workflows?

Yes, you can include media attachments when sending direct messages through automated chat workflows. The direct messaging tool supports dispatching private messages to users with optional media payload.