HTML to HTML

v0.4.0

Clean and restructure HTML documents using MinerU. Takes messy or complex HTML and produces clean, well-formatted HTML output with proper structure preserved...

0· 102·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 (HTML cleanup via MinerU) align with required binary (mineru-open-api) and required env var (MINERU_TOKEN). The primary credential and declared binaries are exactly what the CLI needs to function.
Instruction Scope
SKILL.md only instructs the agent to run mineru-open-api commands against remote URLs or local HTML files, use the auth flow, and write output to stdout or files. It does not ask the agent to read unrelated system files, other credentials, or post data to unexpected endpoints beyond MinerU's API.
Install Mechanism
Installation options are standard package installs (npm package and Go install from a GitHub repo). These are expected for a CLI; no arbitrary download URLs, extract steps, or personal servers are used.
Credentials
Only MINERU_TOKEN is required and declared as the primary credential, which is proportionate for a hosted extraction/processing service. No unrelated secrets or config paths are requested.
Persistence & Privilege
Skill is not forced-always; it is user-invocable and does not request elevated persistent presence or modifications to other skills or system-wide configs.
Assessment
This skill appears coherent: it runs the mineru-open-api CLI and needs a MINERU_TOKEN from mineru.net. Before installing, verify the npm package and GitHub repo are legitimate (check publisher, recent commits, and npm download counts). Treat MINERU_TOKEN like any API credential: only provide a token with the minimal needed scopes, avoid using it with highly sensitive local HTML unless you accept sending content to the MinerU service, and rotate/delete the token if you stop using the skill.

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

latestvk978wcdjqhy6zr9442xjqmq70d844pbc

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