Ppt Ocr
v0.4.0OCR for PowerPoint (.ppt, .pptx) presentations with scanned or image-embedded slides. Uses MinerU to extract text from image-based presentation content. Feat...
⭐ 0· 88·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 match the declared binary (mineru-open-api) and the single required env var (MINERU_TOKEN). The install targets (npm package and Go repo) produce the expected binary. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md instructs the agent to run mineru-open-api commands, authenticate with MINERU_TOKEN, and process local files or URLs. This is within scope, but the workflow implies uploading file contents to the MinerU service (remote API) — users should expect data transmission to an external service and verify privacy/usage policies before sending sensitive slides.
Install Mechanism
Install is via npm or 'go install' from a named GitHub repo — standard package sources. No arbitrary URL downloads or extracted archives are used. Users should still verify the npm package and GitHub repo for expected code and versions before installing.
Credentials
Only a single token (MINERU_TOKEN) is required and is consistent with the CLI's auth model. No other credentials, secrets, or system config paths are requested.
Persistence & Privilege
Skill does not request always:true, does not declare system config paths, and is user-invocable. Autonomous invocation is allowed (platform default) but not excessive in this skill's context.
Assessment
This skill appears internally consistent: it expects the mineru-open-api CLI and a MinerU token and runs that CLI to OCR .ppt/.pptx files. Before installing or using it: 1) Expect your slides (or any URL you pass) to be sent to the MinerU service — don't upload sensitive/proprietary slides unless you trust mineru.net and understand their data handling and token scopes. 2) Verify the npm package and the GitHub repo (versions, maintainership, recent activity) before running 'npm install -g' or 'go install'. 3) If you need local-only processing, consider auditing or building the open-source MinerU code yourself or running it in an isolated environment. 4) Limit the MINERU_TOKEN permissions if possible and store it securely (not in shared shell history).Like a lobster shell, security has layers — review code before you run it.
latestvk975xw0e4vdbdawj85r4rya3qd844fet
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
