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 skills add yeaight7/agent-powerups --skill markitdown-file-intakegit clone --depth 1 https://github.com/yeaight7/agent-powerupsWrote 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/yeaight7/agent-powerups/markitdown-file-intake)<a href="https://agentmods.dev/skills/yeaight7/agent-powerups/markitdown-file-intake"><img src="https://agentmods.dev/badge/skills/yeaight7/agent-powerups/markitdown-file-intake/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.
<a href="https://agentmods.dev/skills/yeaight7/agent-powerups/markitdown-file-intake"><img src="https://agentmods.dev/badge/skills/yeaight7/agent-powerups/markitdown-file-intake.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00037 | $0.00571 |
| Opus 5 | $0.00018 | $0.00285 |
| Sonnet 5 | $0.00007 | $0.00114 |
| Haiku 4.5 | $0.00004 | $0.00057 |
Grade A, and why
markitdown-file-intake 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 yesterday.
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 — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.
MarkItDown File Intake
Purpose
Convert supported files or URLs into Markdown before inspection. This reduces token cost and makes binary or structured inputs easier to analyze.
When to Use
- User provides a local file in a format Microsoft MarkItDown supports.
- User provides a supported URL and Markdown conversion will improve inspection.
- Source is binary or structurally noisy enough that direct inspection is inefficient.
Do not use when:
- File is already clean text.
- User explicitly wants raw binary or metadata-only handling.
- Another tool is clearly better for the task.
Requirements
Required tool:
- Microsoft MarkItDown
Check:
Get-Command markitdown -ErrorAction SilentlyContinue
python -m markitdown --help
Install:
python -m pip install markitdown
Rules:
- Do not assume MarkItDown is installed.
- Do not install it without user approval.
- Show the install command before running it.
- Prefer user-local or project-local installation when practical.
Inputs
- File path or URL to convert.
- Optional output path for the generated Markdown.
Workflow
- Check whether MarkItDown is available.
- If missing, tell the user before attempting conversion.
- Convert with Microsoft MarkItDown or the helper script in
references/.
markitdown <path-or-url> -o output.md
powershell -ExecutionPolicy Bypass -File "references\convert_with_markitdown.ps1" -Source "<path-or-url>"
- Confirm output path exists and file is non-empty.
- Inspect the generated Markdown with narrow reads first.
- Tell the user MarkItDown was used.
Output
- Path to the generated Markdown file
- Inspection results based on that Markdown
Verification
- MarkItDown availability was checked first
- No conversion was claimed if the tool was missing
- Generated Markdown file exists and is non-empty
- Inspection used the generated Markdown, not the original binary
Failure Modes
What ships with it
1 file 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.
- yesterday First seen · 101 lines · 37 tokens per session scan A 09a255b3a337
markitdown-file-intake is a skill published in the GitHub repository yeaight7/agent-powerups (6 stars, last pushed 2d ago), licensed Apache-2.0. It adds 37 tokens to every session and 571 once invoked, about $0.0002 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-09-14.
Other skills, from other repositories
papyrus-diagnose-compilation
Diagnose and fix LaTeX compilation failures. Use when the document does not compile, pdflatex/bibtex/biber/tectonic errors out, the PDF is stale, or the author reports a build/compile error in the Papyrus editor.
gzh-design
A document-formatting skill that turns Markdown, Word files, PDFs, or plain text into HTML that can be pasted into a WeChat public-account editor. WeChat public accounts are publishing pages inside China's WeChat platform.
doc-convert
A converter that formats Markdown documents as HTML, printable PDF files, or long PNG images. Markdown is plain text with simple formatting marks for headings, lists, tables, and code.
Use this skill whenever the user mentions a PDF file or asks to produce/edit one. For read-only tasks such as reading, summarizing, extracting plain text, or answering questions from a PDF, follow this skill's read-only routing rules: use the built-in Read tool first, do not write code or scripts, and prefer…
ppt-generation
Generate PPTX presentations from slide plan + content.
data-analysis
Analyze Excel/CSV files with DuckDB SQL via bash.