Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计提醒

finance-tracker财务跟踪器

Agent Skill

finance-tracker 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

85,543

周安装

3,529

GitHub Stars

3

下载量

27,950
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:finance-tracker(财务跟踪器)
来源仓库:https://github.com/salen-project/finance-tracker
安装命令:
openclaw skills install finance-tracker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install finance-tracker

简介

用自然语言跟踪个人开支,记录支出并生成财务报告。

  • 适合个人理财管理,自动分类消费项目和金额。
  • 支持语音输入和文本描述,降低记账门槛。finance-tracker 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 数据存储于本地或指定位置,需定期备份防丢失。
  • 消费建议仅供参考,不构成具体投资指导。

SKILL.md

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

Core Commands

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

Income & Assets

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

  1. Use 'k' for thousands50k is faster than 50000
  2. Currency prefix$50 auto-converts
  3. Daily recurring check — run finance recurring process in heartbeat
  4. Weekly insights — run finance digest for summaries
  5. Goal tracking — update goals when you save money
  6. Budget alerts — run finance budget 100k to stay on track

Made with 🦞 by Salen

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

79.33%
按下载量换算22,173

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

未展示

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills