用自然语言跟踪个人开支。记录支出、查看报告、搜索交易。适用于任何人工智能模型。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install finance-tracker或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install finance-tracker⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/finance-tracker/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
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 number50k — with k suffix (= 50,000)$50 — USD, auto-converts to your currency€100 — EUR100 USD — explicit currencyExamples:
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
finance recurring process daily (or in heartbeat) to auto-log---
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
---
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
💡 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:
---
Auto-detected from description:
| Category | Keywords | |----------|----------| | 🍔 Food | lunch, dinner, cafe, restaurant, grocery | | 🚗 Transport | taxi, uber, bus, metro, fuel | | 🛍️ Shopping | clothes, shoes, shopping | | 📱 Tech | phone, laptop, headphones | | 🎮 Entertainment | movie, game, netflix, spotify | | 📚 Education | book, course, school | | 💊 Health | medicine, pharmacy, doctor, gym | | 🏠 Home | rent, utility, furniture, internet | | 💇 Personal | haircut, barber, salon | | 🎁 Gifts | gift, present | | ✈️ Travel | travel, flight, hotel | | 🔄 Subscriptions | subscription, 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"
Add to your HEARTBEAT.md for automated processing:
## Finance (daily)
- Run: finance recurring process
- Run: finance summary
---
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
...安装 财务追踪 后,可以对 AI 说这些话来触发它
Help me get started with Finance Tracker
Explains what Finance Tracker does, walks through the setup, and runs a quick demo based on your current project
Use Finance Tracker to track personal expenses with natural language
Invokes Finance Tracker with the right parameters and returns the result directly in the conversation
What can I do with Finance Tracker in my finance & investment workflow?
Lists the top use cases for Finance Tracker, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/finance-tracker/ 目录(个人级,所有项目可用),或 .claude/skills/finance-tracker/(项目级)。重启 AI 客户端后,用 /finance-tracker 主动调用,或让 AI 根据上下文自动发现并使用。
财务追踪 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
财务追踪 可免费安装使用。请查阅仓库了解许可证信息。
用自然语言跟踪个人开支。记录支出、查看报告、搜索交易。适用于任何人工智能模型。
财务追踪 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Finance Tracker
Identifies repetitive steps in your workflow and sets up Finance Tracker to handle them automatically