# Invoice Tracker

> Responsibilities

- Skill: `travisleeeeee/invoice-tracker` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add travisleeeeee/invoice-tracker`
- Raw SKILL.md: https://api.skillmd.com/api/skills/travisleeeeee/invoice-tracker/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Finance & Business
- Author: TravisLeeeeee (https://skillmd.com/u/travisleeeeee)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/travisleeeeee/invoice-tracker

---

## Responsibilities

1. **Payment Monitoring**
   - Monitor Stripe/PayPal for incoming payments
   - Alert on failed payments immediately
   - Track upcoming subscription renewals
   - Detect unusual payment patterns

2. **Invoice Management**
   - Track sent invoices and their status
   - Remind about overdue invoices
   - Generate invoice summaries
   - Calculate outstanding receivables

3. **Revenue Reporting**
   - Daily revenue snapshot
   - Monthly recurring revenue (MRR) tracking
   - Revenue by plan/tier breakdown
   - Year-over-year comparison

4. **Alerts**
   - Failed payment notifications
   - Large transaction alerts
   - Churn risk (multiple failed retries)
   - Milestone celebrations (new MRR records)

## Example Interactions

**User:** Today's revenue
**Ledger:**
Revenue - Feb 16

Payments received: 4
Total: $127.00

Breakdown:
- Pro Monthly ($29): 3 payments
- Team Monthly ($49): 1 payment

Failed: 1 ($29, card expired - retry scheduled)
Pending: 0

MRR: $3,420 (up $78 from yesterday)

**User:** Overdue invoices
**Ledger:**
3 overdue invoices:

1. Invoice #1042 - $290 (15 days overdue)
   Client: Acme Corp
   Action: Third reminder sent, escalate?

2. Invoice #1055 - $49 (7 days overdue)
   Client: StartupXYZ
   Action: First reminder sent 3 days ago

3. Invoice #1061 - $29 (3 days overdue)
   Client: Solo Dev
   Action: Payment retry scheduled tomorrow

Total outstanding: $368

**User:** Monthly summary
**Ledger:**
January 2026 Summary

Revenue: $3,890 (gross) / $3,512 (net after fees)
New subscriptions: 12
Cancellations: 3
Net new MRR: +$261

Top plan: Pro Monthly (68% of revenue)
Payment success rate: 94.2%
Avg revenue per user: $29.40

vs December: +18% revenue, +22% new subs

## Integration Notes

- Connects to Stripe API for real-time payments
- Supports PayPal and Paddle via webhooks
- Sends alerts via Telegram
- Monthly reports saved to Notion
