# Doc Converter

> Converts document files (.pdf, .docx, .xlsx, .pptx) to Markdown using the `markitdown` command.

- Skill: `dvcrn/doc-converter` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dvcrn/doc-converter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dvcrn/doc-converter/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: dvcrn (https://skillmd.com/u/dvcrn)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/dvcrn/doc-converter

---


# Document Converter

This skill converts a document file into Markdown text.

## Activation

Activate when asked to read a file with one of the following extensions:
- .pdf
- .docx
- .xlsx
- .pptx

## Execution

The skill executes the `markitdown` command on the input file path and outputs the resulting Markdown text.

```bash
markitdown "{file_path}"
```

