money

money is a skill for Claude Code, Codex from Hmbown/Codewhale. It costs 0 tokens per session (282 once invoked), scanned A, original, MIT.

A read-only banking-data workflow using Plaid, a service that connects applications to bank accounts. It can retrieve account balances and transaction history and analyse spending, but it does not move money or pay bills.

In plain words
What is it for?
It helps connect bank accounts, retrieve balances, synchronise transaction history, and report spending by category or merchant, including pending and posted transactions.
Why use it?
It provides a defined way to access bank data while requiring credentials, starting with Plaid's sandbox, and avoiding unnecessary storage of sensitive account details.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps connect bank accounts, retrieve balances, synchronise transaction history, and report spending by category or merchant, including pending and posted transactions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hmbown/codewhale/money
About the project

Codewhale is an open-source coding agent that runs in the terminal and can read repositories, edit files, execute commands, and inspect results while pursuing a task. Developers use it with hosted providers or local models, with controls for how much access it receives.

Hmbown/Codewhale · 41,027 stars · on GitHub · codewhale.net

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Hmbown/Codewhale --skill money
Clone the repo
git clone --depth 1 https://github.com/Hmbown/Codewhale

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for money

README.md
[![agentmods](https://agentmods.dev/badge/skills/hmbown/codewhale/money/github.svg)](https://agentmods.dev/skills/hmbown/codewhale/money)
Your own site
<a href="https://agentmods.dev/skills/hmbown/codewhale/money"><img src="https://agentmods.dev/badge/skills/hmbown/codewhale/money/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for money

Your own site · 80×15
<a href="https://agentmods.dev/skills/hmbown/codewhale/money"><img src="https://agentmods.dev/badge/skills/hmbown/codewhale/money.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 282 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00282
Opus 5.5 $0.00000 $0.00113
Sonnet 5 $0.00000 $0.00056
Haiku 4.5 $0.00000 $0.00028

Measured 4d ago against content hash 7f0ad6eb9f3e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-23, from the pricing page.

Security

Grade A, and why

money scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

crates/tui/assets/skills/money/SKILL.md · 35 lines

What it actually says


name: money description: Bank accounts, balances, and transactions via Plaid. Use when: bank, balance, transactions, spending, accounts, or plaid. invocation: model+user

Money

When to use

Account balances, transaction history, and spending analysis across the user's bank accounts.

Setup

Requires Plaid API credentials. Fail loud when they are missing:

PLAID_CLIENT_ID=... PLAID_SECRET=...  # sandbox keys first, production only when asked

The Link flow opens in the user's browser — the user completes it, the agent drives everything after token exchange. Start in sandbox; touch production only with explicit approval.

Workflow

  1. Exchange the public token once: POST /item/public_token/exchange.
  2. Balances: POST /accounts/balance. History: POST /transactions/sync with its cursor, paging until has_more is false.
  3. Report with dates, merchant names, and amounts; call out pending vs posted.
  4. Spending analysis aggregates by category or merchant on request.

Non-goals

  • Do not move money, pay bills, or initiate transfers. Read-only, always.
  • Do not store account or routing numbers beyond the session need.
  • Do not paste secrets into chat, logs, or files.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 35 lines · 0 tokens per session scan A 7f0ad6eb9f3e

Subscribe to this mod's changes

money is a skill published in the GitHub repository Hmbown/Codewhale (41,027 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 282 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-19.