What problem does it solve? Turning notes or analysis into a shareable presentation usually means juggling slide software, manual fact-checking, and fragile hosting links. This Skill produces a single self-contained HTML deck that renders offline, verifies every number and claim against its source, and publishes the result to Filecoin Onchain Cloud so it is shareable as one permanent inbrowser.link/ipfs URL. ## Core Features & Use Cases - Single-file deck generation: Builds a complete HTML slide deck from a template with inline CSS/JS, keyboard navigation, progress bar, and reusable components (tables, cards, formulas, assumption slides), with no external resources so it renders offline and over IPFS. - Mechanical and content validation: Runs validate.sh to catch unbalanced sections, em/en-dashes, AI-smell words, emoji, and external resources, then guides manual checks to recompute math, reconcile cross-slide figures, and verify claims against authoritative sources. - FOC publishing: Uploads the deck with filecoin-pin (via npx), handles wallet funding checks and payment setup, and returns a shareable inbrowser.link/ipfs/<cid> URL. - Use Case: After finishing a technical analysis, ask the agent to consolidate it into a presentation; you receive a validated deck and a permanent IPFS link you can send to anyone. ## Quick Start Turn my notes in analysis.md into a slide deck, validate every number, and publish it to Filecoin Onchain Cloud so I get a shareable link.