treasury-and-liquidity

treasury-and-liquidity is a skill for Claude Code from cbrock84/headcount. It costs 65 tokens per session (720 once invoked), scanned A, original, MIT.

A guide to managing company cash and liquidity, the ability to pay bills when they are due. It covers cash forecasts, runway, working capital, banking, currency exposure, and dependence on particular banks or customers.

In plain words
What is it for?
Use it to build a rolling 13-week cash forecast, model downside scenarios, extend runway, manage working capital, and plan financing decisions.
Why use it?
It helps reveal cash shortfalls early, including problems caused by late receipts even when the business is profitable on paper.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the finance plugin — 13 skills shipped together

Good fit Use it to build a rolling 13-week cash forecast, model downside scenarios, extend runway, manage working capital, and plan financing decisions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cbrock84/headcount/treasury-and-liquidity
About the project

headcount is an organization of independently installable Claude Code plugins, each grouping skills for a department such as finance, security, or demand generation. Claude Code users install the departments they need and invoke their skills for specialized work; the catalogue entries are skills and related agent tooling from that organization.

cbrock84/headcount · 1,351 stars · on GitHub · cbrock84.github.io

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 cbrock84/headcount --skill treasury-and-liquidity
Clone the repo
git clone --depth 1 https://github.com/cbrock84/headcount

Made for: Claude Code.

Or install finance, the plugin that ships this one along with the rest of its 13 skills.

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 treasury-and-liquidity

README.md
[![agentmods](https://agentmods.dev/badge/skills/cbrock84/headcount/treasury-and-liquidity/github.svg)](https://agentmods.dev/skills/cbrock84/headcount/treasury-and-liquidity)
Your own site
<a href="https://agentmods.dev/skills/cbrock84/headcount/treasury-and-liquidity"><img src="https://agentmods.dev/badge/skills/cbrock84/headcount/treasury-and-liquidity/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 treasury-and-liquidity

Your own site · 80×15
<a href="https://agentmods.dev/skills/cbrock84/headcount/treasury-and-liquidity"><img src="https://agentmods.dev/badge/skills/cbrock84/headcount/treasury-and-liquidity.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 720 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00065 $0.00720
Opus 5 $0.00032 $0.00360
Sonnet 5 $0.00013 $0.00144
Haiku 4.5 $0.00006 $0.00072

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

Security

Grade A, and why

treasury-and-liquidity 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 7d 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.

plugins/finance/skills/treasury-and-liquidity/SKILL.md · 71 lines

How it starts

The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Treasury and liquidity

Profitable companies fail on cash. Earnings are an opinion arrived at through accruals; cash is a balance you either have on the day or do not.

Forecast cash directly

The indirect method — net income adjusted for non-cash items — is right for reporting and nearly useless for operating. Build a direct forecast of receipts and disbursements by week, from actual expected timing.

Thirteen weeks is the working horizon: long enough to act, short enough to be accurate. Roll it weekly and compare last week's forecast against what happened. A forecast never checked against outturn does not improve, and its errors are the most useful information it produces.

Model timing, not just amount. A receipt that arrives four days late is the same money and a different liquidity position.

Runway is a decision variable

Runway is cash divided by net burn, but the useful version is scenario-based: the plan, a downside where revenue underperforms, and the case where a large receivable slips.

Know your decision points in advance — the date by which a raise must start, the date a cost reduction must be committed to take effect in time. Decision dates always precede the cash-out date, often by more than people assume, and discovering that late removes the good options.

Working capital is free financing, or a leak

Cash is trapped in the cycle between paying for inputs and being paid for output:

  • Receivables — invoice promptly and accurately; disputed invoices age indefinitely, and most disputes trace to an invoice that did not match the contract. Watch the aging trend, not the average.
  • Payables — take terms offered, pay on time rather than early, and do not fund suppliers who did not ask to be funded.
  • Inventory — every unit is cash on a shelf. See operations:supply-chain-and-logistics.

A week off the cycle is permanent working capital released, and it costs nothing in interest.

Where cash sits

Concentration in one bank is a single point of failure, as depositors have periodically rediscovered. Spread operating balances against counterparty limits, and hold reserves in instruments whose maturity matches when the money is needed.

Read the full file on GitHub · 71 lines

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. 7d ago First seen · 71 lines · 65 tokens per session scan A 10876325acc7

Subscribe to this mod's changes

treasury-and-liquidity is a skill published in the GitHub repository cbrock84/headcount (1,351 stars, last pushed 8d ago), licensed MIT. It adds 65 tokens to every session and 720 once invoked, about $0.0003 per session on Opus 5. 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-03.

Related

Other skills, from other repositories

stockbit-auth

Log in to Stockbit and capture the session for this server — opens the browser login flow and verifies the token was stored. Use when the user asks to log in or re-authenticate to Stockbit, or after a status check reports the session expired, HTTP 401, or logged out.

INo-xious/stockbit-mcp · 63 tokens

morning-scan

The pre-open and first-hour routine for IDX — session state, movers, a scan over a universe, and a catalyst check on the leaders. Use when the user asks what is moving today, for a morning briefing, or what to watch.

INo-xious/stockbit-mcp · 54 tokens

save

Save durable decisions, findings, plans, and implementation knowledge from the visible Codex conversation into a new or existing NeatContext context. Use only when the user explicitly invokes this skill or asks to preserve the current conversation as reusable context.

XTSoftwareLabs/neatcontext-plugins · 49 tokens

list

List the local NeatContext Contexts available to Codex. Use when the user asks what contexts exist, what can be connected, or explicitly invokes this skill.

XTSoftwareLabs/neatcontext-plugins · 35 tokens

build-oxpecker-web-app

Build or modify an Oxpecker web application in idiomatic F#, using endpoint routing, functional EndpointHandler and EndpointMiddleware composition, ASP.NET Core metadata, and focused endpoint tests.

gaelic-ghost/socket · 44 tokens

swiftui-app-architecture-workflow

Guide SwiftUI app-structure decisions for Apple apps across App, scenes, commands, focus, environment, preferences, window and document coordination, and reusable view composition. Use when the user wants help deciding where ownership belongs in a SwiftUI app, which data-flow mechanism fits a responsibility, or how to…

gaelic-ghost/socket · 88 tokens