Install
openclaw skills install @jzargona/smb-invoice-trackerAutomated invoice tracking + payment reminders for freelancers and small businesses. Scans Gmail for invoices, extracts amounts and due dates via LLM, sends...
openclaw skills install @jzargona/smb-invoice-trackerActivate when the user wants to:
Note: Gmail scanning, WhatsApp reminders, Stripe payment detection, and Telegram digests are NOT implemented in v1.0. These are planned for v1.1.
clawhub run smb-invoice-tracker add \
--payer "Acme Corp" \
--amount 1500 \
--currency "USD" \
--due 2026-07-15 \
--note "Q2 consulting"
clawhub run smb-invoice-tracker configure \
--tone "polite" \
--reminder-schedule "T-7,T-1,T+0,T+7"
Available tones: polite, friendly, firm.
# All invoices
clawhub run smb-invoice-tracker list
# Overdue only
clawhub run smb-invoice-tracker list --status outstanding
# Paid only
clawhub run smb-invoice-tracker list --status paid
clawhub run smb-invoice-tracker send-reminder --id INV-001
# Prints reminder text to stdout — review before sending manually
clawhub run smb-invoice-tracker mark-paid --id INV-001
clawhub run smb-invoice-tracker report --period week
~/.openclaw/smb-invoice-tracker/invoices.jsonInvoice not appearing?
clawhub run smb-invoice-tracker listLLM reminder not generating?
Want Gmail / WhatsApp / Stripe integration?