---
name: liteparse
slug: liteparse
score: 57
rubric: 1.0
provenance: verified-org
publisher: LlamaIndex
license: MIT
capability: read-only
canonical: https://top-agent-skills.com/skill/liteparse
---

# liteparse

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

## Install

### Claude Code

```bash
npx skills add run-llama/llamaparse-agent-skills --skill liteparse
```

## 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

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.

## Compatibility

claude-code

## Metadata

- Categories: document-processing
- Surfaces: claude-code
- Tags: Parsing, Extraction, Local
- Setup time: 2 min
- Complexity: Low
- Last update: 2026-07-03
- Verified: 2026-08-26
- Source: https://github.com/run-llama/llamaparse-agent-skills/tree/main/skills/liteparse


---

_Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_
