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/nett0eth/research-stack/ingestaonpx skills add nett0eth/research-stack --skill ingestaogit clone --depth 1 https://github.com/nett0eth/research-stackWrote 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/nett0eth/research-stack/ingestao)<a href="https://agentmods.dev/skills/nett0eth/research-stack/ingestao"><img src="https://agentmods.dev/badge/skills/nett0eth/research-stack/ingestao.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.00086 | $0.00470 |
| Opus 5 | $0.00043 | $0.00235 |
| Sonnet 5 | $0.00017 | $0.00094 |
| Haiku 4.5 | $0.00009 | $0.00047 |
Grade A, and why
ingestao 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 4d 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.
What it actually says
Ingestão
Converta antes de ler. Material que entra destruído produz conclusão destruída, e o modelo não avisa quando isso acontece.
Roteamento por tipo
| Situação | Ferramenta | Comando |
|---|---|---|
| documento comum: pdf simples, word, excel, powerpoint, epub, imagem, áudio, zip | markitdown | markitdown entrada.pdf > saida.md |
| pdf científico, duas colunas, escaneado, com fórmula ou tabela complexa | MinerU | ver README do projeto |
| conversão como etapa de pipeline automatizado | docling | ver README do projeto |
| repositório de código inteiro | repomix | ver README do projeto |
Regra de decisão em duas linhas: comece pelo markitdown, que resolve a maioria. Se a saída vier com ordem de leitura embaralhada, fórmula perdida ou tabela virada em linha corrida, o problema é layout e a resposta é MinerU.
Procedimento
- Identifique o tipo e escolha a ferramenta pela tabela
- Converta para uma pasta
./fontes-mdmantendo o nome original do arquivo - Abra a saída e verifique quatro coisas antes de seguir: os headings sobreviveram, as tabelas continuam tabelas, a ordem de leitura faz sentido, e as notas de rodapé não invadiram o corpo
- Se qualquer uma falhar, troque de conversor antes de analisar
Verificação obrigatória
Nunca declare a ingestão concluída sem abrir o markdown gerado. Conversão silenciosamente errada é a causa mais comum de análise errada, e é invisível se você confiar no processo sem olhar.
Ao relatar para o usuário, diga qual conversor foi usado e o que foi verificado.
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.
- 4d ago First seen · 33 lines · 86 tokens per session scan A 592cf72dd04b
ingestao is a skill published in the GitHub repository nett0eth/research-stack (4 stars, last pushed 1mo ago), licensed MIT. It adds 86 tokens to every session and 470 once invoked, about $0.0004 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
liteparse
Parse documents into LLM-ready content entirely on the local machine — PDF / DOCX / XLSX / PPTX / images → Markdown, structured JSON (with bounding boxes), or page screenshots, via the lit CLI. No cloud, no LLM, works offline. Use whenever the user attaches or points to a document that must be read before reasoning…
office-artifacts
Generate real DOCX, PPTX, XLSX, PDF, CSV files using python-docx / python-pptx / openpyxl / reportlab by writing them into the dispatch artifacts dir, then explicitly deliver each one with cloud deliver . Use whenever the user asks for documents, slides, spreadsheets, reports, or PDFs.
cli-anything-wps
WPS Office CLI — JSON数据驱动PPT自动生成 + 命令行操控WPS文字/表格/演示文稿.
feishu-cli-docs
飞书文档统一入口,覆盖读取和分析 docx/wiki/sheet、创建与编辑文档、Markdown 导入、 docx/wiki/sheet 导出 Markdown/PDF/Word/Excel,以及云盘原生 .md 文件 CRUD。用户要求阅读、 总结、创建、追加、覆盖、替换或删除文档内容,把 Markdown 导入飞书并转换 Mermaid/PlantUML/SVG、 下载图片或导出本地文件、 比较、覆盖或查找替换原生 Markdown 时必须使用本 Skill。 本 Skill 只处理正文内容和文档/Markdown 文件转换。明确禁止用于文档评论、二进制文件导入、 云盘目录和权限管理,这些使用…
doc-cleaner
Convert PDF, DOCX, XLSX, and text files to clean, structured Markdown. CJK-friendly, table-friendly, privacy-first.
markdown-exporter
Convert Markdown text to DOCX, PPTX, XLSX, PDF, PNG, SVG, HTML, IPYNB, MD, CSV, JSON, JSONL, XML files, and extract code blocks in Markdown to Python, Bash,JS and etc files.