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.
npx agentmods add skills/wokaka209/markdown_everything/markdown-everythingnpx skills add wokaka209/markdown_everything --skill markdown-everythinggit clone --depth 1 https://github.com/wokaka209/markdown_everythingWrote 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.
[](https://agentmods.dev/skills/wokaka209/markdown_everything/markdown-everything)<a href="https://agentmods.dev/skills/wokaka209/markdown_everything/markdown-everything"><img src="https://agentmods.dev/badge/skills/wokaka209/markdown_everything/markdown-everything.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00050 | $0.01738 |
| Opus 5 | $0.00025 | $0.00869 |
| Sonnet 5 | $0.00010 | $0.00348 |
| Haiku 4.5 | $0.00005 | $0.00174 |
Grade A, and why
markdown-everything 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 196 lines — stays where its author put it; the contents beside it link to each section on GitHub.
markdown-everything
将 PDF、Word、Excel、PPT、图片、音频等 20+ 种文档格式转换为 Markdown,让 AI Agent 能直接读取文档内容。
触发条件
当用户要求以下操作时调用此技能:
- 将文档转换为 Markdown
- 读取/提取文档内容
- 批量处理文档
- 处理中文 PDF 乱码
注意:如果用户只是问"怎么用 markitdown",先回答问题,不要直接触发转换。
支持的格式
| 类别 | 格式 |
|---|---|
| 办公文档 | .pdf .docx .doc .pptx .ppt .xlsx .xls .csv |
| 图片 | .jpg .png .gif .bmp (OCR) |
| 音频 | .mp3 .wav .ogg .m4a |
| 网页/数据 | .html .htm .json .xml |
| 其他 | .epub .azw3 .zip |
使用方法
第一步:环境准备
首次使用需安装依赖。根据操作系统选择对应命令:
Windows (PowerShell):
pip install "markitdown[all]"
pip install pdfplumber
如果使用 Conda:
conda create -n markitdown python=3.12 -y
conda activate markitdown
pip install "markitdown[all]"
pip install pdfplumber
Linux / macOS:
pip install "markitdown[all]"
pip install pdfplumber
如果使用 Conda:
conda create -n markitdown python=3.12 -y
conda activate markitdown
pip install "markitdown[all]"
pip install pdfplumber
国内用户可使用镜像加速:
pip install "markitdown[all]" -i https://pypi.tuna.tsinghua.edu.cn/simple
第二步:转换文档
基本转换:
python SKILL/markdown-everything/scripts/convert_document.py "输入文件.pdf" -o "输出.md"
或直接使用 markitdown CLI:
markitdown "输入文件.docx" -o "输出.md"
Windows PowerShell 用户注意:不要使用 && 链接命令,请用分号 ; 或分行:
# 正确:分号链接
conda activate markitdown; markitdown "文档.pdf" -o "输出.md"
# 正确:分行
conda activate markitdown
markitdown "文档.pdf" -o "输出.md"
# 错误:&& 在部分 PowerShell 版本不可用
conda activate markitdown && markitdown "文档.pdf" -o "输出.md"
PDF 中文文档特殊处理
PDF 文件会自动使用 pdfplumber 进行 Unicode 字符级提取,解决中文乱码问题。如果自动处理失败,会回退到标准 markitdown 转换。
高级选项
# JSON 格式输出
python SKILL/markdown-everything/scripts/convert_document.py "文档.docx" --json-output
# 详细日志
python SKILL/markdown-everything/scripts/convert_document.py "文档.docx" --verbose
# LLM 增强(需设置 OPENAI_API_KEY 或 ANTHROPIC_API_KEY)
python SKILL/markdown-everything/scripts/convert_document.py "文档.docx" --llm-client openai --llm-model gpt-4o -o "输出.md"
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 3d ago First seen · 196 lines · 50 tokens per session scan A b08e6a0d4e8c
markdown-everything is a skill published in the GitHub repository wokaka209/markdown_everything (2 stars, last pushed 4mo ago), licensed MIT. It adds 50 tokens to every session and 1,738 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.
Other skills, from other repositories
llama-parse
Use this skill to parse complex documents (PDFs, Word documents, PowerPoint presentations, Excel spreadsheets, or images) into clean Markdown or structured JSON using the LlamaParse API. Make sure to use this skill whenever the user asks to extract tables from PDFs, handle complex document structures (multi-column…
office-tools
Use when 需要处理 WPS/Office/PDF 文件——"Excel 数据处理"、"转成 Excel"、"提取 PDF 里的图"、"markdown 转 xlsx/docx/pptx"。触发词含 xlsx/docx/pptx/Excel/表格/配图。.
dsh-office-artifacts
Create, repair, transform, or verify XLSX, DOCX, PPTX, and PDF deliverables with format-aware tools and reopen or render checks.
documents
Read, convert, and extract text from PDF, Word, Excel, PowerPoint, and OpenDocument files. Use when the user asks to read a document, convert between formats, pull text out of a PDF, or summarise a file the agent cannot open directly.
markitdown
Convert files and office documents to Markdown. Supports PDF, DOCX, PPTX, XLSX, images (with OCR), audio (with transcription), HTML, CSV, JSON, XML, ZIP, YouTube URLs, EPubs and more.
xlsx
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or…