/install copilot-money
Copilot Money CLI
Command-line interface for Copilot Money, a personal finance app. Authenticate once and query accounts, transactions, holdings, and allocation data from your terminal.
Note: This is an unofficial tool and is not affiliated with Copilot Money.
Install
pip install copilot-money-cli
Quick start
copilot-money config init
copilot-money accounts
copilot-money networth
Commands
copilot-money refresh # Refresh all bank connections
copilot-money accounts # List accounts with balances
copilot-money accounts --type CREDIT # Filter by type
copilot-money accounts --json # Output as JSON
copilot-money transactions # Recent transactions (default 20)
copilot-money transactions --count 50 # Specify count
copilot-money networth # Assets, liabilities, net worth
copilot-money holdings # Investment holdings (grouped by type)
copilot-money holdings --group account # Group by account
copilot-money holdings --group symbol # Group by symbol
copilot-money holdings --type ETF # Filter by security type
copilot-money allocation # Stocks/bonds with US/Intl split
copilot-money config show # Show config and token status
copilot-money config init # Auto-detect token from browsers
copilot-money config init --source chrome # From specific browser
copilot-money config init --source manual # Manual token entry
Authentication
Config stored at ~/.config/copilot-money/config.json. The CLI auto-detects your Copilot Money refresh token from supported browsers on macOS.
- Auto-detect:
copilot-money config init - Explicit source:
copilot-money config init --source arc|chrome|safari|firefox - Manual entry:
copilot-money config init --source manual
When using browser auto-detection, the CLI reads your browser's local IndexedDB storage to find your Copilot Money session token. This happens locally — no data is sent anywhere except to Copilot Money's API.
Requirements
- Python 3.10+
- macOS for browser token extraction (manual token entry works everywhere)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install copilot-money - 安装完成后,直接呼叫该 Skill 的名称或使用
/copilot-money触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Copilot Money Skill 是什么?
Query Copilot Money personal finance data (accounts, transactions, net worth, holdings, asset allocation) and refresh bank connections. Use when the user asks about finances, account balances, recent transactions, net worth, investment allocation, or wants to sync/refresh bank data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2940 次。
如何安装 Copilot Money Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install copilot-money」即可一键安装,无需额外配置。
Copilot Money Skill 是免费的吗?
是的,Copilot Money Skill 完全免费(开源免费),可自由下载、安装和使用。
Copilot Money Skill 支持哪些平台?
Copilot Money Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Copilot Money Skill?
由 jayhickey(@jayhickey)开发并维护,当前版本 v1.1.2。