← Back to Skills Marketplace
veeicwgy

Word Parser

by veeicwgy · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ✓ Security Clean
120
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install word-parser
Description
Parse and extract structured content from Word documents (.docx, .doc) using the MinerU API. This skill uses mineru-open-api CLI to parse Word files into str...
Usage Guidance
Before installing or using this skill: 1) Verify the mineru-open-api npm package and its publisher on npmjs.org (check homepage, README, downloads, and source repo) to ensure you trust the code you will install globally. 2) Prefer a non-global install or run the CLI inside a disposable container/sandbox if you are unsure. 3) Confirm how the MinerU API token is obtained and supplied (which env var or config file); avoid putting secrets in world-readable files. 4) Test with non-sensitive documents first to confirm what data is transmitted to MinerU and whether the CLI uploads files to a remote service. 5) If you need tighter control, contact the publisher for docs or use an alternative tool with known provenance. If you can provide the mineru-open-api package link or information about how tokens are handled, I can reassess with higher confidence.
Capability Analysis
Type: OpenClaw Skill Name: word-parser Version: 0.2.0 The word-parser skill is a legitimate tool designed to extract structured content from Word documents using the mineru-open-api CLI. The SKILL.md file provides standard instructions for installation via npm and execution of parsing commands, with no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description match the instructions: the SKILL.md tells the agent to install and run mineru-open-api to parse .doc/.docx files and output JSON/tables. No unrelated services or credentials are requested.
Instruction Scope
Instructions are narrowly scoped to installing the mineru-open-api CLI and running three parsing commands (flash-extract/extract). They do not instruct the agent to read unrelated system files or exfiltrate data. However, the SKILL.md states that a token is required for deep parsing but does not explain how the token is provided or stored (no env var or config path is declared).
Install Mechanism
Installation is via npm install -g mineru-open-api (public npm). This is a common mechanism but has moderate risk compared to no-install instruction-only skills: a global npm install writes binaries to the host. The skill provides no pinned version or provenance URL (homepage/source unknown), so verify the npm package and its publisher before running a global install.
Credentials
The skill declares no required environment variables, yet the instructions say a token is required for deep extracts. This is an inconsistency — the skill should document which credential (env var, config file, or CLI flag) is needed. Absence of declared credential handling makes it unclear how secrets are supplied or stored.
Persistence & Privilege
No always:true flag, no install scripts or system-wide config modifications are requested by the SKILL.md. The skill does direct output to ~/MinerU-Skill/<name>_<hash>/ by default, which is reasonable and limited to the user's home directory.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install word-parser
  3. After installation, invoke the skill by name or use /word-parser
  4. 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 parsing
v0.1.0
Initial release with SEO-optimized description
Metadata
Slug word-parser
Version 0.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Word Parser?

Parse and extract structured content from Word documents (.docx, .doc) using the MinerU API. This skill uses mineru-open-api CLI to parse Word files into str... It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.

How do I install Word Parser?

Run "/install word-parser" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Word Parser free?

Yes, Word Parser is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Word Parser support?

Word Parser is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Word Parser?

It is built and maintained by veeicwgy (@veeicwgy); the current version is v0.2.0.

💬 Comments