View Chime checking and savings, check SpotMe status, and monitor account activity
Enables Claude to access Chime to view checking and savings account balances, check SpotMe overdraft protection status, monitor transactions, and track automatic savings.
curl -sSL https://canifi.com/skills/chime/install.sh | bash
Or manually:
cp -r skills/chime ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set CHIME_EMAIL "[email protected]"
canifi-env set CHIME_PHONE "+1234567890"
Your credentials, your choice. Canifi LifeOS respects your privacy.
If you prefer not to share credentials with Claude Code:
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
User: "What's my Chime balance?"
Claude: I'll check your Chime accounts.
- Opens chime.com via Playwright MCP
- Logs into account
- Returns: Spending Account: $1,234.56
- Savings Account: $5,678.90 (2.00% APY)
- SpotMe: $200 available
- Total: $6,913.46
- Next direct deposit: Friday
User: "What's my SpotMe limit?"
Claude: I'll check your SpotMe status.
- Navigates to SpotMe section
- SpotMe limit: $200
- Currently used: $0
- Available: $200
- Tip settings: $2 default
- Eligibility: Based on $200+ monthly direct deposit
User: "Show my recent Chime transactions"
Claude: I'll display your recent activity.
- Navigates to transactions
- Recent activity:
- Jan 6: -$45.67 Amazon (Spending)
- Jan 5: +$1,500 Direct Deposit
- Jan 4: +$25 Save When I Get Paid
- Jan 3: -$89.00 Target (Spending)
- Auto-Save this week: $50
After each interaction:
Suggest updates when: