← 返回 Skills 市场
veeicwgy

Word to HTML

作者 veeicwgy · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ✓ 安全检测通过
104
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install word-to-html
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /word-to-html 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Added MinerU API integration via mineru-open-api CLI for document extraction
v0.1.0
Initial release with SEO-optimized description
元数据
Slug word-to-html
版本 0.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。

如何安装 Word to HTML?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install word-to-html」即可一键安装,无需额外配置。

Word to HTML 是免费的吗?

是的,Word to HTML 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Word to HTML 支持哪些平台?

Word to HTML 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Word to HTML?

由 veeicwgy(@veeicwgy)开发并维护,当前版本 v0.2.0。

💬 留言讨论