
PPTX to HTML (MinerU)
from skills3,875
Convert PowerPoint (.pptx) slides into web-ready HTML using the MinerU extractor; supports local files and URLs and preserves text and basic structure (requires
What it does
Convert .pptx presentations into HTML using the MinerU open-source extractor. The skill provides CLI usage examples, authentication instructions, and options for language hints and page ranges so agents can transform slide decks into embeddable web pages or extract content for publishing.
When to use it
Use when a user asks to convert or publish slides: "convert PowerPoint to HTML", "turn my slides into HTML", or supplies a .pptx URL or file. Good for content teams, documentation sites, or agents that need to extract slide text for indexing.
What's included
- Scripts: none bundled in the skill (has_scripts=false) — relies on the external MinerU CLI
mineru-open-api. - References: MinerU homepage and GitHub links are referenced in the instructions.
- Instructions: install via npm or go, set MINERU_TOKEN (or run
mineru-open-api auth), runmineru-open-api extract <file|url> -f html -o ./out/. Notes on stdout/stderr behavior and supported input formats are provided.
Compatible agents
Agents that can call local CLIs or shell tools (Copilot/Codex-style agents, CLI-capable agents). The skill requires the MinerU binary (mineru-open-api) and an API token, so it is suitable for environments that allow installing or accessing external binaries.
Tags
Information
- Repository
- skills







