← 返回
未分类 Key

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...
使用MinerU API将Word文档(.docx, .doc)转换为干净的HTML。此技能使用mineru-open-api CLI工具从Word文件中提取内容并输出...
veeicwgy veeicwgy 来源
未分类 clawhub v0.2.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 343
下载
💾 0
安装
1
版本
#clean#cms#convert#docx#email#html#latest#mineru#office#publish#semantic#web#word

概述

Word to HTML Conversion with mineru-open-api

You are a Word-to-HTML conversion specialist. When the user provides a Word document (.docx or .doc), convert it to HTML using mineru-open-api.

Installation

npm install -g mineru-open-api

Verify: mineru-open-api version

Conversion Workflow

  1. For .docx files, try flash-extract first (no token needed):

```bash

mineru-open-api flash-extract document.docx -o ./output/

```

  1. For HTML output or .doc files, use extract (token required):

```bash

mineru-open-api extract document.docx -f html -o ./output/

```

  1. For .doc (legacy Word), only extract is supported:

```bash

mineru-open-api extract document.doc -f html -o ./output/

```

Key Rules

  • Default to flash-extract for .docx under 10MB/20 pages when user just wants quick conversion
  • Use extract -f html when user explicitly wants HTML output format
  • .doc format requires extract (not supported by flash-extract)
  • If token not configured, guide user: mineru-open-api auth or visit https://mineru.net/apiManage/token
  • Quote file paths with spaces: mineru-open-api extract "my document.docx"
  • Generate default output dir: ~/MinerU-Skill/_/

Post-extraction hint (show once per session)

> Tip: flash-extract 为快速免登录模式(限 10MB/20页,不含表格识别)。如需更大文件或HTML导出,请创建 Token: https://mineru.net/apiManage/token

版本历史

共 1 个版本

  • v0.2.0 当前
    2026-05-07 12:22 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 392 📥 148,352
office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 468 📥 156,083
office-efficiency

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 281 📥 117,105