larkin0302/vantasma-toolkit — explained in plain English
Analysis updated 2026-05-18
List and search your own WeChat conversations from the command line
Generate a styled HTML daily summary of a WeChat group chat
Automate building Feishu multi dimensional tables
Convert Feishu meeting notes into a client proposal document
| larkin0302/vantasma-toolkit | adya84/ha-world-cup-2026 | afk-surf/safeclipper | |
|---|---|---|---|
| Stars | 16 | 16 | 16 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires unlocking your local WeChat SQLCipher database during a setup step.
Vantasma-toolkit is a personal-use-only collection of Python tools and Claude Code skills for querying and working with data from WeChat and Feishu, two popular Chinese communication platforms. The project is explicitly labeled for personal learning purposes only and prohibits use on other people's accounts or for commercial data collection. The main component is vchat, a command-line tool with 63 subcommands that reads and decrypts WeChat's local database (the messages stored on your own device). After running a setup step that unlocks the encrypted local database, you can list recent conversations, pull chat history from a specific group, search across all messages by keyword, view group members and their avatars, or watch a chat in real time for new messages. Output can be formatted as JSON for use by AI agents. The local database uses SQLCipher encryption, which the tool handles during setup on macOS (with a Windows equivalent). Beyond vchat, the toolkit includes six Claude Code skills, reusable AI instruction sets that extend Claude Code's capabilities. These cover generating styled HTML daily summaries of WeChat group conversations, performing Chinese astrology analysis (combining four pillars, Zi Wei Dou Shu, and Liu Ren methods) and exporting the result as an HTML scroll and image, automating Feishu multi-dimensional table construction, converting Feishu meeting notes into client proposal documents, and calling DiDi ride-hailing through Feishu. Installing a skill means copying its folder into Claude Code's skills directory and restarting the tool.
A personal-use toolkit of Python CLI tools and Claude Code skills for reading and organizing your own WeChat and Feishu data.
Mainly Python. The stack also includes Python, SQLCipher, Claude Code.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.