HTML Analysis
v0.4.0Analyze the structure and content of HTML documents using MinerU. Returns structured Markdown with layout information, headings, and content hierarchy preser...
⭐ 0· 107·1 current·1 all-time
by@mzlzyca
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, required binary (mineru-open-api), and required env var (MINERU_TOKEN) all align: the skill is explicitly a MinerU-backed HTML analyzer and only asks for the CLI and its token.
Instruction Scope
SKILL.md only instructs using the mineru-open-api CLI on local HTML files or URLs, how to authenticate, and where outputs go. It does not ask to read unrelated system files or exfiltrate data to unexpected endpoints.
Install Mechanism
Install options are npm (mineru-open-api) and go install from a GitHub repo—both are standard distribution methods for CLI tools and appropriate for this purpose (no arbitrary download URLs or extract-from-unknown-hosts).
Credentials
Only a single token (MINERU_TOKEN) is required and declared as the primary credential; this is expected for an API-backed CLI and is proportional to the described functionality.
Persistence & Privilege
No 'always: true'; default autonomous invocation is allowed (normal). The skill does not request system-wide config changes or access to other skills' credentials.
Assessment
This skill delegates HTML analysis to the MinerU CLI and requires a MinerU API token. Before installing: verify the npm package and the GitHub repo are the legitimate MinerU project, confirm the token you create has minimal scope and no unnecessary permissions, and avoid sending locally stored files that contain secrets to the remote service unless you trust MinerU's handling and storage policies. If you need fully offline analysis, prefer a local-only tool; otherwise ensure your environment policy permits the CLI to make outgoing network requests to MinerU endpoints.Like a lobster shell, security has layers — review code before you run it.
latestvk974gvsp4nfd8bw6p0j64dtfrs845x9k
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-apiInstall via go install
Bins: mineru-open-api
