baoyu-wechat-summary

仓库创建 2026年1月13日最近提交 23 天前SkillHot 收录 21 天前
▸ 精选理由

适合管理大量群聊信息,但面向依赖本地 wx-cli 的用户。

▸ 风险提示

依赖本地 wx-cli 并读取本地微信数据目录,存在重大隐私风险。

这个 Skill 做什么

把微信群记录提炼为结构化摘要并维护群历史与用户画像。

把微信群聊中零散的对话提炼成结构化的简报,长期维护每个群的聊天历史、用户画像和群事实记忆,还能选装“毒舌”版输出。适合想快速回顾群内重要讨论、追溯成员行为或生成会议式摘要时使用。底层依赖本地 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.

垂直行业微信群聊摘要隐私敏感通用
2.4w
Stars
2.7k
Forks
22
仓库内 Skill
+1.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/JimLiu/baoyu-skills/main/skills/baoyu-wechat-summary/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/JimLiu/baoyu-skills/main/skills/baoyu-wechat-summary/SKILL.md"
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/` 下,**执行到对应步骤时再读,不要一开始全部读入**:

| 参考文件 | 内容 | 何时读 |
|---------|---
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有