agentsclimarketplace

Convert

Skill om-mega/nutritious.md/plugins/nutritious-md/skills/convert

Nutritious is a Claude Code skill that identifies PDF being fed to LLM and converts it to Markdown for efficient processing.

Install
npx -y skills add om-mega/nutritious.md --skill convert

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 27 days oldThe repository was created 27 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 2 stars2 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.

What its author says it does

Copied from the file, not written here

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.

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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.