← Back to Skills Marketplace
97
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install word-ocr
Description
OCR and text extraction from Word documents (.docx, .doc) using the MinerU API. This skill leverages mineru-open-api CLI to perform optical character recogni...
Usage Guidance
This skill appears to do what it says (OCR Word docs via mineru-open-api) but the registry metadata is missing provenance and required-dependency declarations. Before installing, verify the mineru-open-api package on npm (check publisher, download counts, repository, and source code). Confirm the mineru.net token workflow and how the CLI expects the token (env var, config file, or interactive). Prefer installing/testing the package in an isolated environment (container or VM) rather than globally on your main system. Avoid supplying sensitive credentials until you confirm the package origin and how tokens are stored/used. If you can't verify the package/source, treat this as untrusted and do not install globally.
Capability Analysis
Type: OpenClaw Skill
Name: word-ocr
Version: 0.2.0
The skill bundle provides instructions for an AI agent to perform OCR on Word documents using the 'mineru-open-api' CLI tool. It includes standard installation steps via npm and provides clear usage examples for different OCR modes. No malicious code, data exfiltration, or obfuscation was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The skill's stated purpose (OCR Word docs via mineru-open-api) aligns with the instructions, but registry metadata lists no required binaries or credentials while the SKILL.md explicitly instructs installing an npm CLI (npm install -g mineru-open-api). The absence of a declared dependency on npm/node or the mineru CLI in the metadata is an incoherence and reduces transparency. Also the registry entry provides no homepage/source to verify the package.
Instruction Scope
The SKILL.md stays on-topic (commands only target OCR of .doc/.docx). It instructs installing a global npm package and running mineru-open-api commands that read user-supplied Word files and write output to ~/MinerU-Skill/<name>_<hash>/. There are no instructions that access unrelated system paths or exfiltrate data, but the default output path and global install are operational details users should be aware of.
Install Mechanism
There is no install spec in the registry, but the instructions require a global npm install. Installing an npm package globally executes third‑party code on the host; without a homepage/source or provenance info this is higher-risk. If the mineru-open-api package on npm is legitimate and trusted this is typical, but the lack of source links in the skill metadata is a transparency gap.
Credentials
The SKILL.md says advanced/precision OCR requires a token and links to mineru.net for token management, but the skill metadata declares no required environment variables or primary credential. It's unclear how the token is provided to the CLI (env var, config file, interactive input), which is an omission that affects whether credentials may be stored or transmitted insecurely.
Persistence & Privilege
The skill does not request persistent/always-on privileges and is user-invocable only. It doesn't instruct changes to other skills or global agent settings. No elevated platform privileges are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install word-ocr - After installation, invoke the skill by name or use
/word-ocr - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
Added MinerU API integration via mineru-open-api CLI for document OCR
v0.1.0
Initial release with SEO-optimized description
Metadata
Frequently Asked Questions
What is Word OCR?
OCR and text extraction from Word documents (.docx, .doc) using the MinerU API. This skill leverages mineru-open-api CLI to perform optical character recogni... It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install Word OCR?
Run "/install word-ocr" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Word OCR free?
Yes, Word OCR is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Word OCR support?
Word OCR is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Word OCR?
It is built and maintained by veeicwgy (@veeicwgy); the current version is v0.2.0.
More Skills