AI-generated Sketch Notes style presentations — self-contained HTML, zero dependencies
Demo · Quick Start · Use with AI Tools · Visual Components · Style Guide · Contributing
💛 Sponsored by PathUnfold — 用 AI 發電,探索 AI 時代的個人成長路徑。
Sketch Notes PPT is an AI skill that generates beautiful, self-contained HTML presentations in a distinctive Sketch Notes visual style — manga-inspired comic borders, speech bubbles, halftone patterns, and crosshatch textures.
Just tell any AI coding tool: "Make a PPT about [topic]" and get a complete .html file you can open in any browser. No npm, no build step, no dependencies.
Philosophy: One idea per slide. One personality per deck.
Open any demo in your browser — no build step required:
| Demo | Description |
|---|---|
demo-index.html |
AI Agent 工具選擇指南(sketch-notes style) |
notebooklm-intro-ppt.html |
NotebookLM 介紹簡報(sketch-notes style) |
Keyboard shortcuts:
| Key | Action |
|---|---|
→ or Space |
Next slide |
← |
Previous slide |
| Swipe left/right | Mobile navigation |
- Copy
skill/SKILL.mdinto your AI agent - Tell the AI: "Make a PPT about [your topic]"
- The AI outputs a complete
.htmlfile — open in browser, done!
- Copy
demo/demo-index.htmlas a starting point - Edit slide content directly in HTML
<link rel="stylesheet" href="style/sketch-notes-base.css">The skill/SKILL.md file is a universal instruction set that works with any AI coding assistant. Pick your tool:
# Install as a skill
cp skill/SKILL.md ~/.gemini/antigravity/skills/sketch-notes-ppt/SKILL.mdTrigger: "做一個 PPT 關於 [主題]" or "Make a PPT about [topic]"
claude "Read skill/SKILL.md and generate a PPT about [topic]"Or paste skill/SKILL.md content directly into the conversation as system instructions.
codex "Read skill/SKILL.md and generate a PPT about [topic]"gemini "Generate a presentation about [topic] following these instructions: @skill/SKILL.md"Add skill/SKILL.md as a skill file in your OpenClaw configuration, then trigger via Discord/chat.
The skill works with any LLM that can follow markdown instructions:
- Copy the contents of
skill/SKILL.md - Paste it into the AI's system prompt or conversation
- Ask: "Make a PPT about [your topic]"
- The AI outputs a self-contained
.htmlfile — open in browser, done!
See style/STYLE_GUIDE.md for full details.
| Component | Class | Best For |
|---|---|---|
| Speech bubble | .bubble |
Key takeaways, author voice |
| Tool cards | .tools-grid + .tool-card |
Comparing 4–6 items |
| Insight cards | .insight-grid + .insight-card |
Numbered principles |
| Decision tree | .decision-tree |
"How to choose?" flows |
| Comparison table | .compare-table |
Head-to-head features |
| Emphasis box | .emphasis-box |
One powerful statement |
Check out agentic-ppt for additional tools:
- ✏️ Canvas Drag Editor — visually edit slides in browser
- 🎬 A-roll → Video — turn slides into explainer videos (Remotion)
- 🎙️ TTS → Video — script-to-video pipeline
Welcome contributions! See CONTRIBUTING.md for guidelines.
MIT — use freely, attribution appreciated.
Made with ✦ AI + human taste · Sponsored by PathUnfold