← Back to Skills Marketplace
110
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install word-to-md
Description
Convert Word documents (.docx, .doc) to clean Markdown using the MinerU API. This skill uses mineru-open-api CLI to transform Word files into well-formatted...
Usage Guidance
This skill appears to do what it says: convert Word docs to Markdown using the MinerU CLI. Before installing and using it, consider the following: 1) The SKILL.md asks you to run `npm install -g mineru-open-api` — installing an unknown global npm package runs code on your machine (including install scripts). Prefer to inspect the package repository or install in an isolated environment (container or VM) first. 2) The conversion commands likely upload your documents to MinerU’s servers (flash-extract/extract). Do not upload sensitive or confidential documents until you verify MinerU’s privacy policy and trustworthiness. 3) Precision extraction may require a token — the skill does not declare how to supply/store that token; if you provide one, keep it secret and use secure storage. 4) Verify the mineru-open-api package source (GitHub repo, publisher) and mineru.net ownership before trusting the tool. A safe test is to run conversion on a non-sensitive sample file first.
Capability Analysis
Type: OpenClaw Skill
Name: word-to-md
Version: 0.2.0
The skill is designed to convert Word documents to Markdown using the legitimate `mineru-open-api` CLI tool. The instructions in `SKILL.md` provide standard usage patterns for document processing, and the tool access is restricted to the specific CLI required for the task. No evidence of malicious intent, data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name and description claim Word->Markdown conversion via the MinerU API/CLI, and the SKILL.md exclusively instructs installing and running the mineru-open-api CLI for that purpose. The requested operations (install npm CLI, run flash-extract/extract on input files) are coherent with the stated purpose.
Instruction Scope
Instructions tell the agent to globally install an npm CLI and run mineru-open-api commands on user-supplied .doc/.docx files. The SKILL.md does not instruct reading unrelated system files. Important: the CLI calls imply uploading user documents to MinerU's service (flash-extract/extract), which the skill does not explicitly warn about beyond a brief tip — this is a privacy/data-transmission consideration rather than an incoherence with purpose.
Install Mechanism
There is no registry install spec, but the instructions require `npm install -g mineru-open-api`. Installing a third-party npm package globally is a reasonable way to get a CLI, but it carries the usual moderate risk: npm packages may run install scripts and execute arbitrary code. The SKILL.md does not provide a trusted source URL or repository to audit the package.
Credentials
The skill declares no required environment variables, and the CLI supports a token for precision extraction. The SKILL.md mentions a token is required for some features and links to mineru.net for token management but does not declare or describe how tokens should be provided or stored. Requesting an optional service token is proportionate, but missing guidance on secure handling of that credential is a gap.
Persistence & Privilege
The skill does not request always:true, does not claim persistent system modifications, and is user-invocable. No privileged or persistent configuration changes are requested in the SKILL.md.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install word-to-md - After installation, invoke the skill by name or use
/word-to-md - 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 Markdown conversion
v0.1.0
Initial release with SEO-optimized description
Metadata
Frequently Asked Questions
What is Word to MD?
Convert Word documents (.docx, .doc) to clean Markdown using the MinerU API. This skill uses mineru-open-api CLI to transform Word files into well-formatted... It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.
How do I install Word to MD?
Run "/install word-to-md" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Word to MD free?
Yes, Word to MD is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Word to MD support?
Word to MD is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Word to MD?
It is built and maintained by veeicwgy (@veeicwgy); the current version is v0.2.0.
More Skills