Curated repos, tools, and frameworks shaping the developer ecosystem.
Live data from GitHub.
by landing-ai
Agent skills for LandingAI's Agentic Document Extraction (ADE) — production-ready document AI for agentic coding assistants
An agent skill for LandingAI's Agentic Document Extraction (ADE): production-ready document AI that converts complex, real-world documents into accurate, structured data with full auditability and traceability.
The skill teaches agentic coding assistants (Claude, Cursor, Roo Code, or any agent supporting the Agent Skills convention) how to parse, extract, classify, and split documents, and how to compose those operations into processing pipelines, using the ADE REST APIs or the official Python and TypeScript libraries. No templates or ML training required.
landingai-ade and other dependencies as needed# Step 1: Add the marketplace
/plugin marketplace add landing-ai/ade-document-processing-skills
# Step 2: Install the plugin
/plugin install ade-document-processing@ade-document-processing-skills
Clone the repository:
git clone https://github.com/landing-ai/ade-document-processing-skills.git
Copy the skill into your project or home directory:
# Project-level (skill applies to this project only)
cp -R ade-document-processing-skills/plugins/ade-document-processing/skills/document-extraction YOUR_PROJECT/.claude/skills/
# Global (skill available in all projects)
cp -R ade-document-processing-skills/plugins/ade-document-processing/skills/document-extraction ~/.claude/skills/
Create a .env file in your project root:
echo 'VISION_AGENT_API_KEY=your-key-here' > .env
Get your key at va.landing.ai/settings/api-key.
Covers the full ADE surface, from single API operations to the pipeline patterns that compose them. It defaults to the current v2 (DPT-3) APIs and routes to the v1 APIs for the capabilities that live there.
Core operations:
Pipeline patterns:
The skill guides your agent to write code that processes documents using ADE. Ask your agentic assistant:
"Write a Python script that reads all invoices under
./documents/and extracts the line items, descriptions, and prices as a CSV file""Write a script that extracts all figures from this scientific paper as individual PNG files"
"Write a script that reads account statements and extracts all transactions across pages into a single CSV file"
"Write a script that extracts the introduction section from this PDF and highlights every occurrence of a specific term with a translucent red overlay"
"Write a Python script that reads all PDFs in a folder, extracts the abstract and introduction sections, and saves them as plain text files"
The skill includes guidance and patterns for dependency installation, API client setup, and error handling, so your agent handles these for you.
├── .claude-plugin/
│ └── marketplace.json # Maps plugins for discovery
├── plugins/
│ └── ade-document-processing/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest listing skills
│ └── skills/
│ └── document-extraction/
│ └── SKILL.md # The ADE skill
├── LICENSE
└── README.md
This project is licensed under the MIT License. See the LICENSE file for details.
LEAKED SYSTEM PROMPTS FOR CHATGPT, CLAUDE, GEMINI, GROK, PERPLEXITY, CURSOR, LOVABLE, REPLIT, AND MORE! - AI SYSTEMS TRANSPARENCY FOR ALL! 👐