Deck Web Converter

v1.0.0

Convert pitch deck PPT (.pptx) or PDF (.pdf) into beautiful, responsive, self-contained HTML presentations. Perfect for sharing pitch decks via email, WeChat...

0· 44·0 current·0 all-time
byDelta Wu@wulaosiji
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included assets: a Python converter script, README, and requirements for python-pptx and pymupdf. The required libraries and the script's behavior align with converting PPTX/PDF to a self-contained HTML file.
Instruction Scope
SKILL.md asks the agent to obtain an input file path and run/generate a Python script to extract slides and build an HTML file. The included scripts implement only local file reading, image base64 encoding, HTML generation, and writing output—no instructions to read unrelated system files or transmit data externally.
Install Mechanism
No install spec in registry (instruction-only), but repository includes a script and requirements.txt. Dependencies are standard PyPI packages (python-pptx, pymupdf); there are no downloads from arbitrary URLs or extracted archives. User will need to pip-install dependencies before running.
Credentials
The skill requests no environment variables, credentials, or config paths. The script operates on local input files and writes a single HTML output; no secrets or external service tokens are required.
Persistence & Privilege
always is false and the skill does not request permanent system presence or modify other skills/config. The script writes output HTML to the input file's directory (or user-specified path) which is expected behavior for this utility.
Assessment
This skill appears coherent and self-contained, but before running: (1) inspect scripts/convert_deck.py yourself (it’s included) to satisfy yourself it does only local file reads/writes; (2) install dependencies in a virtualenv (pip install -r requirements.txt) rather than system-wide; (3) run on a non-sensitive sample first — the script will write an HTML file next to the input and may overwrite if you name outputs the same; (4) because the skill can be invoked by an agent, only enable/use it in agents you trust to avoid accidental conversion of sensitive files. If you need network-isolated execution, run the script locally instead of via an autonomous agent.

Like a lobster shell, security has layers — review code before you run it.

latestvk978wqpasygxcqqhf5kchrfk0s84rm27

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments