What problem does it solve? Producing polished Word and PDF reports that include accurate screenshots of web dashboards, modals, and data tables is tedious and error-prone: retina captures are oversized, modals clip, citations break in LibreOffice conversion, and exported grid PDFs resist in-place edits. This Skill provides proven end-to-end pipelines for screenshot capture, docx generation, PDF conversion, and grid-PDF rebuilds. ## Core Features & Use Cases - Web UI screenshot capture: Uses browser_vision with viewport-meta fixes, row limiting, modal scroll techniques, and Pillow-based crop/resize to produce legible, correctly sized images for embedding. - Docx + PDF generation: Builds reports with the docx npm package (ImageRun, bullets, captions, cover pages) and converts to PDF via LibreOffice headless with lossless image export settings. - Text-only pipeline: Converts markdown to docx and PDF via pandoc with page-break-per-heading, inline clickable hyperlink citations, and pypdf-based verification. - Grid PDF rebuild: Regenerates exported attendance/timesheet PDFs with reportlab, preserving letterhead, grid geometry, and fonts while updating values. - Use Case: A user asks to document a SOC dashboard: the Skill captures each tab and modal section as screenshots, embeds them in a docx with captions, exports a PDF, and verifies image counts and terminology against the live UI. ## Quick Start Ask the assistant to create a docx and PDF report with screenshots of your web dashboard's main views using this report-generation skill.