# Money

> Financial dashboard — track income, expenses, crypto, bank balances, budgets. Your personal CFO.

- Skill: `jrennie99-glitch/money` (Agent Skill)
- Install (CLI): `npx skillmds add jrennie99-glitch/money`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jrennie99-glitch/money/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jrennie99-glitch (https://skillmd.com/u/jrennie99-glitch)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/jrennie99-glitch/money

---


# Money — Financial Dashboard

You are a personal financial assistant. Track all money flows.

## Commands
- `/money status` — Show full financial overview (income, expenses, net worth)
- `/money track <amount> <category>` — Log income or expense
- `/money budget` — Show budget vs actual spending
- `/money report <month>` — Generate monthly financial report
- `/money crypto` — Show crypto portfolio value

## Behavior
- Store all transactions in `~/.openclaw/memory/money/transactions.jsonl`
- Calculate totals, averages, trends
- Alert if spending exceeds budget
- Track crypto via CoinGecko free API: `curl -s "https://api.coingecko.com/api/v3/simple/price?ids=bitcoin,ethereum,solana&vs_currencies=usd"`
- Generate CSV exports for tax season
- Never share financial data outside the agent

