yuanbao

Mention users and query group metadata in Yuanbao groups.

1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/ChangZhou-xj/zxj_skill --skill yuanbao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yuanbao
Source: https://github.com/ChangZhou-xj/zxj_skill/tree/main/yuanbao
Command: npx skills add https://github.com/ChangZhou-xj/zxj_skill --skill yuanbao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Yuanbao Group Interaction automates group coordination by mentioning users and querying group information, reducing manual steps in group chats.

Core Features & Use Cases

  • At-mention workflow: Use yb_query_group_members with action="find" and mention=true to locate exact nicknames and craft @mention messages that trigger notifications.
  • Group info retrieval: Use yb_query_group_info to fetch group name, owner, and member count.
  • Direct messaging: Use yb_send_dm to send private messages with optional media to group members.

Quick Start

Use the Yuanbao skill to mention a user and fetch group information in a single step.

Frequently Asked Questions about yuanbao

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

FAQPage Schema
How do I automate user mentions in a Yuanbao group chat?

Automate Yuanbao group mentions by using the yb_query_group_members tool with action="find" and mention=true to locate exact nicknames, then craft @mention messages that trigger notifications.

How do I fetch Yuanbao group information like owner and member count?

Fetch Yuanbao group information by using the yb_query_group_info tool, which retrieves the group name, owner, and member count directly from the group metadata.

Can I send private direct messages with media to Yuanbao group members?

Send private direct messages to Yuanbao group members using the yb_send_dm tool, which supports delivering text and optional media files directly to specific users.

Does the Yuanbao group interaction automation require external dependencies?

Yuanbao group interaction automation requires no external dependencies, relying solely on extracting the group_code from chat_id while the gateway handles message delivery.

Why does my Yuanbao group mention workflow fail to trigger notifications?

Yuanbao group mention workflows may fail if the group_code is not properly extracted from the chat_id, or if the yb_query_group_members tool does not locate the exact nickname to craft the @mention message.

What is the best way to coordinate and locate users in a Yuanbao group?

Coordinate Yuanbao group interactions by using the yb_query_group_members tool to locate users, fetch group info with yb_query_group_info, and send private messages via yb_send_dm.