
Html Ppt
Generate polished HTML slide decks from structured templates when you need presentations without PowerPoint or a separate design tool.
Install
npx skills add https://github.com/lewislulu/html-ppt-skill --skill html-pptWhat is this skill?
- Full-deck HTML templates under templates/full-decks for agent-filled presentations.
- Relative asset paths from deck folders to shared skill assets for portable HTML output.
- Security-scan allowlist documents false-positive patterns (traversal demos, forbidden-command text on slides).
- MIT-licensed template pack suitable for customizing indie pitch and status decks.
Adoption & trust: 10.1k installs on skills.sh; 5.7k GitHub stars; 3/3 security scanners passed (skills.sh audits).
Recommended Skills
Journey fit
Slide artifacts are usually produced while documenting features, pitching, or reporting—canonical shelf is Build docs because output is structured HTML deck files. Full-deck templates (e.g. weekly-report, testing-safety-alert) live under the skill’s template tree for agent-driven HTML presentation assembly.
Common Questions / FAQ
Is Html Ppt safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Html Ppt
# Security scan allowlist for html-ppt-skill # These patterns are false positives from template content, not actual threats. # Path traversal: templates reference shared assets via relative paths # e.g. templates/full-decks/weekly-report/ → ../../../assets/ # This is the correct relative path to the skill root assets directory. traversal:templates/full-decks/*/index.html # Destructive commands: testing-safety-alert template displays forbidden # commands as text examples in a security policy demo slide. # They are HTML content, not executable code. destructive:templates/full-decks/testing-safety-alert/index.html MIT License Copyright (c) 2026 lewis <sudolewis@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # html-ppt — HTML PPT Studio > A world-class AgentSkill for producing professional HTML presentations in > **36 themes**, **15 full-deck templates**, **31 page layouts**, > **47 animations** (27 CSS + 20 canvas FX), and a **true presenter mode** > with pixel-perfect previews + speaker script + timer — all pure static > HTML/CSS/JS, no build step. **Author:** lewis <sudolewis@gmail.com> **License:** MIT **中文文档:** [README.zh-CN.md](README.zh-CN.md)  > One command installs **36 themes × 20 canvas FX × 31 layouts × 15 full decks + presenter mode**. Every preview above is a live iframe of a real template file rendering inside the deck — no screenshots, no mock-ups. ## 🎤 Presenter Mode (new!) Press `S` on any deck to pop open a dedicated presenter window with four draggable, resizable **magnetic cards**: current slide, next slide preview, speaker script (逐字稿), and timer. Two windows stay in sync via `BroadcastChannel`.  **Why previews are pixel-perfect:** each card is an `<iframe>` that loads the same deck HTML with a `?preview=N` query param. The runtime detects this and renders only slide N with no chrome — so the preview uses the **same CSS, theme, fonts and viewport** as the audience view. Colors and layout are guaranteed identical. **Smooth (no-reload) navigation:** on slide change, the presenter window sends `postMessage({type:'preview-goto', idx:N})` to each iframe. The iframe just toggles `.is-active` between slides — **no reload, no flicker**. **Speaker script rules (3 golden):** 1. **Prompt signals, not lines to read** — bold the keywords, separate transition sentences into their own paragraphs 2. **150–300 words per slide** — that's the ~2–3 min/page pace 3. **Write it like you speak** — conversational, not written prose See [`references/presenter-mode.md`](references/presenter-mode.md) for the full authoring guide, or copy the ready-made template at `templates/full-decks/presenter-mode-reveal/` which ships with full 150-300 word speaker scripts on every slide. ## Install (one command) ```bash npx skills add https://github.com/lewislulu/html-ppt-skill ``` That registers the skill with your agen