file-conversion

file-conversion is a skill for Claude Code from Shan-Zhu/shuck-file. It costs 59 tokens per session (478 once invoked), scanned A, original, MIT.

A tool for converting common office files such as Word documents, PDFs, spreadsheets, presentations, and CSV files into readable Markdown text. Markdown is plain text formatted for easy reading and reuse.

In plain words
What is it for?
Extracting text and tables from office documents, analysing large files by section, searching for terms, and producing Markdown.
Why use it?
Coding agents often cannot work directly with binary office files. Converting them makes their contents available for searching, analysis, summarising, or further conversion.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the shuck-file plugin — 1 skill, 1 command shipped together

Good fit Extracting text and tables from office documents, analysing large files by section, searching for terms, and producing Markdown.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shan-zhu/shuck-file/file-conversion
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.

Any agent
npx skills add Shan-Zhu/shuck-file --skill file-conversion
Clone the repo
git clone --depth 1 https://github.com/Shan-Zhu/shuck-file

Made for: Claude Code.

Or install shuck-file, the plugin that ships this one along with the rest of its 1 skill, 1 command.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for file-conversion

README.md
[![agentmods](https://agentmods.dev/badge/skills/shan-zhu/shuck-file/file-conversion/github.svg)](https://agentmods.dev/skills/shan-zhu/shuck-file/file-conversion)
Your own site
<a href="https://agentmods.dev/skills/shan-zhu/shuck-file/file-conversion"><img src="https://agentmods.dev/badge/skills/shan-zhu/shuck-file/file-conversion/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for file-conversion

Your own site · 80×15
<a href="https://agentmods.dev/skills/shan-zhu/shuck-file/file-conversion"><img src="https://agentmods.dev/badge/skills/shan-zhu/shuck-file/file-conversion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 478 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00059 $0.00478
Opus 5 $0.00030 $0.00239
Sonnet 5 $0.00012 $0.00096
Haiku 4.5 $0.00006 $0.00048

Measured 11d ago against content hash 7a545ebfb2d1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

file-conversion 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 11d 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.

plugin/skills/file-conversion/SKILL.md · 63 lines

What it actually says

File Conversion Skill

Convert documents to clean Markdown. Small files output directly; large files return a document map with extraction options.

When to Use

  • User shares or references a .docx, .pdf, .xlsx, .pptx, or .csv file
  • User asks to "read", "analyze", "summarize", or "extract" content from a document
  • You encounter a binary file format you cannot read directly

When NOT to Use

  • Plain text files (.txt, .md, .json, .yaml) — read directly
  • Source code files — read directly
  • Image files — use vision capabilities instead

Workflow

1. Run shuck

python "{{PLUGIN_DIR}}/shuck.py" "<path>"
  • Small file → full Markdown output (use directly)
  • Large file → document map with sections, token counts, and suggested next steps

2. Follow the map (large files only)

The map suggests commands. Pick based on the task:

# Get specific sections
python "{{PLUGIN_DIR}}/shuck.py" "<path>" --sections s1,s3

# Search for keywords
python "{{PLUGIN_DIR}}/shuck.py" "<path>" --grep "revenue"

# Tables only
python "{{PLUGIN_DIR}}/shuck.py" "<path>" --tables-only

# Fit within a token budget
python "{{PLUGIN_DIR}}/shuck.py" "<path>" --budget 4000

# Force full output
python "{{PLUGIN_DIR}}/shuck.py" "<path>" --all

# Excel/CSV: schema or sample
python "{{PLUGIN_DIR}}/shuck.py" "<path>" --schema-only
python "{{PLUGIN_DIR}}/shuck.py" "<path>" --sample 5

Installing Dependencies

pip install python-docx pdfplumber openpyxl python-pptx
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. 11d ago First seen · 63 lines · 59 tokens per session scan A 7a545ebfb2d1

Subscribe to this mod's changes

file-conversion is a skill published in the GitHub repository Shan-Zhu/shuck-file (6 stars, last pushed 5mo ago), licensed MIT. It adds 59 tokens to every session and 478 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.