Back to Blueprints
🧾Linearv2.0.0

Receipts Processed Without Typing a Single Field

Reads receipts via AI vision (PDF, JPEG, PNG) and consolidates into a corporate expense CSV. Runs at 1:00 AM daily or on-demand.

financeexpensesreceipts
$4.99Free
🎉 Free until mid-Q2
Downloads as expense-receipt-processor.md
Sign in to Download

About This Blueprint

Drop receipts into the receipts/ folder and this agent processes them at 1:00 AM daily via cron job. Uses AI vision to read PDFs, photos, and screenshots — extracting vendor, date, amount, category, currency, and payment method. Consolidates data into a corporate expense CSV and archives processed receipts.

What's Inside

Trigger
What starts the agent?
T

A cron job runs at 1:00 AM daily and processes all receipts in the receipts/ folder

The agent runs automatically at 1:00 AM local time every day. It scans the receipts/ folder for any PDF, JPEG, PNG, or screenshot files, uses AI vision to read and extract data from each receipt, and consolidates everything into a corporate expense CSV. Processed receipts are moved to the processed/ folder. The agent can also be triggered on-demand via the /expense-process command.

Agent
Who does the work?
A

Expense Receipt Processor

This agent reads receipts using AI vision (OCR) — including PDFs, photos of receipts, screenshots, and email PDF attachments — then extracts the key expense data and consolidates it into a corporate expense CSV file. It handles messy real-world receipts: rotated images, faded text, multi-item bills, and foreign currencies.

Connectors
Where does it get data?
C
  • Receipt files (PDF/JPEG/PNG)
  • Existing expense CSV
  • Category classification rules
Tools
What actions does it take?
T
  • Scan receipts folder
  • Read receipt via AI vision
  • Append row to expense CSV
  • Move processed receipts
  • Log processing activity
Machine-Readable Specification
DESCRIPTION
The agent's job description
Reads receipts via AI vision (PDF, JPEG, PNG, screenshots, email PDFs) and consolidates into a corporate expense CSV. Runs automatically at 1:00 AM daily or on-demand via /expense-process.
RULES
Code of conduct & guardrails
5 rule categories with 5 critical guardrails
SKILLS
Core competencies & connectors
4 skills: Scan Receipts Folder, Read Receipt via AI Vision, Append to Expense CSV, Move to Processed
WORKFLOW
Standard operating procedure
6-step workflow with 4 checkpoints and error handling
Self-Installing Blueprint

This blueprint is a self-contained agent package. Drop the .md file into your workspace, type "tact it", and your AI platform unpacks the agent — complete with rules, skills, workflows, and a ready-to-use slash command.

Claude CoworkGoogle AntigravityGoogle Workspace StudioMicrosoft Copilot Studio
Sign in to Download