Document To Markdown

v1.0.0

Document to Markdown converter - convert DOCX, PPTX, Excel files to Markdown. Use when extracting content from Word documents, PowerPoint presentations, or E...

0· 101·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
high confidence
Purpose & Capability
The name/description (DOCX/PPTX/XLSX → Markdown) aligns with the only required artifact: the mineru-open-api CLI. Requesting a CLI that uploads documents to MinerU is coherent for this purpose.
Instruction Scope
SKILL.md instructs running mineru-open-api flash-extract against local files or URLs, which will upload documents to MinerU's cloud API. That behavior is expected for a cloud-based converter, but it means user data is transmitted externally — SKILL.md claims real-time processing and no storage, which is a third-party privacy claim the platform cannot verify.
Install Mechanism
Installation options are standard package-manager installs (npm, uv, go install). These are expected for a CLI but still execute third-party code on the host. No arbitrary download-from-personal-server installs are present, but users should review the mineru-open-api package source before installing.
Credentials
The skill declares no environment variables, no credentials, and no config paths. That is proportionate to its function (a public CLI that requires no API key for basic extract).
Persistence & Privilege
The skill is not always-enabled and does not request persistent elevated privileges. It does not modify other skills or system-wide configs according to the manifest.
Assessment
This skill will run a third-party CLI that uploads documents to MinerU's cloud for conversion. Before installing or using it: 1) avoid uploading sensitive or confidential documents unless you verify MinerU's retention/privacy policy and trust the service; 2) review the mineru-open-api package source (npm or GitHub) to verify what gets installed and executed; 3) prefer converting sensitive files offline with a local tool if confidentiality is required; 4) confirm the CLI's behavior (e.g., whether it actually deletes temporary copies or retains logs) by testing with non-sensitive samples and checking MinerU's documentation and privacy policy.

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

latestvk975d0t8vj969b8skgng9v3e1s83gq3d

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