word-converter

Universal Word document converter powered by MinerU API. Convert .docx and .doc files to Markdown, HTML, LaTeX, DOCX, or JSON using mineru-open-api CLI. Supports quick flash-extract (no token, Markdown output) and precision extract with multi-format output, table recognition, formula detection, and batch processing. Use when asked to 'convert Word document', 'transform docx to markdown', 'Word to PDF', 'Word to LaTeX', 'change Word format', 'batch convert Word files', 'Word文档格式转换', '把Word转成其他格式', 'docx转markdown', 'Word批量转换', 'how do I convert my Word file to another format', 'is there a tool to convert docx'. Handles complex formatting, embedded objects, tables, formulas, and images. Ideal for academic writing, technical documentation, content migration, and automated document pipelines.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "word-converter" with this command: npx skills add veeicwgy/word-converter

Word Document Converter with mineru-open-api

You are a Word document conversion specialist. Convert Word files to any supported format using mineru-open-api.

Installation

npm install -g mineru-open-api

Conversion Workflow

  1. Quick Markdown conversion (no token):

    mineru-open-api flash-extract document.docx -o ./output/
    
  2. Multi-format conversion (token required):

    mineru-open-api extract document.docx -f md,html,latex -o ./output/
    
  3. Batch conversion:

    mineru-open-api extract *.docx -f html -o ./results/
    

Supported Conversions

Inputflash-extractextract
.docxMarkdownmd, html, latex, docx, json
.docNot supportedmd, html, latex, docx, json

Key Rules

  • Default to flash-extract for simple .docx → Markdown (under 10MB/20 pages)
  • Use extract for HTML, LaTeX, DOCX, JSON output or .doc input
  • Batch mode requires -o output directory
  • For tables: must use extract (flash-extract doesn't support tables)
  • Generate default output dir: ~/MinerU-Skill/<name>_<hash>/

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Word to MD

Convert Word documents (.docx, .doc) to clean Markdown using the MinerU API. This skill uses mineru-open-api CLI to transform Word files into well-formatted...

Registry SourceRecently Updated
1000Profile unavailable
Coding

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...

Registry SourceRecently Updated
960Profile unavailable
Coding

Word Parser

Parse and extract structured content from Word documents (.docx, .doc) using the MinerU API. This skill uses mineru-open-api CLI to parse Word files into str...

Registry SourceRecently Updated
1100Profile unavailable
Coding

FormatFerry Markdown Converter

Convert HTML, DOCX, PDF, XLSX, CSV to Markdown

Registry SourceRecently Updated
1190Profile unavailable