convert

A file converter that turns PDF, Word, PowerPoint, Excel, HTML, or audio files into Markdown, a plain-text format that preserves basic structure. The converted text can then be analyzed.

In plain words
What is it for?
Use it when someone provides a document or audio file and asks to read it, extract its text, or convert it before analysis.
Why use it?
It removes the need to work directly with formats that are difficult for text analysis tools to read.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/om-mega/nutritious.md/convert
Any agent
npx skills add om-mega/nutritious.md --skill convert
Clone the repo
git clone --depth 1 https://github.com/om-mega/nutritious.md

Made for: Claude Code, Codex.

Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 226 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00054 $0.00226
Opus 5 $0.00027 $0.00113
Sonnet 5 $0.00011 $0.00045
Haiku 4.5 $0.00005 $0.00023

Measured 2d ago against content hash 2f26d5ce9c03, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

convert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/nutritious-md/skills/convert/SKILL.md · 21 lines

What it actually says

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.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 21 lines · 54 tokens per session scan A 2f26d5ce9c03

Subscribe to this mod's changes

convert is a skill published in the GitHub repository om-mega/nutritious.md (3 stars, last pushed 1mo ago), licensed MIT. It adds 54 tokens to every session and 226 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

brainstorm

Use before any creative work or significant changes. Activates on "brainstorm", "let's brainstorm", "deep analysis", "analyze this feature", "think through", "help me design", "explore options for", or when user asks for thorough analysis of changes, features, or architectural decisions. Guides collaborative dialogue…

umputun/cc-thingz · 87 tokens

presentation-structure

Knowledge about the presentation slide format, weight system, navigation, and section structure.

shanraisshan/claude-code-best-practice · 19 tokens

presentation-styling

Knowledge about CSS classes, component patterns, and syntax highlighting in the presentation.

shanraisshan/claude-code-best-practice · 19 tokens

slidev

Create and present web-based slidedecks for developers using Slidev with Markdown, Vue components, code highlighting, animations, and interactive features. Use when building technical presentations, conference talks, code walkthroughs, teaching materials, or developer decks.

slidevjs/slidev · 51 tokens

weather-svg-creator

Creates an SVG weather card showing the current temperature for Dubai. Writes the SVG to orchestration-workflow/weather.svg and updates orchestration-workflow/output.md.

shanraisshan/claude-code-best-practice · 36 tokens

crit-cli

Use when an agent needs to author or reply to crit inline comments programmatically (including multi-agent workflows commenting on shared code/plans/docs/proposals), publish or unpublish a crit review with crit share, sync a crit review to or from a GitHub PR or GitLab MR, or read/interpret a crit review JSON file.…

tomasz-tomczyk/crit · 110 tokens