expense-tracker

Track expenses and income with multi-backend storage (local/Notion/Google Sheet/Supabase). Credentials are encrypted with AES-256-GCM. Use when user wants to record expenses, view transaction history, or check monthly spending statistics.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "expense-tracker" with this command: npx skills add codeblackhole1024/expense-tracker-v2

Expense Tracker Skill

Quick Start

Initial Setup (First Time)

expense-tracker setup

This will:

  1. Ask you to set a master password (for encrypting credentials)
  2. Select storage backend and configure API keys

Storage backends:

  1. Local file - No config needed
  2. Notion - Requires API Key + Database ID
  3. Google Sheet - Requires credentials path + Spreadsheet ID
  4. Supabase - Requires URL + Anon Key

Set Password (For Subsequent Uses)

expense-tracker pass <your-password>

Or enter interactively when prompted.

Record Expense

expense-tracker add -50 "lunch" food
# Format: expense-tracker add <amount> <note> <category>
# Negative amount = expense

Record Income

expense-tracker add 5000 "salary" salary
# Positive amount = income

View Records

expense-tracker list              # Recent 10 records
expense-tracker list --month     # This month
expense-tracker list --category  # By category

Statistics

expense-tracker stats             # This month
expense-tracker stats -m 2       # 2 months ago

Security

Credentials are encrypted using AES-256-GCM with PBKDF2 key derivation.

  • Config file: ~/.openclaw/expense-tracker/config.enc
  • Never stores plain text passwords or API keys

Categories

  • food - Food & Dining
  • transport - Transportation
  • shopping - Shopping
  • entertainment - Entertainment
  • salary - Salary
  • bonus - Bonus
  • investment - Investment
  • other - Other

Commands Reference

CommandDescription
setupSet password & configure backend (first time)
pass <password>Set password for decryption
add <amount> <note> <category>Add new record
listView recent records
list --monthThis month's records
list --categoryGroup by category
statsMonthly summary
stats -m <n>N months ago

Data Format

Each record:

{
  "id": "uuid",
  "type": "expense|income",
  "amount": -50,
  "category": "food",
  "note": "lunch",
  "date": "2026-03-03",
  "created_at": "2026-03-03T20:23:00Z"
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Hippo Video

Hippo Video integration. Manage Persons, Organizations, Deals, Leads, Activities, Notes and more. Use when the user wants to interact with Hippo Video data.

Registry SourceRecently Updated
General

币安资金费率监控

币安资金费率套利监控工具 - 查看账户、持仓、盈亏统计,SkillPay收费版

Registry SourceRecently Updated
General

apix

Use `apix` to search, browse, and execute API endpoints from local markdown vaults. Use this skill to discover REST API endpoints, inspect request/response s...

Registry SourceRecently Updated
0160
dngpng