liteparse

Local document extraction with no API key — read the file, not the whole file.

Score 0(?)VerifiedCodeby LlamaIndexSource
Verified for:

Install

$ npx skills add run-llama/llamaparse-agent-skills --skill liteparse

Needs Node 18+ and @llamaindex/liteparse. No API key — unlike the llamaparse skill in the same repo.

Best for

Looking up a figure or table inside a large document without burning context on the parts you do not need.

Not ideal for

Complex layout reconstruction or scanned-image OCR — the hosted llamaparse skill in the same repo is the heavier option for that.

About this skill

Use when a task involves reading a PDF, DOCX, PPTX, XLSX, or image and pulling text, tables, or specific values out of it. Fast, local, model-free extraction through the lit CLI, with low-cost search patterns instead of loading whole documents into context.

ParsingExtractionLocal

Score breakdown

Score breakdown

rubric 1.0
Install count
0/20
Provenance
12.8/15
GitHub stars
5.4/15
Recency
8.5/10
Compatibility
2/10
Documentation depth
8/10
Install ergonomics
10/10
License
5/5
Verification freshness
5/5

Composite 0–100 score derived from 9 verifiable signals. See the rubric →

Official

Extract, fill, merge. PDF manipulation with bundled scripts so Claude does not waste tokens generating them.

PDFFormsRead-write
All surfaces
Low1 min

Word documents end-to-end. Create, edit, comment, track-change.

WordReportsRead-write
All surfaces
Low1 min

Excel spreadsheets with real formulas, charts, and formatting — not flat CSV exports.

ExcelFormulasCharts
All surfaces
Low1 min

Ranked #4 in Documents

Publish the ranking in your README. The badge reads the live score, so it updates when the ranking does.

liteparse — ranked #4 in Documents on Top Agent Skills
Markdown
[![liteparse — ranked #4 in Documents on Top Agent Skills](https://top-agent-skills.com/badge/liteparse.svg)](https://top-agent-skills.com/skill/liteparse)
HTML
<a href="https://top-agent-skills.com/skill/liteparse"><img src="https://top-agent-skills.com/badge/liteparse.svg" alt="liteparse — ranked #4 in Documents on Top Agent Skills"></a>

Skill FAQ

About liteparse

What is the liteparse skill?

Use when a task involves reading a PDF, DOCX, PPTX, XLSX, or image and pulling text, tables, or specific values out of it. Fast, local, model-free extraction through the lit CLI, with low-cost search patterns instead of loading whole documents into context.

Which agents does liteparse work with?

Claude Code.

How do I install liteparse?

Run `npx skills add run-llama/llamaparse-agent-skills --skill liteparse` for Claude Code. See the install panel for per-agent commands.

Is liteparse free to use?

Yes — liteparse is open source (MIT).

Who maintains liteparse?

liteparse is published by LlamaIndex and was last updated on 2026-07-03.

What is liteparse best for?

Looking up a figure or table inside a large document without burning context on the parts you do not need.