PPTX Analysis

v0.4.0

Analyze the structure and content of PowerPoint (.pptx) presentations using MinerU. Returns structured Markdown with slide content, headings, and layout pres...

0· 76·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
Name/description match what is requested: the skill requires the mineru-open-api CLI and (optionally) a MINERU_TOKEN for full analysis. Those requirements are proportionate to a MinerU-based PPTX analysis tool.
Instruction Scope
Runtime instructions only call the mineru-open-api binary on local files or URLs and describe auth via MINERU_TOKEN. This is appropriate, but the SKILL.md implies that full 'extract' uses the MinerU service (token + API) so files may be uploaded to mineru.net for processing — consider privacy implications. The quick 'flash-extract' is documented as tokenless and limited (10 MB / 20 pages).
Install Mechanism
Install methods are npm (mineru-open-api) or go install from a GitHub repo — both are standard distribution channels. These are reasonable but installing global npm binaries or go-installed CLIs runs third-party code on disk; verify the package source and review the CLI if you require stricter assurance.
Credentials
Only MINERU_TOKEN is requested as an environment credential and is declared as the primary credential. That lines up with the documented need for an authenticated full 'extract' operation; no unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true or other elevated platform privileges and is user-invocable. It does not modify other skills or system-wide settings according to provided metadata.
Assessment
This skill acts as a wrapper for the mineru-open-api CLI and is coherent with its description. Before installing: (1) confirm you trust the npm package or the GitHub repo (inspect source or review release history); (2) be aware that using the authenticated 'extract' likely sends the presentation content to mineru.net — do not use it for sensitive slides unless you accept that upload; (3) prefer the tokenless 'flash-extract' for quick/local, small analyses when privacy is a concern; (4) keep your MINERU_TOKEN secret and only set it in environments you control. If you need stronger guarantees, review the mineru-open-api source code or run it in an isolated environment first.

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

latestvk9754s61hyqnmvyxg2gzggbz2h845gmj

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