veryfi-documents-ai
Real-time OCR and data extraction API by Veryfi (https://veryfi.com). Extract structured data from receipts, invoices, bank statements, W-9s, purchase orders, bills of lading, and any other document. Use when you need to OCR documents, extract fields, parse receipts/invoices, bank statements, classify documents, detect fraud, or get raw OCR text from any document.
Why use this skill?
Automate document processing with Veryfi AI. Extract data from receipts, invoices, and bank statements into structured JSON with this OpenClaw skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dbirulia/documents-aiWhat This Skill Does
The Veryfi Documents AI skill provides a robust, real-time OCR and data extraction engine directly within your OpenClaw agent workflow. By leveraging Veryfi’s sophisticated API, this skill parses unstructured document images or PDFs—such as receipts, invoices, bank statements, W-9 forms, and bills of lading—into structured, machine-readable JSON data. It goes beyond simple character recognition by performing document classification, intelligent field extraction, and even fraud detection. Whether you need to automate your expense reports, reconcile bank accounts, or digitize paperwork for accounting software, this skill serves as a reliable bridge between physical files and digital intelligence.
Installation
To integrate this skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/dbirulia/documents-ai
Ensure you have your Veryfi API credentials ready, which can be retrieved from your Veryfi API Settings.
Use Cases
- Automated Expense Management: Automatically ingest receipts and invoices to extract vendors, line items, taxes, and totals for seamless entry into accounting platforms.
- Bank Statement Processing: Parse PDF bank statements to retrieve account balances, transaction histories, and periodic summaries for financial modeling.
- Vendor Auditing: Classify and extract data from purchase orders and bills of lading to maintain accurate supply chain records.
- Document Digitization: Convert physical paperwork into raw OCR text or structured metadata for indexing and archival purposes.
Example Prompts
- "Can you process this invoice from the file path /downloads/invoice_001.pdf and list all line items along with the total tax paid?"
- "Analyze my bank statement at ./data/chase_jan_2026.pdf and create a summary table of the total deposits versus total withdrawals."
- "Extract the vendor name, date, and total amount from this receipt image and format the output as a clean JSON object for my bookkeeping system."
Tips & Limitations
- File Quality: While Veryfi is industry-leading, image clarity directly impacts accuracy. Ensure documents are well-lit and not blurry for optimal results.
- Security: Since this skill handles financial data, ensure your API keys are stored in environment variables rather than hardcoded in your scripts.
- API Limits: Be mindful of your Veryfi plan limits regarding document processing throughput to avoid service disruptions.
- Format Support: The skill excels with standardized financial documents; unstructured or handwritten notes may require manual verification.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dbirulia-documents-ai": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, external-api