Convert PDF, Word, PowerPoint, Excel, HTML, or audio files to clean Markdown before analysis. Use whenever the user uploads or references a document file, or asks to "convert", "extract text from", or "read" a non-text file.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add om-mega/nutritious.md --skill convert --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Convert?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/om-mega-convert)More formats (shields.io, HTML) on the badges page.
---
name: convert
description: Convert PDF, Word, PowerPoint, Excel, HTML, or audio files to clean Markdown before analysis. Use whenever the user uploads or references a document file, or asks to "convert", "extract text from", or "read" a non-text file.
---
# Nutritious.md — Document to Markdown Converter
When the user references a file that isn't plain text (.pdf, .docx, .pptx,
.xlsx, .xls, .html, audio), run:
```bash
${CLAUDE_PLUGIN_ROOT}/scripts/setup_env.sh
${CLAUDE_PLUGIN_ROOT}/.venv/bin/python ${CLAUDE_PLUGIN_ROOT}/scripts/convert.py "<file path>"
```
Parse the returned JSON's `markdown` field and use it as the document's
content going forward. If the JSON contains a `warning` field about empty
text extraction, tell the user the file may be a scanned/image-only document
and no OCR is available. If the JSON contains an `error` field, tell the
user the conversion failed and report the error message.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.