markitdown-converter

Convert DOCX and PDF documents into Markdown using a local wrapper script.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/cano721/ai-harness --skill markitdown-converter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markitdown-converter
Source: https://github.com/cano721/ai-harness/tree/main/teams/planning/bundle-claude/skills/markitdown-converter
Command: npx skills add https://github.com/cano721/ai-harness --skill markitdown-converter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

DOCX and PDF documents can be converted into Markdown for seamless ingestion by AI agents and automated workflows. This process enables easier content reuse, versioning, and knowledge transfer in planning activities.

Core Features & Use Cases

  • Local-wrapper driven conversion: uses a dedicated wrapper script to convert documents to Markdown without calling external APIs.
  • Batch and flexible output: can place outputs next to originals or in a user-specified directory and handle multiple files in one go.
  • Use Case: migrate legacy documents to Markdown for team wikis, knowledge bases, and planning briefs.

Quick Start

Run the wrapper script on a file to generate a Markdown file next to the original or in a specified directory.

Frequently Asked Questions about markitdown-converter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert DOCX and PDF documents to Markdown for AI ingestion?

To convert DOCX and PDF documents to Markdown, this Skill uses a local wrapper script to process single files or batches, outputting Markdown alongside the originals or in a user-specified directory for AI-ready ingestion.

Can I batch convert multiple PDF files to Markdown locally?

Yes, you can batch convert multiple PDF files to Markdown locally. The wrapper script handles multiple files in one go and places the Markdown outputs in a user-specified directory.

Do I need an external API to convert documents to Markdown?

No, you do not need an external API to convert documents to Markdown. The local-wrapper driven conversion operates entirely offline using a dedicated wrapper script without calling external APIs.

What is the best way to migrate legacy documents into a team wiki?

The best way to migrate legacy documents into a team wiki is converting DOCX and PDF files into Markdown. This enables easier content reuse, versioning, and knowledge transfer in planning activities.

How do I specify the output directory when converting DOCX to Markdown?

To specify the output directory when converting DOCX to Markdown, configure the wrapper script to place outputs in your designated directory, or by default, it generates Markdown files next to the original documents.