LlamaParse Agent Skills
npx skills add https://github.com/run-llama/llamaparse-agent-skills --skill liteparseCLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.
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.