What problem does it solve? Turning a Reddit r/AskHistorians Sunday Digest into an offline-readable ebook normally requires manually opening dozens of threads and copy-pasting answers. This Skill automates the entire conversion, rendering each linked question and its answer-comment branches into a polished EPUB without needing Reddit OAuth or API access. ## Core Features & Use Cases - Browser-based scraping: Uses Playwright with a persistent Chrome/Chromium profile to read Reddit's rendered DOM, handling JavaScript challenges and rate-limit cooldowns with bounded exponential backoff. - Resumable caching: Completed thread captures are cached locally, so rerunning the same command resumes where it left off instead of re-scraping. - Flexible controls: Flags like --max-threads, --max-comments, --max-words-per-thread, --concurrency, and --headless let you build preview books or tune large 200-300 link digests. - Use Case: Before a long flight, convert the latest AskHistorians Sunday Digest into an EPUB and AirDrop it to an iPhone for offline reading. ## Quick Start Use the reddit-digest-to-epub skill to turn this AskHistorians Sunday Digest URL into an offline EPUB saved to my chosen output path.