yuanbao

Query Yuanbao group info, member lists, and send direct messages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Yuanbao helps teams manage group interactions by enabling automated @mentions, group info retrieval, and direct messaging within Yuanbao groups.

Core Features & Use Cases

  • Query group info and member lists to prepare outreach.
  • Send DMs or public messages with precise @mentions to engage users.
  • Use workflow: fetch group data, locate users, and dispatch messages programmatically.

Quick Start

Mention a user in the Yuanbao group and send a welcome message.

Frequently Asked Questions about yuanbao

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

FAQPage Schema
How do I automate sending direct messages with @mentions in Yuanbao groups?

Yuanbao group messaging automation handles group interactions by querying member lists to locate users by name, composing messages with precise @mentions, and dispatching direct messages to engage targets in the group chat.

How do I locate a specific user in a Yuanbao group member list?

Locating a specific user in a Yuanbao group requires querying group info and member lists using the yb_query_group_members tool, which retrieves the data needed to identify your target by name before sending a direct message.

Can I retrieve group info and member lists programmatically for Yuanbao outreach?

Yes, you can retrieve group info and member lists programmatically using the yb_query_group_info tool, which fetches the necessary group data to prepare your outreach and locate users before sending messages.

What is the workflow for composing and sending an @mention message to a Yuanbao group?

The workflow for composing and sending an @mention message involves fetching group data, locating the target user in the member list, composing the message with the @mention, and dispatching it using the yb_send_dm tool.

Do I need any external dependencies to automate Yuanbao group direct messaging?

No external dependencies are required to automate Yuanbao group direct messaging, as the skill integrates the necessary yb_query_group_info, yb_query_group_members, and yb_send_dm tools internally to perform all data retrieval and message dispatch tasks.