What problem does it solve? Turning a folder of scraped article captures into a printable, shareable document normally requires manual copy-pasting and formatting. This Skill compiles an entire capture batch into one professionally typeset PDF with a cover page, table of contents, per-article source metadata, and page-numbered footers. ## Core Features & Use Cases - Batch compilation: Reads the structured report.agent.json manifest from a capture batch and renders every article into a single PDF via Typst. - Rich document structure: Generates a cover page, table of contents, per-article sections with clickable source URLs, capture timestamps, domain, language, word count, and extractor metadata. - Flexible input: Accepts an existing batch id, a plain batch directory, or a list of URLs (running batch-capture first). - Use Case: After scraping 20 news articles with batch-capture, produce one PDF compendium with source attribution on every article to share with colleagues or archive for research. ## Quick Start Compile the batch with id 2024-06-news into a PDF report and open it when finished.