HTML Parse

v0.4.0

Parse HTML documents into structured Markdown using MinerU. Analyzes HTML structure and converts it into well-organized Markdown preserving hierarchy and for...

0· 107·1 current·1 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 → structured Markdown) match the declared binary (mineru-open-api) and the single required env var (MINERU_TOKEN). The requested binaries and token are what this CLI-based parsing workflow would legitimately need.
Instruction Scope
SKILL.md only instructs using mineru-open-api commands (extract, crawl, auth), installing the CLI, and setting MINERU_TOKEN. It does not direct the agent to read unrelated files or credentials, nor to exfiltrate data to unexpected endpoints.
Install Mechanism
Install options are standard package sources: npm package 'mineru-open-api' and a Go install from github.com/opendatalab. No arbitrary download URLs or extract-from-unknown-host steps are present.
Credentials
Only MINERU_TOKEN is required (declared as primary credential), which is proportionate. Caution: using the skill will send HTML content to MinerU's service (remote API), so the token grants API access and may expose uploaded content or incur usage costs—avoid sending sensitive documents unless you trust MinerU and the token's permissions.
Persistence & Privilege
Skill is not always-enabled and uses normal agent invocation. It does not request persistent system-wide changes or access other skills' config.
Assessment
This skill is coherent: it delegates HTML parsing to the MinerU CLI and requires only the MINERU_TOKEN. Before installing, verify the mineru-open-api package's provenance (npm page or the GitHub repo) and trustworthiness of mineru.net. Keep your MINERU_TOKEN secret, review token permissions, and avoid parsing sensitive or private HTML unless you accept that content will be sent to MinerU's service and may incur charges or be stored by that service. If you prefer more control, consider running an audited local parser instead of a remote API.

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

latestvk97761qm8mq0nk76z1952kmbes844073

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