A professional command-line interface for querying Copilot Money personal finance data including balances, holdings, and asset allocation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install copilot-money
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install copilot-money using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Copilot Money CLI is an unofficial yet powerful terminal-based interface for the Copilot Money personal finance ecosystem. It enables developers and power users to access their financial data programmatically without needing to open the mobile or desktop app. By utilizing Openclaw Skills, this tool provides a bridge for AI agents to retrieve real-time account balances, investment holdings, and transaction history directly into their workflows.
The skill excels at providing structured visibility into your financial health. Whether you need to check your net worth, analyze your asset allocation across stocks and bonds, or simply refresh your bank connections, this tool offers a developer-friendly way to interact with your Copilot Money data securely and efficiently.
Ensure you have Python 3.10+ installed. Install the package via pip:
pip install copilot-money-cli
Initialize the configuration. On macOS, the CLI can auto-detect your session token from your browser:
# Auto-detect token from your default browser
copilot-money config init
# Or specify a specific browser
copilot-money config init --source chrome
For non-macOS systems or manual setup, use the manual source:
copilot-money config init --source manual
The skill organizes financial data into logical modules for easy consumption by Openclaw Skills workflows:
| Module | Description | Key Data Points |
|---|---|---|
| Accounts | Financial institutions and balances | Name, Balance, Account Type, Institution |
| Transactions | Historical spending and income | Date, Amount, Merchant, Category |
| Holdings | Individual investment securities | Symbol, Name, Price, Quantity, Value |
| Allocation | Portfolio distribution | Asset Class (Stocks/Bonds), Region (US/Intl) |
| Net Worth | High-level financial summary | Total Assets, Total Liabilities, Net Value |
Loading
An AI-powered integration to manage Dex CRM contacts, interaction notes, and follow-up reminders directly through a conversational interface.

A powerful API bridge for controlling Amazon Alexa and Echo devices through Text-to-Speech, media playback, and routine triggers.

An automated tool for fetching live CNY exchange rates and calculating business-specific tiered pricing models based on the Prairie Grasslands formula.

An intelligent email assistant that uses LangChain and OpenAI to draft and send emails with a mandatory human approval step.

A command-line interface for the Huckleberry baby tracking app, enabling developers to log sleep, feeds, and diaper changes directly from the terminal.

A context-aware outreach tool that scrapes business websites to generate highly personalized cold emails using local LLMs.








































