Skill by acrosley
LlamaCloud document operations for Claude Code: parse, extract, classify, and split documents with LlamaIndex's hosted services, all from one plugin. Four lazy-loaded skills, each routed by name so context only enters Claude's window when needed: - llamaparse — turn PDFs, Word, PowerPoint, Excel, images, and scans into clean markdown or text via LlamaParse v2 (handles tables, multi-column layout, OCR, mixed text+images). - llamaextract — pull structured JSON out of a document against a JSON Schema you supply (invoice line items, contract terms, form fields, entities). - llamaclassify — categorize a document into one of a defined set of labels with a confidence score and a short reasoning string. - llamasplit — break a long document into typed sections with page ranges and per-section confidence (LlamaSplit v1 beta). Includes a standalone `llamaparse` CLI (`parse / extract / classify / split` subcommands plus `doctor` for preflight checks) so the same code powers scripts, CI jobs, and the Claude Code skills. Requires a LlamaCloud API key (LLAMA_CLOUD_API_KEY). Get one at https://cloud.llamaindex.ai/api-key.
/plugin install llamaparse-plugin@claude-community