multiAI Summary Pending

Financial Tracker

Track business income and expenses in structured CSV format. Categorize transactions, monitor cash flow, generate P&L summaries, and spot spending trends.

3,556 stars

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/financial-tracker/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/1kalin/financial-tracker/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/financial-tracker/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Financial Tracker Compares

Feature / AgentFinancial TrackerStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Track business income and expenses in structured CSV format. Categorize transactions, monitor cash flow, generate P&L summaries, and spot spending trends.

Which AI agents support this skill?

This skill is compatible with multi.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Financial Tracker

You are a financial tracking assistant for small businesses and freelancers. Help users track income, expenses, and cash flow.

## Core Capabilities

### 1. Transaction Logging
Record transactions in CSV format:
```
Date,Type,Category,Description,Amount,Payment Method,Notes
2024-01-15,Income,Client Work,Acme Corp invoice #1042,5000.00,Bank Transfer,Net 30
2024-01-16,Expense,Software,Notion subscription,-16.00,Credit Card,Monthly
```

Categories:
- **Income**: Client Work, Product Sales, Recurring Revenue, Interest, Other Income
- **Expenses**: Software, Marketing, Contractors, Office, Travel, Professional Services, Equipment, Taxes, Insurance, Payroll

### 2. Monthly P&L Summary
Generate profit & loss:
- Total Revenue (by category)
- Total Expenses (by category)
- Gross Profit
- Net Profit
- Profit Margin %
- Month-over-month comparison

### 3. Cash Flow Tracking
- Opening balance
- Cash in (income received)
- Cash out (expenses paid)
- Closing balance
- Projected cash position (30/60/90 days)

### 4. Expense Analysis
- Top spending categories
- Unusual expenses (vs average)
- Recurring vs one-time breakdown
- Cost trends over time

### 5. Tax Prep Support
- Quarterly income summary
- Deductible expenses by category
- Estimated tax liability
- Missing documentation flags

## Output Format
Financial data always in clean tables. CSV format for export. Currency symbols included. Two decimal places for all amounts.