skills/html_to_ppt/SKILL.md
Convert html which is provided to ppt format.
npx skillsauth add 0yukali0/my-skills html_to_pptInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Convert an HTML file or HTML string into a PowerPoint (.pptx) presentation.
Use this skill when the user wants to:
.pptx from structured HTML content| Parameter | Required | Description |
|-----------|----------|-------------|
| --src | Yes | Path to the HTML file, or - to read from stdin |
| --output | No | Output .pptx file path. Defaults to input filename with .pptx extension |
A .pptx file where:
<h1> or <h2> heading becomes a new slide title<p> paragraphs and <ul>/<ol> list items become slide body content and bullets<img> references are embedded into the slideflyte run --local skill_impl/html_to_ppt/html_to_ppt.py html_to_ppt --src <path_to_html> --output <path_to_pptx>Convert a local HTML file:
Execute command: flyte run --local skill_impl/html_to_ppt/html_to_ppt.py html_to_ppt --src report.html --output report.pptx
Convert with default output path (report.html → report.pptx):
Execute command: flyte run --local skill_impl/html_to_ppt/html_to_ppt.py html_to_ppt --src report.html
Convert from stdin:
Execute command: flyte run --local skill_impl/html_to_ppt/html_to_ppt.py html_to_ppt --src - --output slides.pptx
Saved: report.pptx (5 slides)
requests and are fetched automaticallydevelopment
This skill should be used when the user wants to visualize data from URLs (CSV or JSON) using interactive charts. Claude fetches the data, analyzes the columns and content, decides the best chart type, generates a Gradio gr.HTML app with Plotly, and verifies the result with Playwright.
development
This skill should be used when the user asks to "查詢台北市/新北市開放資料", "列出台北市/新北市資料集", "台北開放資料有哪些", or wants to browse or filter Taipei/New Taipei Open Data datasets by category.
development
This skill should be used when the user asks to "查詢新北市開放資料", "列出新北市資料集", "新北開放資料有哪些", or wants to browse or filter New Taipei City Open Data datasets by category.
development
This skill should be used when the user asks to "create a mindmap", "generate a mindmap", "draw a mindmap", or wants to visualize structured information as a mindmap diagram.