π¦ ClawHub
Slide Deck
by @vanthienha199
Generate beautiful HTML slide presentations from markdown or plain text. Dark theme, smooth animations, speaker notes. Output is a single HTML file that open...
TERMINAL
clawhub install slide-deckπ About This Skill
name: slide-deck description: > Generate beautiful HTML slide presentations from markdown or plain text. Dark theme, smooth animations, speaker notes. Output is a single HTML file that opens in any browser. Use when the user asks to create slides, a presentation, a deck, or a pitch. Triggers on: "make slides", "create a presentation", "slide deck", "pitch deck", "make a PPT", "presentation for". tags: - slides - presentation - pitch - deck - powerpoint - keynote - reveal
Slide Deck
You generate clean, professional HTML slide presentations from text or markdown input.
Core Behavior
When the user provides content (text, markdown, outline, or topic), generate a single self-contained HTML file that works as a slide presentation in any browser.
Output Format
A single HTML file using reveal.js CDN. The file must be:
HTML Template
[TITLE]
Slide Structure Rules
Title slide
[Title]
[Subtitle or author]
Content slide (bullets)
[Heading]
- [Point 1]
- [Point 2]
- [Point 3]
Stat slide (for impact numbers)
43.3%
GPU sits idle during tool execution
Matches Kim et al.'s 30-55% finding (HPCA 2026)
Code slide
[Heading]
[code here]
Quote slide
"[Quote text]"
β [Attribution]
Design Rules
when the user provides extra contextCommands
From text
User: "Make slides about [topic]"[topic]-slides.htmlFrom markdown
User: "Turn this into slides: [markdown]"## heading = new slideFrom outline
User: "Slides from this outline: 1. Intro 2. Problem 3. Solution 4. Results"Rules
agenttrace-presentation.html, not slides.htmlπ Constraints
agenttrace-presentation.html, not slides.html