receipts

Scan Gmail for purchase emails, upload receipts to Google Drive, and notify accounting.

4|1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/MattVOLTA/outworkos_diy --skill receipts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receipts
Source: https://github.com/MattVOLTA/outworkos_diy/tree/main/skills/receipts
Command: npx skills add https://github.com/MattVOLTA/outworkos_diy --skill receipts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates the daily receipts workflow by scanning Gmail for purchase emails, uploading them to Google Drive, and notifying the configured accounting address, eliminating manual receipt processing.

Core Features & Use Cases

  • Scan Gmail for purchase emails and filter noise to identify valid receipts.
  • Upload receipts to a dedicated Google Drive folder and organize by date.
  • Notify the accounting address with a concise summary and link to the Drive folder.
  • Use Case: Daily receipt processing, end-of-day closeouts, and backfill for missed days.

Quick Start

Run the receipts pipeline to process yesterday's purchases and upload them to Google Drive.

Frequently Asked Questions about receipts

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

FAQPage Schema
How do I automate Gmail receipt extraction to Google Drive?

You can backfill specific dates across multiple days using the backfill action argument. This allows the workflow to scan Gmail for purchase emails from missed days and upload them to Google Drive retroactively.

Can I verify the results of an automated receipts workflow?

Yes, you can verify last-run results using the verify action argument. This checks the previous daily processing run to ensure purchase emails were correctly uploaded to Google Drive and accounting notifications were sent.

What is the best way to test Gmail purchase email processing without uploading files?

The best way to test Gmail purchase email processing is using the dry-run action argument. This executes the pipeline simulation without permanently uploading receipts to Google Drive or sending accounting notifications.

Does this receipts automation tool require external dependencies?

No external dependencies are required to run this receipts automation tool. It operates independently using Vault-backed secrets, internal scripts, and config-driven parameters to manage the Gmail to Google Drive pipeline.