Summarize Pdf

v1.0.0

PDF to Markdown converter - extract text, tables and formulas from PDF files to clean Markdown. Use when converting PDF documents, extracting PDF content, pa...

0· 134·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 match the declared requirements: the skill requires the mineru-open-api CLI and the SKILL.md instructs using that CLI to extract PDF content. Install options (npm/uv/go) and the binary name align with the stated functionality.
Instruction Scope
Runtime instructions explicitly upload the provided PDF (file or URL) to the MinerU API (mineru.net) and return Markdown. That behavior is consistent with the skill's purpose, but it involves transmitting user documents to an external service. The SKILL.md does not instruct reading unrelated files or environment variables.
Install Mechanism
Installers are standard package mechanisms (npm, uv, go install / GitHub path). This is reasonable for a CLI tool. As a precaution, verify the mineru-open-api package and the referenced GitHub repo before installing (npm packages and third-party CLIs can execute code locally).
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportional to a CLI-based PDF extraction tool. The SKILL.md does note different behavior for a higher-precision mode that requires auth, which is appropriate.
Persistence & Privilege
The skill is not always-enabled and does not request persistent privileges. There is no indication it will modify other skills or system-wide settings.
Assessment
This skill appears to do what it claims, but it uploads PDFs to an external service (mineru.net) when you run flash-extract. Do not use it for sensitive or confidential documents unless you trust MinerU's privacy and handling. Before installing, check the mineru-open-api package and GitHub repo (popularity, maintainers, license, recent commits) to ensure it is reputable. Consider testing with non-sensitive PDFs first, and if you need extraction without sending data externally, look for an offline/open-source tool you can run locally instead. If you want, I can help inspect the mineru-open-api npm package/GitHub repo for indicators of trustworthiness.

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

latestvk97apn5peqmq36zj93scfsgn6s83hcxe

License

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

Runtime requirements

📄 Clawdis
Binsmineru-open-api

Install

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

Comments