Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Track personal expenses with natural language. Log spending, view reports, search transactions. Works with any AI model.
Track personal expenses with natural language. Log spending, view reports, search transactions. Works with any AI model.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Complete personal finance management. Track expenses, recurring subscriptions, savings goals, multi-currency support, and smart insights.
clawdhub install finance-tracker Or add to PATH: export PATH="$PATH:/path/to/finance-tracker/bin"
# Log an expense finance add 50k "lunch at cafe" # Log with currency conversion finance add $20 "online purchase" # See what you spent finance report week # Get smart insights finance insights
finance add <amount> "<description>" Amount formats: 50000 โ plain number 50k โ with k suffix (= 50,000) $50 โ USD, auto-converts to your currency โฌ100 โ EUR 100 USD โ explicit currency Examples: finance add 50000 "lunch" finance add 50k "groceries" finance add $25 "Netflix subscription"
# Remove last transaction finance undo # Edit a transaction finance edit <id> --amount=60000 finance edit <id> --desc="dinner with friends" finance edit <id> --category=food # Delete specific transaction finance delete <id>
finance report [period] # today, week, month, year, all finance recent [n] # last n transactions finance search "food" # search by keyword
Track subscriptions and bills that repeat automatically.
finance recurring add <amount> "<description>" <frequency> [--day=N] Frequencies: daily, weekly, biweekly, monthly, quarterly, yearly Examples: finance recurring add 110k "mobile provider" monthly --day=1 finance recurring add 50k "Netflix" monthly finance recurring add 200k "gym membership" monthly --day=15
finance recurring # List all finance recurring list # Same as above finance recurring due # Show what's due today finance recurring process # Auto-log all due expenses finance recurring remove <id> # Deactivate
Recurring expenses track their next due date Run finance recurring process daily (or in heartbeat) to auto-log Each logged expense appears in your regular transactions Monthly totals shown in the recurring report
Set targets and track progress towards financial goals.
finance goal add "<name>" <target> [--by=DATE] [--current=X] Examples: finance goal add "New Laptop" 5000000 --by=2026-06-01 finance goal add "Emergency Fund" 10000000 finance goal add "Vacation" 3000000 --by=2026-08-01 --current=500000
# Add to goal (increment) finance goal update "Laptop" 500k # Set exact amount finance goal set "Laptop" 2000000 # View all goals finance goal finance goal list
Deadline tracking โ shows days remaining Daily/weekly/monthly targets โ how much to save to hit deadline Priority levels โ high, medium, low Completion tracking โ celebrate when you hit targets!
Automatic currency conversion with live exchange rates.
finance rates # Show all common rates finance rates USD # Specific currency rate finance rates EUR
finance convert 100 USD UZS finance convert 50 EUR USD
# These auto-convert to your default currency (UZS) finance add $50 "Amazon purchase" finance add โฌ30 "App subscription" finance add 100 USD "Online course"
finance currency # Show current finance currency USD # Change default Rate caching: Rates refresh every 6 hours automatically.
AI-powered spending analysis and alerts. finance insights # Full insights report finance summary # Quick daily summary finance digest # Weekly digest
Spending velocity โ daily/weekly/monthly averages Period comparison โ this week vs last week Category changes โ which categories went up/down Anomaly detection โ unusually large expenses flagged Goal progress โ how much to save daily Recurring due โ subscriptions due today
๐ก Smart Insights โโโโโโโโโโโโโโโโโโโโโ ๐ Spending Velocity Daily avg: 85,000 UZS This month so far: 1,200,000 UZS Projected month total: 2,550,000 UZS ๐ This Week vs Last Week ๐ Spending UP 23% This week: 595,000 UZS Last week: 484,000 UZS ๐ท๏ธ Notable Category Changes ๐ food: โ 45% ๐ transport: โ 20% โ ๏ธ Alerts โข Unusually large expense: 350,000 on electronics ๐ฏ Savings Goals Need to save: 50,000 UZS/day Next deadline: Laptop in 45 days
finance income 5000000 "salary" finance income 500k "freelance project" Income types auto-detected: salary, freelance, business, investment, gift
finance asset add "Bank Account" 10000000 cash finance asset add "Stocks" 5000000 stocks finance asset add "Bitcoin" 2000000 crypto finance asset remove "Old Account" finance asset list finance portfolio # Net worth summary Asset types: cash, stocks, crypto, realestate, savings, investments
finance trends [days] # Spending patterns over time finance compare [days] # Compare current vs previous period finance budget <daily> # Check against daily budget
finance budget 100k Shows: Today's spending vs budget Week's spending vs weekly budget (7x daily) Remaining amounts Over-budget warnings
Auto-detected from description: CategoryKeywords๐ Foodlunch, dinner, cafe, restaurant, grocery๐ Transporttaxi, uber, bus, metro, fuel๐๏ธ Shoppingclothes, shoes, shopping๐ฑ Techphone, laptop, headphones๐ฎ Entertainmentmovie, game, netflix, spotify๐ Educationbook, course, school๐ Healthmedicine, pharmacy, doctor, gym๐ Homerent, utility, furniture, internet๐ Personalhaircut, barber, salon๐ Giftsgift, presentโ๏ธ Traveltravel, flight, hotel๐ Subscriptionssubscription, monthly, plan
All data stored locally in ~/.finance-tracker/: ~/.finance-tracker/ โโโ transactions.json # All expenses โโโ FINANCE_LOG.md # Human-readable log โโโ portfolio.json # Assets โโโ income.json # Income records โโโ recurring.json # Recurring expenses โโโ goals.json # Savings goals โโโ exchange_rates.json # Cached rates
finance export csv finance export json
For quick logging in chat, common patterns: "spent 50k lunch" โ finance add 50000 "lunch" "taxi 15k" โ finance add 15000 "taxi" "coffee 8k" โ finance add 8000 "coffee"
EXPENSES: finance add <amt> "<desc>" Log expense finance undo Remove last finance edit <id> [--amount=X] Edit transaction finance delete <id> Delete transaction finance report [period] Spending report finance recent [n] Recent transactions finance search "<query>" Search RECURRING: finance recurring List all finance recurring add ... Add subscription finance recurring remove <id> Remove finance recurring process Log due items finance recurring due Show due today GOALS: finance goal List goals finance goal add "<name>" <target> [--by=DATE] finance goal update "<name>" <amt> finance goal set "<name>" <amt> finance goal remove "<name>" CURRENCY: finance rates [currency] Exchange rates finance convert <amt> <from> <to> finance currency [code] Get/set currency INCOME & ASSETS: finance income <amt> "<desc>" finance asset add/remove/list finance portfolio ANALYSIS: finance insights Smart analysis finance summary Daily summary finance digest Weekly digest finance trends [days] finance compare [days] finance budget <daily> OTHER: finance categories finance export [csv|json] finance help
Use 'k' for thousands โ 50k is faster than 50000 Currency prefix โ $50 auto-converts Daily recurring check โ run finance recurring process in heartbeat Weekly insights โ run finance digest for summaries Goal tracking โ update goals when you save money Budget alerts โ run finance budget 100k to stay on track Made with ๐ฆ by Salen
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.