What problem does it solve?
This Skill solves the problem of turning encrypted WeChat 4.0 local chat databases into readable conversations and usable AI coworker/character prompts, without you manually writing decryption or extraction code.
Core Features & Use Cases
- Decrypts WeChat 4.0 local encrypted databases: extracts per-database keys from the running Weixin.exe process (Windows) and uses documented AES-256-CBC page decryption to produce queryable SQLite databases.
- Views and searches chat records via a Web viewer: generates a Flask-based Web UI that lists sessions, renders messages (including zstd-compressed content), parses quote/reply XML, and supports search.
- Distills a target person into an AI Skill (Work + Persona): analyzes the target’s messages using provided analyzer templates, then generates colleague-specific SKILL.md plus work.md/persona.md and knowledge/messages content for direct invocation.
Quick Start
Tell the AI: “Run /wechat-colleague setup to detect your WeChat data directory, extract decryption keys, and decrypt the databases so I can sync and view messages.”