← 返回 Skills 市场
120
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install word-parser - 安装完成后,直接呼叫该 Skill 的名称或使用
/word-parser触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Added MinerU API integration via mineru-open-api CLI for document parsing
v0.1.0
Initial release with SEO-optimized description
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。
如何安装 Word Parser?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install word-parser」即可一键安装,无需额外配置。
Word Parser 是免费的吗?
是的,Word Parser 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Word Parser 支持哪些平台?
Word Parser 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Word Parser?
由 veeicwgy(@veeicwgy)开发并维护,当前版本 v0.2.0。
推荐 Skills