Pptx To Html

v0.4.0

Convert PowerPoint (.pptx) presentations to HTML using MinerU. Transforms slides into web-ready HTML format with content and structure preserved. Features: P...

0· 127·0 current·0 all-time
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: PPTX -> HTML conversion. Declared binary (mineru-open-api) and primaryEnv (MINERU_TOKEN) directly match the SKILL.md examples and the MinerU service; these are exactly what a converter built on that CLI would need.
Instruction Scope
SKILL.md only instructs the agent to run mineru-open-api commands (extract, auth) against local files or URLs and to set MINERU_TOKEN; it does not ask the agent to read unrelated files, system config, or transmit data to unexpected endpoints. The only external endpoint referenced is the MinerU token creation page and its CLI.
Install Mechanism
Install options are npm (mineru-open-api) and Go (github.com/opendatalab/...); this is expected for a CLI distributed via those ecosystems. This is a moderate-risk install vector only because packages from public registries should be verified—no arbitrary URL downloads or archives are used.
Credentials
Only a single service token (MINERU_TOKEN) is required and is the declared primary credential. That is proportional to the skill's need to authenticate to the MinerU service; no unrelated credentials or sensitive config paths are requested.
Persistence & Privilege
Skill is not always-enabled and does not request special persistent presence or modify other skills/configs. It permits autonomous invocation (platform default) which is normal and not by itself a concern.
Assessment
This skill looks coherent for converting .pptx files using the MinerU CLI, but before installing: 1) Verify the mineru-open-api package source (npm package name and the GitHub repo) to ensure you get the official release. 2) Create and use a MinerU token with least privilege and do not share it broadly; set MINERU_TOKEN in a secure environment variable store. 3) Be cautious when converting sensitive presentations—the CLI will send content to the MinerU service per its auth model. 4) If you require offline conversion or cannot trust external services, avoid installing this skill and use a local/offline converter instead.

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

latestvk97cxj0tysz06eh4fwd2qqz5mx844bmb

License

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

Runtime requirements

📄 Clawdis
Binsmineru-open-api
EnvMINERU_TOKEN
Primary envMINERU_TOKEN

Install

Install via npm
Bins: mineru-open-api
npm i -g mineru-open-api
Install via go install
Bins: mineru-open-api

Comments