Paper To Markdown

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· 66·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
medium confidence
Purpose & Capability
Name/description ask for PDF→Markdown conversion and the skill only requires the mineru-open-api CLI and invokes its flash-extract/extract commands. The declared install targets (npm, uv, go) and the homepage/repo references align with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run mineru-open-api flash-extract on local files or URLs and explicitly states the CLI sends the document to the MinerU API (mineru.net). The instructions do not ask the agent to read unrelated files or environment variables, but do transmit user-provided documents to a third-party endpoint — a privacy/data-exfiltration consideration rather than a functional mismatch.
Install Mechanism
Install options are npm/uv/go packages for mineru-open-api which is proportionate. The SKILL.md also suggests downloading a CLI from mineru.net as a fallback; direct downloads are higher-risk than package-manager installs and should be verified before use.
Credentials
No environment variables, credentials, or config paths are required. The lack of required secrets is consistent with the claim that basic flash-extract does not need an API key; a separate auth flow is only mentioned for larger/precision extraction.
Persistence & Privilege
The skill is not always: true and does not request persistent elevated privileges or modify other skills. It simply invokes an external CLI at runtime.
Assessment
This skill is coherent with its description, but it uploads PDFs to mineru.net for processing. Do not use it for sensitive or confidential documents unless you accept that those files will be transmitted to that service. Prefer installing mineru-open-api via a package manager (npm/go) rather than downloading binaries from a website. If you care about supply-chain risk, review the mineru-open-api package source (GitHub repo referenced in SKILL.md) before installing, test the tool on non-sensitive sample PDFs, and check MinerU's privacy policy or hosting details to understand retention/processing guarantees.

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

latestvk97bpmn03dqhjc666gmgb07nkh83gacs

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