Awesome-openclaw-skills expense-tracker-pro

Track expenses via natural language, get spending summaries, set budgets

install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/expense-tracker-pro" ~/.claude/skills/sundial-org-awesome-openclaw-skills-expense-tracker-pro && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/expense-tracker-pro" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-expense-tracker-pro && rm -rf "$T"
manifest: skills/expense-tracker-pro/SKILL.md
source content

Expense Tracker Pro

Track your spending with natural conversation. No apps, no spreadsheets—just tell Clawd what you spent.

What it does

Logs expenses from natural language ("spent $45 on groceries"), categorizes automatically, tracks against budgets, and provides spending summaries on demand. Data persists in your local Clawd memory.

Usage

Log an expense:

"Spent $23.50 on lunch"
"$150 for electricity bill"
"Coffee $4.75"

Check spending:

"What did I spend this week?"
"Show my food expenses this month"
"Am I over budget on entertainment?"

Set budgets:

"Set grocery budget to $400/month"
"Budget $100 for entertainment"

Get reports:

"Monthly expense breakdown"
"Compare spending to last month"
"Export expenses to CSV"

Categories

Auto-detected from context:

  • Food & Dining
  • Transportation
  • Utilities
  • Entertainment
  • Shopping
  • Health
  • Subscriptions
  • Other

Override with: "spent $50 on [item], category: [category]"

Tips

  • Be specific with amounts for accurate tracking
  • Say "recurring" for subscriptions: "$15 Netflix, recurring monthly"
  • Ask "spending trends" for insights over time
  • All data stays local on your machine