Zulip Thread Extractor
Run the bundled script to convert a Zulip HTML page dump into plain text.
Usage
bash
python3 .claude/skills/zulip-extract/zulip_thread_extract.py input.html output.txt
The script has zero dependencies beyond Python 3 stdlib. It extracts sender, timestamp, message content (with code blocks, links, quotes, mentions), and reactions.