Today's Agent Skill: Expense Report Compiler

What It Does

Expense reports are the tax everyone hates filing. This skill takes a pile of receipts and transaction descriptions, categorizes them, checks policy compliance, and outputs a submission-ready report.

How It Works

The Expense Report Compiler accepts receipt images, bank statement lines, or manual entries and automatically categorizes each expense (meals, travel, supplies, software). It flags items that may violate company policy thresholds, calculates totals by category, and formats everything into a clean report ready for your expense management system.

How to Deploy It

Run manually at the end of each trip or week by feeding it your receipts folder. For semi-autonomous use, connect it to your corporate card feed so expenses auto-categorize in real time, and a weekly compiled report drops into your inbox every Friday for review and one-click submission.

SKILL.md — Ready to Deploy

# Expense Report Compiler

## Description
Categorize expenses from receipts or transaction data, check policy compliance, and produce a submission-ready expense report.

## Trigger
"compile my expenses", "process these receipts", "build expense report for"

## Input
- Receipts (images, PDFs) and/or transaction list (CSV, text)
- Optional: company expense policy document
- Optional: trip name or reporting period

## Steps
1. Extract data from each receipt/transaction: date, vendor, amount, payment method
2. Auto-categorize: meals, travel, lodging, supplies, software, client entertainment, other
3. If policy document provided, flag items exceeding thresholds
4. Calculate totals per category and grand total
5. Format into expense report with all required fields
6. List any items needing manager justification

## Output Format
```markdown
# Expense Report — [Period/Trip Name]

| Date | Vendor | Category | Amount | Notes |
|------|--------|----------|--------|-------|
| 2026-05-10 | Delta Airlines | Travel | $342.00 | Flight to client site |

## Summary
| Category | Total |
|----------|-------|
| Travel | $342.00 |
| Meals | $87.50 |
| **Grand Total** | **$429.50** |

## Policy Flags
- 

Copy the full SKILL.md file and drop it into your agent's skills directory to activate this skill.

← Back to Agent Skills | Home — CA AI Tools