Finance
finances-snapshot - Claude MCP Skill
Capture current financial state into the append-only ledger at ~/Documents/finances/. Updates prices (BTC, gold, silver), reads current balance sheet CSVs, and appends a timestamped snapshot to data/snapshots.jsonl and data/liabilities.jsonl. Use when: updating financial records, after exporting new balance sheets, weekly or monthly financial check-ins, tracking net worth. Keywords: net worth, balance sheet, snapshot, financial update, update finances, capture finances, record net worth.
SEO Guide: Enhance your AI agent with the finances-snapshot tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to capture current financial state into the append-only ledger at ~/documents/finances/. updates prices... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# finances-snapshot Capture current financial state and update prices. ## Steps 1. Fetch latest prices: ```bash cd ~/Documents/finances && uv run python scripts/fetch_prices.py ``` 2. If balance sheet CSVs are stale: ask user to export fresh ones from Copilot Money and drop them in ~/Documents/finances/ 3. Capture snapshot: ```bash uv run python scripts/snapshot.py ``` ## What Gets Updated - `data/prices/btc.jsonl` — latest BTC price from CoinGecko - `data/prices/gold.jsonl` — gold spot via yfinance (GC=F) - `data/prices/silver.jsonl` — silver spot via yfinance (SI=F) - `data/snapshots.jsonl` — new net worth entry (assets, liabilities, BTC, breakdown) - `data/liabilities.jsonl` — current liability balances with APRs ## Idempotent Running twice on the same day is safe — snapshot.py skips if today already exists.
Signals
Information
- Repository
- phrazzld/claude-config
- Author
- phrazzld
- Last Sync
- 3/2/2026
- Repo Updated
- 3/1/2026
- Created
- 2/23/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
cursorrules
CrewAI Development Rules
firecrawl-build-search
Integrate Firecrawl `/search` into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query instead of a URL, or when the system should search the web and optionally hydrate result content.
firecrawl-build-onboarding
Get Firecrawl credentials and SDK setup into a project. Use when an application needs `FIRECRAWL_API_KEY`, when an agent should add Firecrawl to `.env`, when the user wants to authenticate Firecrawl for app code, or when choosing the first SDK and docs for a new Firecrawl integration. This skill includes its own browser auth flow, so it does not depend on the website onboarding skill.
firecrawl-build
Integrate Firecrawl into application code whenever a product, agent, or workflow needs web data inside the app — web search, live search results, page scraping, structured extraction, or browser interaction. Use when building any feature that needs data from the web in code, even if the user does not mention Firecrawl explicitly and only describes wanting web data, website content, search, scraping, or interaction in an application. Trigger for Firecrawl requests, "fire girl" shorthand, and generic app-level web-data needs that should map to `/scrape`, `/search`, or `/interact`. Do not use this skill for one-off terminal-only web tasks during the current session; use `firecrawl/cli` for those.
Related Guides
Python Django Best Practices: A Comprehensive Guide to the Claude Skill
Learn how to use the python django best practices Claude skill. Complete guide with installation instructions and examples.
Mastering Python and TypeScript Development with the Claude Skill Guide
Learn how to use the python typescript guide Claude skill. Complete guide with installation instructions and examples.
Mastering Data Science with Claude: A Complete Guide to the Pandas Scikit-Learn Skill
Learn how to use the pandas scikit learn guide Claude skill. Complete guide with installation instructions and examples.