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 Cloudgeni-ai/opengeni --skill document-parsinggit clone --depth 1 https://github.com/Cloudgeni-ai/opengeniWrote 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/cloudgeni-ai/opengeni/document-parsing)<a href="https://agentmods.dev/skills/cloudgeni-ai/opengeni/document-parsing"><img src="https://agentmods.dev/badge/skills/cloudgeni-ai/opengeni/document-parsing.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.00039 | $0.00410 |
| Opus 5 | $0.00019 | $0.00205 |
| Sonnet 5 | $0.00008 | $0.00082 |
| Haiku 4.5 | $0.00004 | $0.00041 |
Grade A, and why
document-parsing 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 8d 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
Parse local documents
Use the preinstalled anydoc CLI when a task needs the contents of a local
office document, ebook, CSV, or text-based PDF. This is read-only extraction;
it does not edit the source or replace OpenGeni's durable artifact tools.
anydoc report.docx
anydoc slides.pptx -o /tmp/slides.md
anydoc - --format csv < data-without-extension
Rules:
- Supported inputs:
.doc,.docx,.docm,.odt,.rtf,.epub,.pdf,.ppt,.pps,.pot,.pptx,.pptm,.ppsx,.ppsm,.odp,.xls,.xlsx,.xlsm,.xlsb,.ods, and.csv. - Let AnyDoc detect the format from file content. Specify
--formatonly for signature-less input such as CSV on stdin or a file without a useful name. - For large output, use
-oand inspect only the relevant sections instead of streaming the whole document into model context. - Preserve the source file. AnyDoc output is a derived reading aid, not a new canonical document or editable artifact.
- Scanned/image-only PDFs need OCR and are unsupported. Encrypted, malformed, or resource-limit failures must be reported rather than guessed around.
- Never install or download AnyDoc at runtime. If
anydocis unavailable, report that the selected compute image lacks the parsing runtime.
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.
- 8d ago First seen · 37 lines · 39 tokens per session scan A 7edca64aec9b
document-parsing is a skill published in the GitHub repository Cloudgeni-ai/opengeni (126 stars, last pushed today), licensed Apache-2.0. It adds 39 tokens to every session and 410 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-08-30.
Other skills, from other repositories
csv-workbench
Analyze CSV files in /mnt/data and return concise numeric summaries.
output-build-workflow
Implement an Output SDK workflow from a plan document. Use when the user asks to build, implement, or code a workflow from an existing plan, or after output-plan-workflow has produced a plan and the user is ready to build.
output-workflow-trace-file
Read and render the output of a local Output SDK workflow trace file as clean readable markdown. Use when the user wants to view what a recent workflow produced, see the result from a local trace file, or render trace output as a document.
cite-sources
How to attribute every factual claim to a corpus document.
document-writer
A professional writing skill for creating technical documents such as READMEs, API documentation, and user manuals.
office-docs
Extract text and tables from .docx and .xlsx using local scripts (no external deps).