Track expenses via natural language, get spending summaries, set budgets
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill track-expenses-via-natural-language --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Track Expenses Via Natural Language?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-track-expenses-via-natural-language)More formats (shields.io, HTML) on the badges page.
---
name: track-expenses-via-natural-language
description: "Track expenses via natural language, get spending summaries, set budgets"
category: "Community"
author: community
version: "1.0.0"
icon: puzzle
---
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!