Copilot Money Skill — Copilot Money 技能
v1.1.2查询 Copilot Money personal finance data (accounts, transactions, net worth, holdings, as设置 allocation) and refresh bank connections. Use when the user asks about finances, account balances, recent transactions, net worth, investment allocation, or wants to 同步/refresh bank data.
运行时依赖
安装命令
点击复制技能文档
Copilot Money 命令行工具
Command-line interface for Copilot Money, a personal finance 应用. 认证 once and 查询 accounts, transactions, holdings, and allocation data from your terminal.
Note: This is an unofficial 工具 and is not affiliated with Copilot Money.
安装 pip 安装 copilot-money-命令行工具
Quick 启动 copilot-money config init copilot-money accounts copilot-money networth
Commands copilot-money refresh # Refresh all bank connections copilot-money accounts # 列出 accounts with balances copilot-money accounts --type CREDIT # 过滤器 by type copilot-money accounts --json # 输出 as JSON copilot-money transactions # Recent transactions (default 20) copilot-money transactions --count 50 # Specify count copilot-money networth # As设置s, 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 # 过滤器 by security type copilot-money allocation # Stocks/bonds with US/Intl split copilot-money config show # Show config and 令牌 状态 copilot-money config init # Auto-检测 令牌 from browsers copilot-money config init --source chrome # From specific browser copilot-money config init --source manual # Manual 令牌 entry
Authentication
Config stored at ~/.config/copilot-money/config.json. The 命令行工具 auto-检测s your Copilot Money refresh 令牌 from supported browsers on macOS.
Auto-检测: 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-检测ion, the 命令行工具 reads your browser's local 索引edDB storage to find your Copilot Money 会话 令牌. This h应用ens locally — no data is sent anywhere except to Copilot Money's API.
Requirements Python 3.10+ macOS for browser 令牌 提取ion (manual 令牌 entry works everywhere)