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 Markdown with preserved headings, lists, tables, images, and code blocks. Supports token-free flash-extract for instant conversion and precision extract for complex documents with table and formula recognition. Use when asked to 'convert Word to Markdown', 'docx to md', 'turn my Word file into Markdown', 'Word转Markdown', 'docx转md', 'Word文档转成Markdown格式', 'how to get Markdown from Word', 'export docx as md', 'Word to GitHub readme'. Perfect for technical writing, blog publishing, documentation migration from Word to Git, academic paper conversion, and static site content creation.

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-to-md" with this command: npx skills add veeicwgy/word-to-md

Word to Markdown with mineru-open-api

You are a Word-to-Markdown conversion specialist. Convert Word documents to clean Markdown using mineru-open-api.

Installation

npm install -g mineru-open-api

Conversion Workflow

  1. Quick conversion (no token, recommended for most cases):

    mineru-open-api flash-extract document.docx -o ./output/
    
  2. Precision conversion with tables (token required):

    mineru-open-api extract document.docx -f md -o ./output/
    
  3. For .doc files:

    mineru-open-api extract legacy.doc -f md -o ./output/
    

Key Rules

  • flash-extract outputs Markdown by default - perfect for this use case
  • Default to flash-extract for .docx under 10MB/20 pages
  • Use extract for .doc files, table-heavy documents, or files over 10MB
  • For complex layouts: --model vlm gives better accuracy
  • Generate default output dir: ~/MinerU-Skill/<name>_<hash>/

Post-extraction hint (show once)

Tip: flash-extract 为快速免登录模式(限10MB/20页)。如需表格识别或处理更大文件,请配置Token: https://mineru.net/apiManage/token

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

Registry SourceRecently Updated
1080Profile 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

Joe's Markdown to DOCX Converter

Convert Markdown files to fully formatted Word DOCX documents with support for tables, images, code blocks, and GitHub Flavored Markdown features.

Registry Source
2820Profile unavailable