What problem does it solve? Reconstructing a complete, faithful record of every conversation with a set of people across email and messaging apps is tedious and error-prone, and synthesis tools discard the original text. This Skill downloads everything for a list of people and preserves it verbatim as a searchable local markdown archive. ## Core Features & Use Cases - Verbatim multi-channel export: Pulls every Gmail thread, iMessage DM, and WhatsApp DM/group into one markdown file per thread or chat, with ## YYYY sections and stable IDs in frontmatter. - Append-only incremental sync: Tracks per-channel watermarks in a manifest so later runs append only new messages without duplicating or overwriting. - Local and free: All reads are local SQLite queries (msgvault, wacli, chat.db) with no LLM, no network spend, and no message caps; groups are included by default. - Use Case: Given a CSV of founders with emails and phone numbers, build a complete raw archive of every email thread, text, and WhatsApp group with them, then keep it current with periodic syncs. ## Quick Start Use the logbook skill to build a raw logbook from my people CSV at contacts.csv, archiving every Gmail, iMessage, and WhatsApp conversation verbatim.