LlamaParse Agent Skills
npx skills add https://github.com/run-llama/llamaparse-agent-skills --skill llamaparseInstallez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.
Unblock document intelligence for your agents with LlamaParse skills.
Skill for unstructured documents parsing and text-extraction leveraging LlamaParse.
Use with:
Pre-requisites
LLAMA_CLOUD_API_KEY available within the environmentnpm (or another package manager)@llamaindex/llama-cloud@latest typescript package installed in the current Node environmentSkill for local-first, fast document parsing, conversion and spatial text extraction.
Use with:
Pre-requisites
npm (or another package manager)@llamaindex/liteparse globally installed (npm install -g @llamaindex/liteparse)With the skills CLI:
npx skills add run-llama/llamaparse-agent-skills
Or, if you wish to download only one skill:
npx skills add run-llama/llamaparse-agent-skills --skill llamaparse # or the name of another skill
You can also download the skills folder in .zip format from GitHub Releases.