Automate expense tracking, receipt processing, approval workflows, and reimbursement management
npx skills add https://github.com/claude-office-skills/skills --skill Expense Tracker
Comprehensive expense management skill for tracking, processing, and automating expense workflows.
RECEIPT TO REIMBURSEMENT:
┌─────────────────┐
│ Receipt Image │
│ (Photo/PDF) │
└────────┬────────┘
▼
┌─────────────────┐
│ OCR Extract │
│ - Vendor │
│ - Amount │
│ - Date │
│ - Items │
└────────┬────────┘
▼
┌─────────────────┐
│ Auto-Categorize│
│ - Travel │
│ - Meals │
│ - Software │
└────────┬────────┘
▼
┌─────────────────┐
│ Policy Check │
│ - Limits │
│ - Approvals │
└────────┬────────┘
▼
┌─────────────────┐
│ Submit Report │
└─────────────────┘
| Category | Examples | Default Limit |
|----------|----------|---------------|
| Travel | Flights, hotels, transport | $500/day |
| Meals | Team dinners, client meals | $100/person |
| Software | SaaS subscriptions | $200/month |
| Equipment | Hardware, peripherals | $1000/item |
| Office | Supplies, printing | $50/month |
| Training | Courses, conferences | $2000/year |
approval_matrix:
- amount_range: [0, 100]
required_approvers: []
auto_approve: true
- amount_range: [100, 500]
required_approvers:
- direct_manager
- amount_range: [500, 2000]
required_approvers:
- direct_manager
- department_head
- amount_range: [2000, null]
required_approvers:
- direct_manager
- department_head
- finance_director
receipt_extraction:
required:
- vendor_name
- total_amount
- transaction_date
- payment_method
optional:
- line_items
- tax_amount
- tip_amount
- currency
- receipt_number
validation:
date_format: "YYYY-MM-DD"
amount_precision: 2
currency_codes: ["USD", "EUR", "GBP", "CNY"]
{
"vendor": "Uber Technologies",
"date": "2024-01-15",
"total": 45.50,
"currency": "USD",
"category": "Travel - Ground Transport",
"line_items": [
{"description": "UberX ride", "amount": 38.00},
{"description": "Tip", "amount": 7.50}
],
"payment_method": "Corporate Card ****4242",
"receipt_id": "RCP-2024-0115-001"
}
# Expense Report - {Month} {Year}
**Employee:** {name}
**Department:** {department}
**Submission Date:** {date}
**Report Period:** {start_date} to {end_date}
## Summary
| Category | Amount | Budget | Variance |
|----------|--------|--------|----------|
| Travel | $1,250 | $2,000 | -$750 |
| Meals | $380 | $400 | -$20 |
| Software | $150 | $200 | -$50 |
| Equipment | $0 | $500 | -$500 |
| **Total** | **$1,780** | **$3,100** | **-$1,320** |
## Itemized Expenses
### Travel
| Date | Description | Amount | Receipt |
|------|-------------|--------|---------|
| 01/05 | Flight to NYC | $450 | ✓ |
| 01/05 | Hotel (2 nights) | $600 | ✓ |
| 01/06 | Uber to client | $45 | ✓ |
| 01/07 | Train return | $155 | ✓ |
### Meals
| Date | Description | Attendees | Amount | Receipt |
|------|-------------|-----------|--------|---------|
| 01/06 | Client dinner | 4 | $280 | ✓ |
| 01/10 | Team lunch | 6 | $100 | ✓ |
## Approval Status
- [ ] Direct Manager: Pending
- [ ] Finance Review: Pending
compliance_rules:
receipt_required:
threshold: 25
message: "Receipt required for expenses over $25"
meal_per_person:
limit: 75
message: "Per-person meal limit exceeded"
advance_booking:
travel_days: 14
savings_expected: 0.20
message: "Book travel 14+ days ahead for savings"
preferred_vendors:
hotels: ["Marriott", "Hilton", "Hyatt"]
airlines: ["United", "Delta", "American"]
message: "Use preferred vendors when available"
violation_actions:
soft_violation:
- flag_for_review
- notify_submitter
- allow_justification
hard_violation:
- reject_expense
- notify_manager
- require_correction
repeated_violations:
- escalate_to_hr
- training_required
slack_commands:
/expense:
- upload_receipt
- check_balance
- submit_report
- view_status
notifications:
- expense_approved
- expense_rejected
- report_due_reminder
- policy_update
card_integration:
providers:
- amex_corporate
- chase_business
- brex
- ramp
auto_import:
frequency: daily
categorize: true
match_receipts: true
reconciliation:
flag_missing_receipts: true
flag_personal_charges: true
MONTHLY SPENDING BY CATEGORY:
Travel ████████████░░░░ $12,500
Meals ██████░░░░░░░░░░ $5,800
Software ████░░░░░░░░░░░░ $3,200
Equipment ██░░░░░░░░░░░░░░ $1,500
Office █░░░░░░░░░░░░░░░ $800
TOP VENDORS:
1. Delta Airlines $4,200
2. Marriott Hotels $3,800
3. AWS $2,100
4. Uber $1,500
5. Zoom $600
DEPARTMENT BUDGET STATUS:
Engineering ████████░░ 78% ($15,600/$20,000)
Sales ██████████ 95% ($28,500/$30,000)
Marketing ██████░░░░ 62% $9,300/$15,000)
Operations ████░░░░░░ 45% ($4,500/$10,000)
reimbursement:
processing_days: [1, 15] # Bi-monthly
payment_methods:
- direct_deposit
- payroll_addition
- check
timing:
submission_deadline: 5 # Days before processing
approval_deadline: 3
payment_delay: 2 # Business days after processing
Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take claude-office-skills/expense tracker from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.