← Back to Skills Marketplace
177
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install word2md
Description
Document to Markdown converter - convert DOCX, PPTX, Excel files to Markdown. Use when extracting content from Word documents, PowerPoint presentations, or E...
Usage Guidance
This skill appears to do what it says: it runs a mineru-open-api CLI which uploads documents to MinerU's cloud for conversion. Before installing, consider: (1) privacy — documents (including any sensitive content) will be uploaded to an external service without an account or API key for the 'flash-extract' flow; review MinerU's privacy policy and terms; (2) verify the mineru-open-api package sources (npm package name and the GitHub repo) and confirm you trust them before installing binaries; (3) if documents are sensitive, prefer a local conversion tool (e.g., pandoc, python libraries) or test with non-sensitive files first; (4) you can run mineru-open-api --help in a sandbox to inspect behavior. Overall the skill is coherent, but treat document uploads as a privacy decision.
Capability Analysis
Type: OpenClaw Skill
Name: word2md
Version: 1.0.0
The word2md skill is a wrapper for the 'mineru-open-api' tool, designed to convert Office documents to Markdown. It transparently discloses that files are uploaded to the MinerU cloud API (mineru.net) for processing and provides standard installation methods via npm, uv, and Go. No malicious code, obfuscation, or suspicious prompt-injection attempts were found.
Capability Assessment
Purpose & Capability
The name/description (convert DOCX/PPTX/XLSX to Markdown) matches the required binary (mineru-open-api) and the instructions. There are no unrelated env vars, binaries, or config paths requested.
Instruction Scope
Instructions stay within the stated purpose but explicitly direct the agent to upload documents (local files or URL) to MinerU's cloud API (flash-extract). This is expected for a cloud-based conversion service but is important privacy-relevant behavior to be aware of.
Install Mechanism
Installers are via common package ecosystems (npm, go) and create a mineru-open-api binary. These are typical install mechanisms; the SKILL.md also points to the vendor homepage for downloads. No direct arbitrary URL downloads or extract-from-unknown-host steps are present in the declared install specs.
Credentials
No environment variables, credentials, or config paths are requested. The SKILL.md states no API key is required for flash-extract, and authentication is only mentioned for the higher-privilege 'extract' mode—this matches the declared requirements.
Persistence & Privilege
The skill is not always-included and does not request elevated persistence or cross-skill/system configuration changes. Autonomous invocation is allowed (platform default) but not combined with other red flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install word2md - After installation, invoke the skill by name or use
/word2md - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of word2md: convert DOCX, PPTX, and Excel (XLS/XLSX) files to Markdown.
- Supports local files and URLs; no API key or authentication required.
- Preserves text, tables, and basic document structure.
- Fast conversion for documents up to 10MB or 20 pages.
- Includes multilingual support: replies in the user’s language.
- Detailed CLI usage instructions and data privacy information provided.
Metadata
Frequently Asked Questions
What is Word2md?
Document to Markdown converter - convert DOCX, PPTX, Excel files to Markdown. Use when extracting content from Word documents, PowerPoint presentations, or E... It is an AI Agent Skill for Claude Code / OpenClaw, with 177 downloads so far.
How do I install Word2md?
Run "/install word2md" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Word2md free?
Yes, Word2md is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Word2md support?
Word2md is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Word2md?
It is built and maintained by tanis90 (@tanis90); the current version is v1.0.0.
More Skills