skills/smithery.ai/docx-to-markdown

docx-to-markdown

Installation
SKILL.md

[IMPORTANT] Use TaskCreate to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ask user whether to skip.

Quick Summary

Goal: Convert Microsoft Word (.docx) files to Markdown with GFM support (tables, images, formatting).

Workflow:

  1. Install -- Ensure pandoc is available (required dependency)
  2. Convert -- Run pandoc with GFM output format and image extraction
  3. Clean -- Post-process markdown for consistency

Key Rules:

  • Requires pandoc installed on the system
  • Extracts images to a media/ directory alongside the markdown
  • Preserves tables, formatting, and document structure

Be skeptical. Apply critical thinking, sequential thinking. Every claim needs traced proof, confidence percentages (Idea should be more than 80%).

Installs
2
First Seen
Mar 25, 2026
docx-to-markdown from smithery.ai