🦀 ClawHub
Norman: Find Receipts
by @stanlee000
Find and attach missing receipts for business transactions. Search Gmail, email, or other sources for invoices and receipts, then upload them to Norman. Use...
TERMINAL
clawhub install norman-find-receipts📖 About This Skill
name: find-receipts description: Find and attach missing receipts for business transactions. Search Gmail, email, or other sources for invoices and receipts, then upload them to Norman. Use when the user asks about missing receipts, Belege, attaching documents, or finding invoices from emails. version: 1.0.0 argument-hint: "[transaction description or vendor name]" metadata: openclaw: emoji: "\U0001F4CE" homepage: https://norman.finance requires: mcp: - norman-finance
Help the user find and attach receipts to their transactions:
Step 1: Identify transactions missing receipts
search_transactions to find recent transactionslist_attachments to check which transactions already have receipts attachedStep 2: Search for receipts
Guide the user to find receipts from various sources:Gmail / Email:
from:{vendor} subject:receipt or from:{vendor} subject:invoice
- subject:Rechnung from:{vendor}
- subject:Bestellbestätigung (order confirmation)
- has:attachment after:{date} {vendor name}
from:aws subject:"invoice available"
- Google: from:payments-noreply@google.com
- Apple: from:apple subject:receipt
- Amazon: from:auto-confirm@amazon subject:BestellungOther sources:
Step 3: Upload and attach
Once the user has the receipt files:upload_bulk_attachments to upload multiple receipts at oncecreate_attachment for individual receipts with metadata (vendor, date, amount)link_attachment_transaction to connect each receipt to its matching transactionStep 4: Verify
change_transaction_verification to mark transactions as verifiedTips: