Markitdown Cli
Description
Personal markitdown CLI wrapper + Claude Code skill (mdc)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
markitdown
A personal `mdc` CLI that wraps Microsoft's markitdown library with recursive directory conversion, mtime-based skip caching, and optional OpenAI image OCR and Whisper audio transcription.
**Not Microsoft's project.** This repo is Eric's thin wrapper *around* [microsoft/markitdown](https://github.com/microsoft/markitdown), which does the actual document parsing (pulled in as the `markitdown[all]` dependency). The package is published locally as `markitdown-cli`; all credit for the conversion engine goes upstream. Remote: `github.com/BaruchEric/markitdown-cli`.
TL;DR
- What:
mdc— convert documents (PDF, Office, HTML, images, audio, …) to Markdown, one file or a whole tree. - How: delegates parsing to Microsoft's
markitdown; adds the CLI ergonomics — recursive walking, mirrored output layout, mtime-based skip, per-file error aggregation, meaningful exit codes. - Optional AI:
--ocrdescribes images via OpenAIgpt-4o-mini;--audiotranscribes audio via the Whisper API (whisper-1). Plain conversions need no API key. - Stack: Python ≥ 3.11,
uv-managed, hatchling build, pytest (12 tests); deps:markitdown[all],openai,python-dotenv. - Run:
uv tool install .→mdc notes.pdformdc ~/Documents/papers -o ~/md. - A companion
markitdownClaude skill callsmdcautomatically when Claude Code hits a file it can't read directly.
Overview
`mdc` is a single-purpose disk utility for turning non-text files into Markdown. It hands the actual parsing to Microsoft's `markitdown` library and layers on what a batch CLI needs:
- Single file or recursive tree. Point it at a file or a directory; a directory is walked recursively (
rglob) and the output mirrors the source layout. - Skip-if-up-to-date. A target
.mdwhose mtime is newer than (or equal to) its source is left untouched unless--forceis passed, so re-running over a large folder only reconverts what changed. - **Batch-tolerant.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11