ocr-and-documents

ocr-and-documents is a skill for Claude Code, Codex from ariffazil/AAA. It costs 21 tokens per session (1,438 once invoked), scanned A, original, AGPL-3.0.

A set of tools for extracting text from PDFs and scanned documents. It uses document-reading software to handle both selectable text and image-based pages.

In plain words
What is it for?
Use it to turn PDFs and scans into text for searching, analysis, or further editing.
Why use it?
It helps when a document cannot be searched or copied directly, especially when its pages are scans or have complex layouts.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/ariffazil/aaa/ocr-and-documents
Any agent
npx skills add ariffazil/AAA --skill ocr-and-documents
Clone the repo
git clone --depth 1 https://github.com/ariffazil/AAA

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 ocr-and-documents

README.md
[![agentmods](https://agentmods.dev/badge/skills/ariffazil/aaa/ocr-and-documents.svg)](https://agentmods.dev/skills/ariffazil/aaa/ocr-and-documents)
Your own site
<a href="https://agentmods.dev/skills/ariffazil/aaa/ocr-and-documents"><img src="https://agentmods.dev/badge/skills/ariffazil/aaa/ocr-and-documents.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,438 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00021 $0.01438
Opus 5 $0.00010 $0.00719
Sonnet 5 $0.00004 $0.00288
Haiku 4.5 $0.00002 $0.00144

Measured 3d ago against content hash 720a1f1a5341, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ocr-and-documents 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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/extract_marker.py, scripts/extract_pymupdf.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.hermes-archived-2026-08-15/skills/productivity/ocr-and-documents/SKILL.md · 173 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

3 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.

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. 3d ago First seen · 173 lines · 21 tokens per session scan A 720a1f1a5341

Subscribe to this mod's changes

ocr-and-documents is a skill published in the GitHub repository ariffazil/AAA (2 stars, last pushed today), licensed AGPL-3.0. It adds 21 tokens to every session and 1,438 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

public

For agents: This document explains how to integrate with Clodds APIs.

alsk1992/CloddsBot · 0 tokens

k8s-pod-rightsizer

Analyze Kubernetes workload metrics and produce policy-constrained CPU/memory rightsizing recommendations with optional patch generation and rollback-safe apply.

initializ/forge · 33 tokens

k8s-cost-visibility

Estimate Kubernetes infrastructure costs by querying cluster node, pod, PVC/PV, and LoadBalancer data, applying cloud pricing models, and producing cost attribution reports with storage and LoadBalancer cost tracking, grouped by namespace, workload, node, label, or annotation.

initializ/forge · 58 tokens

resume-tailor

Rewrite a candidate's resume tailored to one specific JD using a hiring-recon report, emit it as a rendercv YAML, then render to PDF. Reorders jobs/bullets and adjusts language to incorporate JD keywords without inventing experience. Outputs one YAML (source of truth, user-editable) plus a .pdf published alongside it.

tam159/next-role · 72 tokens

write-prd

Generate a concise PRD for the feature built in the current session and save it to docs/prd/. Use this skill whenever the user says "write a PRD", "generate a PRD", "/write-prd", asks to document the feature just shipped, or otherwise requests a product/feature spec for work done in this session — even if they don't…

tam159/next-role · 84 tokens

interview-battlecard

Apply this skill in Stage 5 to produce the day-of one-pager(s) the candidate carries into the interview. Reads the tailored resume + interview-coach prep + research report and emits a tight, scannable battlecard as a JSON source-of-truth plus a rendered PDF.

tam159/next-role · 64 tokens