with one click
Convert html which is provided to ppt format.
npx skills add https://github.com/0yukali0/Share-skills --skill html-to-pptCopy and paste this command into Claude Code to install the skill
Convert html which is provided to ppt format.
npx skills add https://github.com/0yukali0/Share-skills --skill html-to-pptCopy and paste this command into Claude Code to install the skill
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.
This skill should be used when the user asks to "查詢台北市/新北市開放資料", "列出台北市/新北市資料集", "台北開放資料有哪些", or wants to browse or filter Taipei/New Taipei Open Data datasets by category.
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.
Download a Roboflow COCO dataset and train a Faster RCNN object detection model using Flyte + Ray Train + PyTorch Lightning on CPU, returning model.pt if accuracy meets the requirement.
Download a Roboflow COCO dataset and train a Faster RCNN object detection model with PyTorch Lightning, returning model.pt if accuracy meets the requirement.
Convert a Markdown (.md) source file into a LaTeX (.tex) document. Use when the user wants to convert Markdown to LaTeX, or as a first step before compiling to PDF with the letex_to_pdf skill.
| name | html_to_ppt |
| description | Convert html which is provided to ppt format. |
| license | Apache License 2.0 |
| metadata | {"author":"yuteng","version":"1.0"} |
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 automatically