askill
convert-docx

convert-docxSafety 90Repository

Convert Word (.docx) files to clean markdown for LLM context (uses markitdown). Use when converting Word documents to markdown for analysis or summarization. Triggers include "convert docx", "word to markdown", "docx file".

4 stars
1.2k downloads
Updated 2/27/2026

Package Files

Loading files...
SKILL.md

Convert DOCX → Markdown

Convert the Word document at $1 to clean markdown format optimized for LLM context.

Steps

  1. Install dependency: Use dstoic:install-dependency skill to ensure markitdown is installed
  2. Parse arguments: Input file $1 (required), output dir $2 (optional, defaults to ./converted/)
  3. Prepare output dir: Create $2 if it doesn't exist
  4. Convert:
    source .venv/bin/activate && python -m markitdown "$1" -o "$OUTPUT_DIR/output.md"
    
  5. Report: Output location, file sizes (original vs converted), structure summary (headings, tables, lists), any warnings

Goal

Extract clean markdown for LLM context — analysis, summarization, Q&A. NOT for round-tripping back to DOCX.

No content sent to any LLM during conversion (pure script-based extraction).

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

75/100Analyzed 3/2/2026

A well-structured skill for converting DOCX to markdown with clear steps and proper context. Scores well on safety and clarity. Minor gaps in completeness (no error handling) and some org-specific coupling (dstoic:install-dependency) reduce reusability slightly. Good example of a reference-style skill with actionable steps."

90
80
60
70
75

Metadata

Licenseunknown
Version-
Updated2/27/2026
Publisherdigital-stoic-org

Tags

llm