Install
$ agentstack add skill-0xdarkmatter-claude-mods-markitdown ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.
- Author: 0xDarkMatter
- Source: 0xDarkMatter/claude-mods
- License: MIT
- Homepage: https://github.com/0xDarkMatter/claude-mods#readme
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.