liteparse-documents

liteparse-documents is a skill for Claude Code, Codex from lemma-work/lemma-platform. It costs 117 tokens per session (1,487 once invoked), scanned A, original, AGPL-3.0.

A document-parsing skill for files outside an agent's file system, such as PDFs fetched from the web or local one-off files. It can extract text, page layout, coordinates, OCR, screenshots, or structured data.

In plain words
What is it for?
Use it to read PDFs and other documents, recover text from scanned pages with OCR, inspect page layout, capture page screenshots, and extract structured information.
Why use it?
It helps an agent work with documents that are not already stored in its managed files or do not have automatically generated text and page images.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

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/lemma-work/lemma-platform/liteparse-documents
Any agent
npx skills add lemma-work/lemma-platform --skill liteparse-documents
Clone the repo
git clone --depth 1 https://github.com/lemma-work/lemma-platform

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 liteparse-documents

README.md
[![agentmods](https://agentmods.dev/badge/skills/lemma-work/lemma-platform/liteparse-documents.svg)](https://agentmods.dev/skills/lemma-work/lemma-platform/liteparse-documents)
Your own site
<a href="https://agentmods.dev/skills/lemma-work/lemma-platform/liteparse-documents"><img src="https://agentmods.dev/badge/skills/lemma-work/lemma-platform/liteparse-documents.svg" alt="Measured on agentmods" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,487 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.1 $0.00117 $0.01487
Opus 5 $0.00059 $0.00744
Sonnet 5 $0.00023 $0.00297
Haiku 4.5 $0.00012 $0.00149

Measured 2d ago against content hash 6b07568cf56b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

liteparse-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 2d 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.

lemma-skills/liteparse-documents/SKILL.md · 111 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

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. 2d ago Changed · +11 lines 6b07568cf56b
  2. 6d ago First seen · 100 lines · 117 tokens per session scan A 0820be095d34

Subscribe to this mod's changes

liteparse-documents is a skill published in the GitHub repository lemma-work/lemma-platform (387 stars, last pushed yesterday), licensed AGPL-3.0. It adds 117 tokens to every session and 1,487 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

report-page

Use when the user wants to create a source-backed report, document, memo, research note, operating update, or data interpretation page delivered as editable static HTML with a clean document reading experience and optional ECharts figures.

OWWZO/ai-agent · 46 tokens

pdf

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…

OWWZO/ai-agent · 92 tokens

dashi-ppt

制作 PPT、演示文稿、幻灯片、汇报材料时使用。Dashi PPT 基于预置视觉主题组合页面,生成可离线打开、可在浏览器编辑的 HTML 演示,支持导出 PPTX / PDF 文件。.

johnson7788/skill-ppt-agents · 61 tokens

foundry-hosted-agent-validation

Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.

microsoft/agent-framework · 82 tokens

google-drive-sheets

Find, read, export, edit, and manage the user's Google Drive, Docs, Sheets, and Slides through per-user OAuth.

yc-software/qm · 31 tokens

skill-doc-delivery

Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.

nyldn/claude-octopus · 29 tokens