read-whatsapp-export
Installation
SKILL.md
Processing WhatsApp Exports
Converts raw WhatsApp exports into clean, chunked markdown files ready for reading. Fully offline.
Workflow
- Process — run
process-conversation.py. Safe to re-run: it extracts intoexported/, regenerates all chunks. A newer export just overwrites and regenerates. - Check output — the script prints a summary including pending audio transcriptions.
- Ask about transcription — if there are pending audio messages, ask the user if they want them transcribed.
- Transcribe (if yes) — run
transcribe-conversation-audios.py(see below). - Re-process — run
process-conversation.pyagain to regenerate chunks with transcriptions inline. - Report — tell the user the output location and summary.
Running the processor
python3 ${CLAUDE_SKILL_DIR}/scripts/process-conversation.py "path/to/export.zip" --output-dir .