What problem does it solve?
Searching and exporting WhatsApp Desktop chat history is difficult because messages live in local SQLite databases with no built-in full-text search or export tooling. This Skill provides read-only archiving, full-text search, and encrypted backups of WhatsApp Desktop messages on macOS.
Core Features & Use Cases
- Local Snapshot Sync: Snapshots WhatsApp Desktop's ChatStorage.sqlite and ContactsV2.sqlite into a local store without modifying the originals.
- Full-Text Search & Export: Search messages by keyword, list chats, and export conversations as JSON for parsing or summarization.
- Encrypted Backups: Create age-encrypted JSONL.gz backup shards suitable for Git-backed storage.
- Use Case: Ask the agent to find every message mentioning "invoice" from the past month, then save a summarized digest of the relevant conversations to memory for future recall.
Quick Start
Use the wacrawl skill to search my WhatsApp chat history for messages mentioning "project meeting" and summarize the results.