baoyu-wechat-summary

Structure WeChat group chats into digest reports using wx-cli.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cvenwu/AiFlow --skill baoyu-wechat-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-wechat-summary
Source: https://github.com/cvenwu/AiFlow/tree/main/skills/baoyu-wechat-summary
Command: npx skills add https://github.com/cvenwu/AiFlow --skill baoyu-wechat-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Summarizes WeChat group chat highlights into a structured digest using the local wx-cli binary (https://github.com/jackwener/wx-cli). Generates a normal digest by default; a roast (毒舌) version is opt-in. Maintains per-group history (history.json + history-digests.jsonl) and per-user profiles across runs, with privacy guardrails baked in. Use when the user asks to "总结群聊", "群聊精华", "群聊摘要", "summarize group chat", "group chat digest", mentions a WeChat group name with a time range, says to "回溯画像" / "初始化画像" / "backfill profiles". Adds the roast version when the user says "毒舌版", "roast 版", "再来个毒舌的", or similar.

Core Features & Use Cases

  • Generate normal digests by default; roast version is optional.
  • Maintains per-group history (history.json and history-digests.jsonl) and per-user profiles to enable incremental updates and long-term memory.
  • Supports group resolution, message fetching, topic extraction, and a multi-round digest generation workflow with privacy guardrails.

Quick Start

Provide a target group and optional date range to generate a digest; enable roast mode if you want a roast version.

Frequently Asked Questions about baoyu-wechat-summary

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

FAQPage Schema
How do I summarize WeChat group chats into a structured digest?

You can summarize WeChat group chats into a structured digest by specifying a target group and optional date range. The Skill uses the local wx-cli binary to fetch messages and generate topic-based digest reports automatically.

Can I generate a roast version of a WeChat group chat digest?

Yes, you can generate a roast (毒舌) version of a WeChat group chat digest. Simply opt in by saying '毒舌版' or 'roast 版' when requesting the summary, and the digest will be generated in that style.

Does summarizing group chats keep history and user profiles for incremental updates?

Summarizing group chats maintains per-group history using history.json and history-digests.jsonl files alongside per-user profiles. This enables incremental updates and long-term memory across multiple digest runs.

What privacy guardrails are built into WeChat group chat digests?

Privacy guardrails are baked into the group chat digest generation workflow to protect user data. These built-in protections are applied during message fetching, topic extraction, and the multi-round digest generation process.

Do I need the wx-cli binary to extract WeChat group chat highlights?

Yes, you need the local wx-cli binary installed to extract WeChat group chat highlights. The Skill depends on this command-line interface to resolve groups, fetch messages, and process them into structured summaries.

How do I backfill or initialize user profiles from WeChat group chats?

You can backfill or initialize user profiles by asking to '回溯画像' or '初始化画像'. The Skill processes historical group chat data to build and update per-user profiles across previous runs.