Skip to content
Skill

wechat-colleague

by zhx8702

AI Summary

从本地微信聊天记录中:解密数据库 → 查看消息 → 蒸馏人物 Skill。 本 Skill 不预置代码,而是基于技术文档按需生成。所有加密规格、数据库结构、分析模板都在 和 中。 在执行任何阶段前,先 Read 对应文档:

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "wechat-colleague" skill in my project.

Please run this command in my terminal:
# Install skill into your project
mkdir -p .claude/skills/wechat-colleague && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/wechat-colleague/SKILL.md "https://raw.githubusercontent.com/zhx8702/wechat-colleague/main/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

微信同事蒸馏器 — 从微信聊天记录中解密数据、查看消息、蒸馏人物 AI Skill。全流程文档驱动,按需生成代码。

微信同事蒸馏器 v3

从本地微信聊天记录中:解密数据库 → 查看消息 → 蒸馏人物 Skill。 本 Skill 不预置代码,而是基于技术文档按需生成。所有加密规格、数据库结构、分析模板都在 docs/ 和 prompts/ 中。 ---

命令

| 命令 | 说明 | |------|------| | /wechat-colleague setup | 首次设置:检测环境、生成提取脚本、解密数据库 | | /wechat-colleague sync | 同步最新消息(增量解密) | | /wechat-colleague viewer | 生成并启动 Web 聊天记录查看器 | | /wechat-colleague [人名] | 蒸馏指定人(自动搜索所有会话) | | /wechat-colleague [人名] [群名] | 从指定群蒸馏指定人 | | /wechat-colleague list | 列出已蒸馏的同事 | | /wechat-colleague update [slug] | 更新已有同事 | | /wechat-colleague delete [slug] | 删除同事 | 无参数时自动检测状态并引导。 ---

技术文档

在执行任何阶段前,先 Read 对应文档: | 文档 | 内容 | 何时读取 | |------|------|---------| | docs/encryption.md | 数据库加密方案、密钥提取算法、解密伪代码 | setup / sync 时 | | docs/database_schema.md | 数据库表结构、字段含义、SQL 查询参考 | 查看/蒸馏时 | | prompts/work_analyzer.md | 工作能力提取维度和规则 | 蒸馏时 | | prompts/persona_analyzer.md | 性格画像提取维度和标签翻译表 | 蒸馏时 | | prompts/work_builder.md | work.md 生成模板 | 蒸馏时 | | prompts/persona_builder.md | persona.md 五层结构模板 | 蒸馏时 | 文档路径用 ${CLAUDE_SKILL_DIR}/docs/ 和 ${CLAUDE_SKILL_DIR}/prompts/ 引用。 ---

1. 能否找到微信数据目录

find /mnt/c/Users/*/Documents/xwechat_files/ -name "db_storage" -type d 2>/dev/null # WSL

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
58 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Stars58
Forks13
Issues2
Updated2mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code