{
  "markdown": "# LlamaParse Skills\n\nUnblock document intelligence for your agents with LlamaParse skills.\n\n## Available Skills\n\n### llamaparse \n\nSkill for unstructured documents parsing and text-extraction leveraging LlamaParse.\n\n**Use with:**\n\n- PDFs, presentations, Word documents, spreadsheets, images\n- Complex documents which need advanced parsing capabilties in order to get their content extracted\n- Documents with images, charts and tables\n- In general, whenever the agent needs to have access to a deeper layer than just raw text extraction\n\n**Pre-requisites**\n\n- A `LLAMA_CLOUD_API_KEY` available within the environment\n- Node 18+ and `npm` (or another package manager)\n- (Optional) `@llamaindex/llama-cloud@latest` typescript package installed in the current Node environment\n\n### liteparse\n\nSkill for local-first, fast document parsing, conversion and spatial text extraction.\n\n**Use with:**\n\n- PDFs (main target), Office documents and images (require extra dependencies)\n- Text-dense documents with tables and images\n- In general, whenever the agent needs a quick and not-100%-accurate way to extract content from unstructured documents\n\n**Pre-requisites**\n\n- Node 18+ and `npm` (or another package manager)\n- `@llamaindex/liteparse` globally installed (`npm install -g @llamaindex/liteparse`)\n- (Optional) Libreoffice for Office documents support\n- (Optional) Imagemagick for images support\n\n### llamacloud-index\n\nSkill for agentic retrieval over LlamaCloud Index v2, the managed knowledge base of the LlamaParse Platform, through the platform REST API with `curl`.\n\n**Use with:**\n\n- Questions that should be answered from documents stored in an Index v2 knowledge base\n- Agentic retrieval workflows: discover indexes, locate files, grep indexed content, and retrieve passages with hybrid (sparse + dense) search\n- In general, whenever the agent should navigate an index like a file system instead of doing one-shot RAG\n\n**Pre-requisites**\n\n- A `LLAMA_CLOUD_API_KEY` available within the environment\n- `curl` (and, recommended, `jq`)\n- An existing [Index v2](https://developers.llamaindex.ai/llamaparse/cloud-index-v2/getting_started/) index\n\n## Installation\n\nWith the `skills` CLI:\n\n```bash\nnpx skills add run-llama/llamaparse-agent-skills\n```\n\nOr, if you wish to download only one skill:\n\n```bash\nnpx skills add run-llama/llamaparse-agent-skills --skill llamaparse # or the name of another skill\n```\n\nYou can also download the skills folder in `.zip` format from [GitHub Releases](https://github.com/run-llama/llamaparse-agent-skills/releases/download/latest/skills-latest.zip).\n\n## License \n\n[MIT](./LICENSE)\n",
  "bytes": 2611,
  "sha": "9bae78568fb8f793a978ab48d331df8f5a91fa53ce74498de065200b7d005ca4",
  "repo_slug": "run-llama/llamaparse-agent-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_run_llama_llamaparse_agent_skills_llamap_bf4e72b8/readme"
}