← Back to Skills Marketplace
veeicwgy

Word to HTML

by veeicwgy · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ✓ Security Clean
104
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install word-to-html
Description
Convert Word documents (.docx, .doc) to clean HTML using the MinerU API. This skill uses mineru-open-api CLI to extract content from Word files and output st...
Usage Guidance
This skill appears internally consistent, but before installing: (1) verify the mineru-open-api npm package and its publisher (check the npm page, repository, and MinerU website) to reduce supply-chain risk; (2) avoid sending highly sensitive documents to third-party cloud services unless you trust their privacy policy — use an offline converter if confidentiality is required; (3) when you run 'mineru-open-api auth', confirm what token scope and storage mechanism the CLI uses (it may store tokens locally); (4) consider installing the CLI in an isolated environment or reviewing its source code if you need higher assurance; and (5) if you prefer not to install global npm packages, run the package in a temporary environment or container.
Capability Analysis
Type: OpenClaw Skill Name: word-to-html Version: 0.2.0 The skill provides instructions for converting Word documents to HTML using the legitimate MinerU document intelligence engine via the `mineru-open-api` CLI tool. It includes standard installation steps (npm), clear usage guidelines for different document formats, and security best practices like quoting file paths to prevent shell injection. No evidence of data exfiltration, malicious execution, or prompt injection was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The name/description (Word → HTML via MinerU) matches the SKILL.md: it installs and calls mineru-open-api CLI to run flash-extract or extract and produce HTML. Required capabilities (CLI usage, optional token for full extract) are coherent with the documented functionality.
Instruction Scope
Runtime instructions stay within the conversion task: install the CLI, run flash-extract or extract, write output to a per-skill output directory, and guide the user to authenticate only when needed. The skill does not instruct reading unrelated system files, enumerating credentials, or exfiltrating data to unexpected endpoints.
Install Mechanism
Installation is an npm global install (npm install -g mineru-open-api) described in SKILL.md. This is an expected distribution method for a CLI but carries the usual moderate risk of installing third‑party code from the public registry; the registry metadata does not include an automated install spec but the instructions clearly require installing the npm package.
Credentials
The skill declares no required env vars or primary credential. The instructions, however, state that a token is needed for full/exact 'extract' runs and point users to run 'mineru-open-api auth' or obtain a token from mineru.net. Not requesting an env var is reasonable because authentication is handled via the CLI, but users should be aware a networked auth token may be used by the CLI.
Persistence & Privilege
always: false and there is no install-time modification of other skills or system-wide agent configuration. The skill will create output directories under the user's home and expects a globally installed CLI; otherwise it does not request elevated or persistent platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install word-to-html
  3. After installation, invoke the skill by name or use /word-to-html
  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 extraction
v0.1.0
Initial release with SEO-optimized description
Metadata
Slug word-to-html
Version 0.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Word to HTML?

Convert Word documents (.docx, .doc) to clean HTML using the MinerU API. This skill uses mineru-open-api CLI to extract content from Word files and output st... It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.

How do I install Word to HTML?

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

Is Word to HTML free?

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

Which platforms does Word to HTML support?

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

Who created Word to HTML?

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

💬 Comments