返回顶部
e

expense-tracker

Track and analyze personal expenses from receipts, bank statements, or manual input. Use when the user wants to: scan receipts (photos/PDFs), categorize spending, track budgets, generate expense reports, analyze spending patterns, or log transactions. Triggers on "track expenses", "receipt scan", "spending report", "budget tracker", "expense log", "where did my money go".

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
54
下载量
0
收藏
概述
安装方式
版本历史

expense-tracker

# Expense Tracker Track, categorize, and analyze personal/business expenses. ## Quick Start Log a transaction: ```bash python3 scripts/expense.py add --amount 45.99 --category food --desc "Grocery run" --date 2026-03-31 ``` Scan a receipt image: ```bash python3 scripts/expense.py scan receipt.jpg ``` View reports: ```bash python3 scripts/expense.py report --period month # this month python3 scripts/expense.py report --period week # this week python3 scripts/expense.py report --category food # food spending python3 scripts/expense.py report --budget # budget vs actual ``` ## Commands | Command | Description | |---------|-------------| | `add` | Add a manual transaction | | `scan` | OCR a receipt image and extract items | | `import` | Import CSV bank statement | | `report` | Generate spending reports | | `budget` | Set/view monthly budgets by category | | `categories` | List or edit categories | | `export` | Export data as CSV | ## Receipt Scanning The `scan` command uses OCR to extract: - Merchant name - Date - Line items with prices - Total amount Extracted items are auto-categorized using keyword matching (see references/categories.md for rules). ## Data Storage All data stored in `~/.expense-tracker/`: - `transactions.json` — all transactions - `budgets.json` — monthly budget limits - `categories.json` — custom categories and rules ## Report Formats Reports show: - Total spent per category (bar chart ASCII) - Month-over-month comparison - Budget utilization percentage - Top merchants by spend - Daily/weekly spending trend ## CSV Import Import bank statements (auto-detects columns): ```bash python3 scripts/expense.py import bank_export.csv --date-col Date --amount-col Amount --desc-col Description ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 eternal-expense-tracker-1775908742 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 eternal-expense-tracker-1775908742 技能

通过命令行安装

skillhub install eternal-expense-tracker-1775908742

下载 Zip 包

⬇ 下载 expense-tracker v1.0.0

文件大小: 5.86 KB | 发布时间: 2026-4-12 09:52

v1.0.0 最新 2026-4-12 09:52
Personal finance tracker with receipt scanning, auto-categorization, and budget reports.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部