← All skills
Tencent SkillHub Β· AI

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

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)

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc