document-parsing

document-parsing is a skill for Claude Code, Codex from Cloudgeni-ai/opengeni. It costs 39 tokens per session (410 once invoked), scanned A, original, Apache-2.0.

A read-only command-line tool for extracting readable Markdown from local office files, ebooks, CSV files, and text-based PDFs. It supports formats such as Word, PowerPoint, Excel, OpenDocument, RTF, EPUB, and PDF.

In plain words
What is it for?
Use it to extract text from local documents, spreadsheets, presentations, ebooks, CSV files, and text-based PDFs for review or analysis.
Why use it?
It makes the contents of many document formats easier for an agent to read without editing or replacing the original file. It also identifies unsupported cases such as scanned PDFs, encrypted files, and malformed documents.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to extract text from local documents, spreadsheets, presentations, ebooks, CSV files, and text-based PDFs for review or analysis.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cloudgeni-ai/opengeni/document-parsing
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 Cloudgeni-ai/opengeni --skill document-parsing
Clone the repo
git clone --depth 1 https://github.com/Cloudgeni-ai/opengeni

Made for: Claude Code, Codex.

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 document-parsing

README.md
[![agentmods](https://agentmods.dev/badge/skills/cloudgeni-ai/opengeni/document-parsing.svg)](https://agentmods.dev/skills/cloudgeni-ai/opengeni/document-parsing)
Your own site
<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>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 410 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00039 $0.00410
Opus 5 $0.00019 $0.00205
Sonnet 5 $0.00008 $0.00082
Haiku 4.5 $0.00004 $0.00041

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

Security

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.

packages/runtime/src/curated_skill_library/document-parsing/SKILL.md · 37 lines

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:

  1. Supported inputs: .doc, .docx, .docm, .odt, .rtf, .epub, .pdf, .ppt, .pps, .pot, .pptx, .pptm, .ppsx, .ppsm, .odp, .xls, .xlsx, .xlsm, .xlsb, .ods, and .csv.
  2. Let AnyDoc detect the format from file content. Specify --format only for signature-less input such as CSV on stdin or a file without a useful name.
  3. For large output, use -o and inspect only the relevant sections instead of streaming the whole document into model context.
  4. Preserve the source file. AnyDoc output is a derived reading aid, not a new canonical document or editable artifact.
  5. Scanned/image-only PDFs need OCR and are unsupported. Encrypted, malformed, or resource-limit failures must be reported rather than guessed around.
  6. Never install or download AnyDoc at runtime. If anydoc is unavailable, report that the selected compute image lacks the parsing runtime.
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. 8d ago First seen · 37 lines · 39 tokens per session scan A 7edca64aec9b

Subscribe to this mod's changes

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.