← 返回
效率工具 Key 中文

Expense Tracker v2

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...
追踪收支,支持多种后端存储(本地/Notion/Google Sheet/Supabase),使用 AES-256-GCM 加密凭证。当用户需要...
codeblackhole1024
效率工具 clawhub v1.1.0 1 版本 99867.7 Key: 需要
★ 0
Stars
📥 755
下载
💾 41
安装
1
版本
#latest

概述

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 Set password for decryption
add Add new record
listView recent records
list --monthThis month's records
list --categoryGroup by category
statsMonthly summary
stats -m 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"
}

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-03-30 07:36 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 147,917
communication-collaboration

Email Assistant

codeblackhole1024
多邮箱管理助手,支持 Gmail、163、QQ、Outlook、Hotmail。功能:(1) 读取收件箱并展示邮件摘要 (2) 关键词分析标记重要邮件 (3) 自动提取邮件中的日程信息并生成日历事件。适用于需要统一管理多个邮箱、避免错过重要
★ 1 📥 1,813
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,391