AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Markitdown

skill-0xdarkmatter-claude-mods-markitdown · by 0xDarkMatter

Convert local documents to Markdown using Microsoft's markitdown CLI. Best for: PDF, Word, Excel, PowerPoint, images (OCR), audio. Can fetch URLs but Jina is faster for web. Triggers on: convert to markdown, read PDF, parse document, extract text from, docx, xlsx, pptx, OCR image, local file.

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add skill-0xdarkmatter-claude-mods-markitdown

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-0xdarkmatter-claude-mods-markitdown)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Markitdown? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

markitdown - Document to Markdown

Convert local documents to clean Markdown. One tool for PDF, Word, Excel, PowerPoint, images, and more.

When to Use markitdown

| Use Case | Recommendation | |----------|----------------| | Local files (PDF, Word, Excel) | ✅ Use markitdown - unique capability | | Web pages | ❌ Use Jina (r.jina.ai/) - 5x faster | | Blocked/anti-bot sites | ❌ Use Firecrawl | | OCR on images | ✅ Use markitdown | | Audio transcription | ✅ Use markitdown |

Basic Usage

# Local files (primary use case)
markitdown document.pdf
markitdown report.docx
markitdown data.xlsx
markitdown slides.pptx
markitdown screenshot.png    # OCR

# URLs (works, but Jina is faster)
markitdown https://example.com

# Save output
markitdown document.pdf > document.md

Supported Formats

| Format | Extensions | Notes | |--------|------------|-------| | PDF | .pdf | Text extraction, tables | | Word | .docx | Formatting preserved | | Excel | .xlsx | Tables to markdown | | PowerPoint | .pptx | Slides as sections | | Images | .jpg, .png | OCR text extraction | | HTML | .html | Clean conversion | | Audio | .mp3, .wav | Speech-to-text | | Text | .txt, .csv, .json, .xml | Pass-through/structure | | URLs | https://... | Works but slower than Jina |

Benchmarked Performance (URLs)

| Tool | Avg Speed | Success Rate | |------|-----------|--------------| | Jina | 0.5s | 10/10 | | markitdown | 2.5s | 9/10 | | Firecrawl | 4.5s | 10/10 |

Verdict: For URLs, use Jina. For local files, markitdown is the only option.

Examples

# PDF to markdown (primary use case)
markitdown report.pdf > report.md

# Excel spreadsheet
markitdown financials.xlsx

# Image with text (OCR)
markitdown screenshot.png

# PowerPoint deck
markitdown presentation.pptx > slides.md

# Audio transcription
markitdown meeting.mp3 > transcript.md

Comparison with Alternatives

| Task | markitdown | Alternative | |------|------------|-------------| | PDF text | markitdown file.pdf | PyMuPDF, pdfplumber | | Word docs | markitdown file.docx | python-docx | | Excel | markitdown file.xlsx | pandas, openpyxl | | OCR | markitdown image.png | Tesseract | | Web pages | Use Jina instead | r.jina.ai/URL (5x faster) |

markitdown's advantage: One CLI for all local document formats. No code needed.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.