skills/smithery.ai/pptx-to-html

pptx-to-html

Installation
SKILL.md

PowerPoint to HTML Converter

Convert the supplied presentation and verify it against the original. Keep the PPTX authoritative; do not promise complete or percentage-based visual fidelity without measured comparison.

Convert

Use the user's input and output paths. Resolve the script relative to this skill directory, not a hardcoded host installation:

python3 <skill-dir>/scripts/convert_pptx_to_html_v2.py /abs/input.pptx /abs/output-dir 150

The final argument is optional image DPI (default 150). Layout uses fixed 96 DPI independently; increasing export DPI must not change element coordinates. Check the installed interpreter and dependencies in requirements.txt before running; this package is not standard-library-only.

The converter writes <input-stem>.html, a report, conversion log, and an assets/ directory. Inspect the reported paths instead of assuming a fixed filename. Keep the assets beside the HTML when delivering or copying it. Charts use Chart.js from a CDN; this is not a single offline file unless those dependencies are explicitly bundled.

Supported paths and limits

Inspect the result for features actually present in this deck:

Installs
29
First Seen
Mar 12, 2026
pptx-to-html from smithery.ai