Convert
Skill om-mega/nutritious.md/plugins/nutritious-md/skills/convert
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.From its SKILL.md
npx -y skills add om-mega/nutritious.md --skill convertAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 168 tokens by cl100k_base, as published. Nobody here has run it
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:
${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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.