What problem does it solve? PowerPoint decks cannot be clipped by HTML or PDF pipelines, leaving slide content inaccessible to a Markdown-based wiki. This Skill converts .pptx files into greppable, citable Markdown clippings with per-slide headings, tables, and speaker notes. ## Core Features & Use Cases - Slide Extraction: Uses python-pptx to pull bullet text, tables, and speaker notes from every slide, emitting one ## Slide N heading per slide so citations like "slide 7" stay accurate. - Deduplication and Provenance: Writes clippings with standard frontmatter (source, quality, source-hash), skips duplicates and prior declines, and records thin extractions so empty decks are not retried. - Research Run Tagging: Accepts a --topic flag so all clips from a discovery run can be grouped during triage. - Use Case: During a research run you download a conference talk deck. Run the clipper to store its full text as a Markdown clipping, then hand it to the ingestion workflow for summarizing and cross-referencing into wiki pages. ## Quick Start Ask the agent to clip the file 'reports/q3-strategy.pptx' into the wiki with the topic of your current research run.