
from html-ppt-skill1,651
Author polished, template-driven HTML slide decks with themes, layouts, and presenter mode — exportable as static HTML or PNGs.
HTML PPT Studio provides a template-first system to author static HTML presentation decks. It supplies themes, layout templates, CSS and canvas animations, a keyboard-first runtime with presenter mode, and headless rendering scripts so agents can scaffold, style, and export slide decks quickly.
Use when a user requests any slide-based output — pitch decks, tech talks, 小红书 posts, or presenter-ready slide decks with speaker notes. It is ideal for generating consistent, themed presentations and for workflows that need keyboard navigation or presenter overlays.
references/.Suitable for agents that can serve or write static HTML/CSS/JS, invoke headless Chrome for rendering, or return static files to users. Works well with web-capable agents and those orchestrating local scripts.
HTML PPT Studio is a comprehensive skill for authoring HTML slide decks with 36 themes, 31 layouts, 15 full-deck templates, presenter mode, and canvas FX animations. The SKILL.md is exceptionally detailed with clear triggers, authoring rules, and progressive disclosure via references/. The two bundled scripts are clean: new-deck.sh scaffolds a deck directory (failed here due to missing argument in DRY_RUN), and render.sh exports to PNG via headless Chrome (failed because Chrome path is macOS-specific). No security concerns — scripts are simple, well-guarded with set -euo pipefail, and contain no network calls, credentials, or destructive commands.
Google Chrome (macOS path hardcoded)Well-crafted skill with impressive depth — 36 themes, presenter mode with BroadcastChannel sync, canvas FX animations, and detailed Chinese+English documentation. Scripts are benign scaffolding/rendering tools. Only concern is macOS-only Chrome path in render.sh limiting portability.