← 返回 Skills 市场
218
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install doc-to-html
功能描述
Convert Word documents (.doc, .docx) to HTML using MinerU's document processing engine. Produces clean HTML output preserving document structure and formatti...
使用说明 (SKILL.md)
Doc To HTML
Convert Word (.doc/.docx) documents to HTML using MinerU.
Install
npm install -g mineru-open-api
# or via Go (macOS/Linux):
go install github.com/opendatalab/MinerU-Ecosystem/cli/mineru-open-api@latest
Quick Start
# Convert .docx to HTML (requires token)
mineru-open-api extract report.docx -f html -o ./out/
# Convert .doc to HTML (requires token)
mineru-open-api extract report.doc -f html -o ./out/
# With language hint
mineru-open-api extract report.docx -f html --language en -o ./out/
Authentication
Token required:
mineru-open-api auth # Interactive token setup
export MINERU_TOKEN="your-token" # Or via environment variable
Create token at: https://mineru.net/apiManage/token
Capabilities
- Supported input: .doc, .docx (local file or URL)
- Output format: HTML (
-f html) - HTML output requires
extractwith token — not available inflash-extract - Language hint with
--language(default:ch, useenfor English)
Notes
- HTML output (
-f html) is only available viaextractwith token - Output goes to stdout by default; use
-o \x3Cdir>to save to a file - All progress/status messages go to stderr; document content goes to stdout
- MinerU is open-source by OpenDataLab (Shanghai AI Lab): https://github.com/opendatalab/MinerU
安全使用建议
This skill is coherent: it invokes the MinerU CLI and needs one API token. Before installing, verify the mineru-open-api package and the referenced GitHub repo (opendatalab) to ensure they are the legitimate project, and confirm the npm package owner matches MinerU/OpenDataLab. Be aware that using the token typically uploads documents to the MinerU service for processing—do not send sensitive or private documents unless you trust the service and understand token scopes. Prefer creating an ephemeral or least-privilege token for the skill and rotate/revoke it when no longer needed.
功能分析
Type: OpenClaw Skill
Name: doc-to-html
Version: 0.4.0
The doc-to-html skill is a legitimate wrapper for the MinerU document processing engine (OpenDataLab). It facilitates Word-to-HTML conversion using the 'mineru-open-api' CLI tool and requires a standard API token (MINERU_TOKEN). No evidence of data exfiltration, malicious execution, or prompt injection was found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description, required binary (mineru-open-api), and required env var (MINERU_TOKEN) are consistent with a document-conversion CLI front-end. The requested items are expected for a MinerU-based converter and there are no unrelated credentials or binaries.
Instruction Scope
SKILL.md directs the agent to run the mineru-open-api CLI to convert local files (or URLs) and to authenticate with a token. It does not instruct arbitrary file reads, environment inspection beyond MINERU_TOKEN, or exfiltration to unexpected endpoints; output behavior (stdout/stderr) is documented.
Install Mechanism
Installers are standard: npm package mineru-open-api and a Go 'go install' from a GitHub path (opendatalab). This is proportional for a CLI tool, but the skill source is marked 'unknown' and global installs will place a binary on the system—verify the npm package identity and GitHub repository before installing.
Credentials
Only a single credential (MINERU_TOKEN) is required and declared as primaryEnv; that aligns with the CLI's documented need for an API token. No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill does not request system-wide configuration changes or persistent elevated privileges. Installing the CLI creates a user-accessible binary, which is expected for this functionality.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install doc-to-html - 安装完成后,直接呼叫该 Skill 的名称或使用
/doc-to-html触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.4.0
SEO: expand description for better ClawHub vector search discovery
v0.3.0
Rollback to original version
v0.2.0
SEO optimization: expanded description with rich keywords, trigger phrases, and bilingual content for better ClawHub vector search ranking.
v1.1.0
Update to v1.1.0
v1.0.1
Fix: declare MINERU_TOKEN credential in metadata
v1.0.0
Doc to HTML - convert Word (.doc/.docx) documents to HTML using MinerU. Use when you need HTML outpu
元数据
常见问题
Doc To HTML 是什么?
Convert Word documents (.doc, .docx) to HTML using MinerU's document processing engine. Produces clean HTML output preserving document structure and formatti... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 218 次。
如何安装 Doc To HTML?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install doc-to-html」即可一键安装,无需额外配置。
Doc To HTML 是免费的吗?
是的,Doc To HTML 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Doc To HTML 支持哪些平台?
Doc To HTML 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Doc To HTML?
由 mzlzyCA(@mzlzyca)开发并维护,当前版本 v0.4.0。
推荐 Skills