baoyu-wechat-summary
适合管理大量群聊信息,但面向依赖本地 wx-cli 的用户。
依赖本地 wx-cli 并读取本地微信数据目录,存在重大隐私风险。
把微信群记录提炼为结构化摘要并维护群历史与用户画像。
把微信群聊中零散的对话提炼成结构化的简报,长期维护每个群的聊天历史、用户画像和群事实记忆,还能选装“毒舌”版输出。适合想快速回顾群内重要讨论、追溯成员行为或生成会议式摘要时使用。底层依赖本地 wx-cli 与文件存储,保留隐私与跨次运行的历史记忆是它的亮点。
▸ 展开 SKILL.md 英文原文
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), per-user profiles, and per-group fact memory (memory.md) 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 "帮我看看 XX 群最近聊了什么", "XX 群有什么值得看的", or asks to "回溯画像" / "初始化画像" / "backfill profiles". Adds the roast version when the user says "毒舌版", "roast 版", "再来个毒舌的", or similar.
帮我安装这个 skill:https://raw.githubusercontent.com/JimLiu/baoyu-skills/main/skills/baoyu-wechat-summary/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/JimLiu/baoyu-skills/main/skills/baoyu-wechat-summary/SKILL.md"# WeChat Group Summary 群聊精华提取专家。把零散的微信群聊记录提炼成结构化、可读性强的简报,并维护跨次运行的群聊历史与群友画像。底层依赖外部 [wx-cli](https://github.com/jackwener/wx-cli) 二进制(`wx` 命令),不打包脚本。 > **⚠️ Sandbox restriction** > > wx-cli reads from `~/.wx-cli/` (config, cache, daemon socket) and from WeChat's data directory (`~/Library/Containers/com.tencent.xinWeChat/` on macOS). Both paths are outside Claude Code's default sandbox. Every `wx` command in this skill needs to run with `dangerouslyDisableSandbox: true` from the start — don't waste a sandbox attempt first. The user can use `/sandbox` to view/edit restrictions. ## References(按需加载) 本文件只保留工作流骨架;细节拆在 `references/` 下,**执行到对应步骤时再读,不要一开始全部读入**: | 参考文件 | 内容 | 何时读 | |---------|---