·markitdown
#

markitdown

Convert documents (PDF, Word, Excel, PowerPoint, images, HTML) to Markdown using microsoft/markitdown. Use for document analysis, content extraction, preprocessing for LLMs, or batch document conversion. Supports images with OCR/LLM descriptions, audio transcription, and ZIP archives.

41Installs·2Trend·@rysweet

Installation

$npx skills add https://github.com/rysweet/amplihack --skill markitdown

How to Install markitdown

Quickly install markitdown AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/rysweet/amplihack --skill markitdown
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: rysweet/amplihack.

SKILL.md

View raw

Convert various document formats to clean Markdown using Microsoft's MarkItDown tool. Optimized for LLM processing, content extraction, and document analysis workflows.

Supported Formats: PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx/.xls), Images (with OCR/LLM), HTML, Audio (with transcription), CSV, JSON, XML, ZIP archives, EPubs

| PDF | Reports, papers | md.convert("file.pdf") | | Word | Documents | md.convert("file.docx") | | Excel | Data tables | md.convert("file.xlsx") | | PowerPoint | Presentations | md.convert("file.pptx") | | Images | Diagrams with OCR | md = MarkItDown(llmclient=client); md.convert("img.jpg") | | HTML | Web pages | md.convert("page.html") |

Convert documents (PDF, Word, Excel, PowerPoint, images, HTML) to Markdown using microsoft/markitdown. Use for document analysis, content extraction, preprocessing for LLMs, or batch document conversion. Supports images with OCR/LLM descriptions, audio transcription, and ZIP archives. Source: rysweet/amplihack.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/rysweet/amplihack --skill markitdown
Category
#Documents
Verified
First Seen
2026-02-21
Updated
2026-03-11

Browse more skills from rysweet/amplihack

Quick answers

What is markitdown?

Convert documents (PDF, Word, Excel, PowerPoint, images, HTML) to Markdown using microsoft/markitdown. Use for document analysis, content extraction, preprocessing for LLMs, or batch document conversion. Supports images with OCR/LLM descriptions, audio transcription, and ZIP archives. Source: rysweet/amplihack.

How do I install markitdown?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rysweet/amplihack --skill markitdown Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/rysweet/amplihack