โ† All skills
Tencent SkillHub ยท Developer Tools

Finance Tracker

Track personal expenses with natural language. Log spending, view reports, search transactions. Works with any AI model.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Track personal expenses with natural language. Log spending, view reports, search transactions. Works with any AI model.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
package.json, SKILL.md, lib/recurring.py, lib/goals.py, lib/categories.py, lib/__init__.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
2.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 33 sections Open source page

Finance Tracker v2.0

Complete personal finance management. Track expenses, recurring subscriptions, savings goals, multi-currency support, and smart insights.

Installation

clawdhub install finance-tracker Or add to PATH: export PATH="$PATH:/path/to/finance-tracker/bin"

Quick Start

# 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

Add Expenses

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"

Undo & Edit

# 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>

View & Search

finance report [period] # today, week, month, year, all finance recent [n] # last n transactions finance search "food" # search by keyword

๐Ÿ”„ Recurring Expenses

Track subscriptions and bills that repeat automatically.

Add Recurring

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

Manage Recurring

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

How It Works

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

๐ŸŽฏ Savings Goals

Set targets and track progress towards financial goals.

Add 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

Track Progress

# 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

Goal Features

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!

๐Ÿ’ฑ Multi-Currency

Automatic currency conversion with live exchange rates.

View Rates

finance rates # Show all common rates finance rates USD # Specific currency rate finance rates EUR

Convert

finance convert 100 USD UZS finance convert 50 EUR USD

Auto-Conversion in Expenses

# These auto-convert to your default currency (UZS) finance add $50 "Amazon purchase" finance add โ‚ฌ30 "App subscription" finance add 100 USD "Online course"

Set Default Currency

finance currency # Show current finance currency USD # Change default Rate caching: Rates refresh every 6 hours automatically.

๐Ÿ’ก Smart Insights

AI-powered spending analysis and alerts. finance insights # Full insights report finance summary # Quick daily summary finance digest # Weekly digest

What Insights Shows

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

Example Output

๐Ÿ’ก 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

Log Income

finance income 5000000 "salary" finance income 500k "freelance project" Income types auto-detected: salary, freelance, business, investment, gift

Manage Assets

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

Analysis

finance trends [days] # Spending patterns over time finance compare [days] # Compare current vs previous period finance budget <daily> # Check against daily budget

Budget Check

finance budget 100k Shows: Today's spending vs budget Week's spending vs weekly budget (7x daily) Remaining amounts Over-budget warnings

Categories

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

Data Storage

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

Export

finance export csv finance export json

Telegram Integration

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"

Heartbeat Integration

  • Add to your HEARTBEAT.md for automated processing:
  • ## Finance (daily)
  • Run: finance recurring process
  • Run: finance summary

Complete Command Reference

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

Tips

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts1 Docs1 Config
  • SKILL.md Primary doc
  • lib/__init__.py Scripts
  • lib/categories.py Scripts
  • lib/goals.py Scripts
  • lib/recurring.py Scripts
  • package.json Config