make-integration

Recognize invoices and vouchers through Make Integration OCR via makecli.

5|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/qfeius/make-platform-skills --skill make-integration-qfeius
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-integration
Source: https://github.com/qfeius/make-platform-skills/tree/main/skills/make-integration
Command: npx skills add https://github.com/qfeius/make-platform-skills --skill make-integration-qfeius

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires makecli.

What problem does it solve? It automates invoice, bill, receipt, and voucher recognition by routing files through the Make Platform OCR service, eliminating manual data entry of invoice fields, stamps, and QR codes. ## Core Features & Use Cases - Bill and Invoice OCR: Recognize PDF, OFD, PNG, JPG, and JPEG files through makecli integration ocr with structured field extraction. - Authenticity Verification: Optionally verify invoice authenticity and control output with page selection, coordinate restore, crop images, and merged electronic invoices. - Structured Output: Return invoice fields, stamps, QR codes, and coordinates as table or JSON for downstream Make record operations. - Use Case: A finance user provides a scanned VAT invoice PDF and asks to extract the invoice number, amount, and tax ID, then writes the recognized values into Make records. ## Quick Start Use make-integration to recognize the invoice fields in the attached invoice.pdf through Make Integration OCR.

Frequently Asked Questions about make-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I recognize an invoice with Make Integration OCR?

Run `makecli integration ocr -f <file> --profile <profile>` for a readable table, or add `--output=json` to parse fields programmatically. The skill first verifies makecli is installed, the OCR command exists, and the profile token is valid.

What file formats does Make invoice OCR support?

The OCR command supports PDF, OFD, PNG, JPG, and JPEG files. Files with other extensions are rejected with an unsupported file extension error, and only user-provided or approved files may be uploaded.

Can I verify invoice authenticity during OCR recognition?

Yes, invoice authenticity verification is available and can be explicitly disabled with `--verify-vat=false`. You can also select specific pages with `--pages` and bind a business document id with `--business-id`.

Why does Make OCR fail with token verification error 990300403?

Error 990300403 means the configured token is invalid for the selected environment. Reconfigure a valid token with `makecli configure token --profile <profile>`, then retry the OCR command through makecli.

Can this skill recognize invoices without makecli?

No. The skill only treats `makecli integration ocr` output as the recognition result and forbids visual inspection, alternate OCR tools, or direct HTTP calls. If makecli fails, fix its configuration or environment first and retry.