https://github.com/chardigio/copilot-money-skill
Copilot Money skill for Claude Code - query and analyze personal finance data
https://github.com/chardigio/copilot-money-skill
agentic-skill claude-code-skill copilot-money macos personal-finance skillsmp
Last synced: about 1 month ago
JSON representation
Copilot Money skill for Claude Code - query and analyze personal finance data
- Host: GitHub
- URL: https://github.com/chardigio/copilot-money-skill
- Owner: chardigio
- License: mit
- Created: 2026-01-30T02:12:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-04T09:55:37.000Z (4 months ago)
- Last Synced: 2026-03-04T16:15:38.466Z (4 months ago)
- Topics: agentic-skill, claude-code-skill, copilot-money, macos, personal-finance, skillsmp
- Size: 9.77 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Copilot Money Skill
A Claude Code plugin for querying personal finance data from the [Copilot Money](https://copilot.money) Mac app.
## Install
### As a Claude Code plugin (recommended)
```bash
claude plugin install copilot-money --source github:chardigio/copilot-money-skill
```
### Manual install
Copy the skill to your Claude Code skills directory:
```bash
mkdir -p ~/.claude/skills/copilot-money
curl -sL https://raw.githubusercontent.com/chardigio/copilot-money-skill/main/skills/copilot-money/SKILL.md \
-o ~/.claude/skills/copilot-money/SKILL.md
```
## What It Does
This skill enables Claude to access and analyze your financial data stored locally by Copilot Money, including:
- Transaction history and spending patterns
- Account balances over time
- Category-based expense analysis
- Recurring transaction definitions (rent, subscriptions, etc.)
- Budget amounts and investment data
## Requirements
- macOS with Copilot Money app installed
- Copilot Money must have synced data locally (the app stores data in SQLite and Firestore LevelDB cache)
## Example Uses
- "How much did I spend on restaurants last month?"
- "Show me my largest transactions this year"
- "What's my monthly spending trend?"
- "Find all Amazon purchases"
## Privacy
All data stays local - this skill queries the local databases directly on your Mac. No data is sent to external services.
## License
MIT