HTML to Editable PPTX

Convert HTML slide decks into editable-text PowerPoint files

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 19, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 30, 2026 · 8325b02

This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 19, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.

Ran convert.py on a real 2-slide HTML deck and it produced a valid 29,670-byte .pptx in under a second; reopening it with python-pptx confirmed all four headings and captions are genuine editable text runs, not flattened screenshots — exactly the skill's headline claim, and something a hand-rolled python-pptx baseline would not position or subset as faithfully. It needs the repo's python deps plus a Playwright browser to run, and the visual-audit stage 5b requires LibreOffice or PowerPoint, which the tool detects and reports honestly instead of shipping an unaudited file silently. Core conversion works out of the box; only the optional audit pass needs the extra renderer.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What HTML to Editable PPTX does

Converts an HTML slide deck into a .pptx where text stays as editable vectors, with on-demand Google-Fonts subsetting and a screenshot fallback for complex decorations. Runs a measure-assemble-embed-selfcheck-visualaudit pipeline via convert.py. Triggers when you have an HTML deck and need a PowerPoint copy to hand off or present offline.

How to install HTML to Editable PPTX

Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.

Commands — how to trigger HTML to Editable PPTX

  • /html-to-pptx Convert HTML slide decks into editable-text PowerPoint files

It also activates on plain-language prompts like these:

  • Convert this HTML slide deck into an editable PowerPoint file.
  • I need an editable PPTX from these HTML slides for a handoff.
  • Turn my HTML pitch deck into a pptx people can actually edit.

Frequently asked questions

Is the HTML to Editable PPTX skill free?
Yes. The skill itself is free from Hasasasa/html-to-editable-pptx. SkillProof publishes the install command and an independent test verdict at no cost.
Does HTML to Editable PPTX work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 19, 2026. Verdict: Tested · Works. Ran convert.py on a real 2-slide HTML deck and it produced a valid 29,670-byte .pptx in under a second; reopening it with python-pptx confirmed all four headings and captions are genuine editable text runs, not flattened screenshots — exactly the skill's headline claim, and something a hand-rolled python-pptx baseline would not position or subset as faithfully. It needs the repo's python deps plus a Playwright browser to run, and the visual-audit stage 5b requires LibreOffice or PowerPoint, which the tool detects and reports honestly instead of shipping an unaudited file silently. Core conversion works out of the box; only the optional audit pass needs the extra renderer.
What is the HTML to Editable PPTX SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install HTML to Editable PPTX?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use HTML to Editable PPTX with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.