返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
e

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.

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

expense-tracker

# Expense Tracker Skill ## Quick Start ### Initial Setup (First Time) ```bash 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) ```bash expense-tracker pass <your-password> ``` Or enter interactively when prompted. ### Record Expense ```bash expense-tracker add -50 "lunch" food # Format: expense-tracker add <amount> <note> <category> # Negative amount = expense ``` ### Record Income ```bash expense-tracker add 5000 "salary" salary # Positive amount = income ``` ### View Records ```bash expense-tracker list # Recent 10 records expense-tracker list --month # This month expense-tracker list --category # By category ``` ### Statistics ```bash 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 | Command | Description | |---------|-------------| | `setup` | Set password & configure backend (first time) | | `pass <password>` | Set password for decryption | | `add <amount> <note> <category>` | Add new record | | `list` | View recent records | | `list --month` | This month's records | | `list --category` | Group by category | | `stats` | Monthly summary | | `stats -m <n>` | N months ago | ## Data Format Each record: ```json { "id": "uuid", "type": "expense|income", "amount": -50, "category": "food", "note": "lunch", "date": "2026-03-03", "created_at": "2026-03-03T20:23:00Z" } ```

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 expense-tracker-v2-1776276633 技能

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

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

通过命令行安装

skillhub install expense-tracker-v2-1776276633

下载

⬇ 下载 expense-tracker v1.1.0(免费)

文件大小: 5.65 KB | 发布时间: 2026-4-16 17:17

v1.1.0 最新 2026-4-16 17:17
Added AES-256-GCM encryption for credentials storage

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

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

p2p_official_large
返回顶部