What problem does it solve? Managing interactions in Yuanbao (元宝) group chats requires knowing exact member nicknames and group codes, and sending @mentions or private messages manually is error-prone. This Skill automates member lookup, @mention formatting, and DM delivery through the gateway. ## Core Features & Use Cases - @Mention Users: Look up a member's exact nickname with yb_query_group_members and include @nickname in your reply so the gateway delivers a real notification. - Send Direct Messages: Use yb_send_dm to privately message any group member, with optional media attachments like images or documents. - Query Group Data: Retrieve group name, owner, member count, full member lists, or bot listings via yb_query_group_info and yb_query_group_members. - Use Case: A user says "帮我艾特元宝" — the Skill finds the exact nickname, then replies with @元宝 你好,有人找你!, which the gateway sends as a working @mention. ## Quick Start Ask the agent to @mention a specific user or send a private message to a member in your Yuanbao group by name.