Extract Formulas From Pdf
v0.4.0Extract mathematical formulas and equations from PDF documents using MinerU. Identifies and converts formula content from academic papers, textbooks, and tec...
⭐ 0· 109·0 current·0 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 with a MinerU-based PDF formula extraction tool. Nothing requested is unrelated to the stated purpose.
Instruction Scope
SKILL.md only instructs using the mineru-open-api CLI (extract/auth), exporting MINERU_TOKEN, and CLI flags. It does not ask the agent to read unrelated files, other environment variables, or modify system configuration.
Install Mechanism
Install uses npm (mineru-open-api) or go install from the GitHub repo — both are common and expected for a CLI. Recommend verifying the npm package and GitHub repo are the official MinerU releases before installing globally.
Credentials
Only MINERU_TOKEN is required and is the primary credential — this is proportionate. However, the token grants access to the MinerU service and the CLI likely uploads PDF content to that service for processing, so treat the token and any uploaded documents as sensitive.
Persistence & Privilege
Skill does not request always:true, does not require system config paths, and is not installing any persistent agent-wide configuration. Autonomous invocation is allowed (platform default) but not a special privilege here.
Assessment
This skill appears to do what it says: it calls the mineru-open-api CLI and requires a MINERU_TOKEN. Before installing, verify the npm package and the GitHub repo are the official MinerU sources, and prefer installing in a sandboxed environment if you are unsure. Understand that using the service will likely upload PDF contents to MinerU's servers — avoid sending confidential documents unless you trust the vendor and have reviewed their privacy/security policy. Keep the MINERU_TOKEN secret, revoke it if compromised, and consider limiting global installs (use a local or containerized install) and pinning to a specific release.Like a lobster shell, security has layers — review code before you run it.
latestvk979exs9qdn90jxevw0vd7kfr1845gmk
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
