cash-flow-forecast

cash-flow-forecast is a skill for Claude Code, Codex from WellApp-ai/Well. It costs 54 tokens per session (499 once invoked), scanned A, original, MIT.

A cash-flow forecasting skill for a Well workspace that projects future balances from unpaid invoices, payable invoices, collected transactions, and recurring spending. Runway means how long the available cash is expected to last.

In plain words
What is it for?
It is for estimating future cash balances, expected money in and out, payment timing, and the period when cash could run out.
Why use it?
It bases the forecast on recorded invoices and bank activity, making clear when the data is limited and when the projected balance may reach zero.

Skill for Claude CodeCodex

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

Part of the well plugin — 9 skills, 1 hook shipped together

Good fit It is for estimating future cash balances, expected money in and out, payment timing, and the period when cash could run out.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wellapp-ai/well/cash-flow-forecast
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 WellApp-ai/Well --skill cash-flow-forecast
Clone the repo
git clone --depth 1 https://github.com/WellApp-ai/Well

Made for: Claude Code, Codex.

Or install well, the plugin that ships this one along with the rest of its 9 skills, 1 hook.

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 cash-flow-forecast

README.md
[![agentmods](https://agentmods.dev/badge/skills/wellapp-ai/well/cash-flow-forecast/github.svg)](https://agentmods.dev/skills/wellapp-ai/well/cash-flow-forecast)
Your own site
<a href="https://agentmods.dev/skills/wellapp-ai/well/cash-flow-forecast"><img src="https://agentmods.dev/badge/skills/wellapp-ai/well/cash-flow-forecast/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 cash-flow-forecast

Your own site · 80×15
<a href="https://agentmods.dev/skills/wellapp-ai/well/cash-flow-forecast"><img src="https://agentmods.dev/badge/skills/wellapp-ai/well/cash-flow-forecast.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 499 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.00054 $0.00499
Opus 5 $0.00027 $0.00249
Sonnet 5 $0.00011 $0.00100
Haiku 4.5 $0.00005 $0.00050

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

Security

Grade A, and why

cash-flow-forecast 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 11d 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/well/skills/cash-flow-forecast/SKILL.md · 28 lines

What it actually says

Cash-flow forecast from Well

A trustworthy forecast is grounded in what actually happened — invoices raised, cash collected, and observed days-to-pay — not in optimistic projections. Every forecast must state its time window and filters, and flag thin history explicitly.

Build it from booked + collected

  1. Discover the schema first (see well:querying-well-data).
  2. Starting position — current cash: well_get_schema("account_balances") / accounts, sum the latest balance per account (note the currency).
  3. Expected inflows (booked) — open invoices (issued, unpaid) with their due dates and outstanding amounts. Adjust each due date by the customer's observed days-to-pay where history exists (derive from past invoices + their settling transactions / invoice_transactions).
  4. Expected outflows (booked) — received/payable invoices with due dates; plus recurring outflows visible in transactions history (rent, payroll, subscriptions).
  5. Project the balance forward per period (week or month): starting cash + expected inflows − expected outflows. Report the projected balance per period and the runway (the period the balance crosses zero, if any).

Rules

  • State the window and filters behind the forecast (e.g. "next 13 weeks, EUR, excludes intra-account transfers"). A forecast without its assumptions is a vanity number.
  • Flag thin history. If days-to-pay or recurring-outflow history is sparse (low n), say so — confidence is overstated on thin data.
  • Distinguish booked (invoices/contracts that exist) from assumed (run-rate extrapolation), and label which is which.
  • Don't sum across currencies without converting (see exchange_rates).

Present it

A per-period table — opening balance, inflows, outflows, closing balance — the runway in plain terms ("≈ N weeks at current trajectory"), the stated window/filters, and an explicit confidence note when history is thin.

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. 11d ago First seen · 28 lines · 54 tokens per session scan A 702094ec6fe3

Subscribe to this mod's changes

cash-flow-forecast is a skill published in the GitHub repository WellApp-ai/Well (341 stars, last pushed today), licensed MIT. It adds 54 tokens to every session and 499 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-08-30.

Related

Other skills, from other repositories

lemon-squeezy

Lemon Squeezy simplifies global tax compliance and recurring billing. The official @lemonsqueezy/lemonsqueezy.js SDK handles interactions cleanly.

ashish7802/awesome-api-skills · 0 tokens

paddle

Paddle acts as a Merchant of Record, meaning they handle sales tax (VAT, GST) calculations and remittance for you. Use the @paddle/paddle-node SDK to manage subscriptions and invoices.

ashish7802/awesome-api-skills · 0 tokens

plaid

Plaid connects users' bank accounts to apps. This skill focuses on Plaid Link flow and the plaid-node SDK to extract transaction data.

ashish7802/awesome-api-skills · 0 tokens

stripe

Stripe provides APIs for payment processing, billing, subscriptions, and financial management. This skill focuses on the Stripe Node.js and Python SDKs, emphasizing PCI-compliant flows like Checkout Sessions and Webhook signatures.

ashish7802/awesome-api-skills · 0 tokens

braintree

Braintree (by PayPal) provides enterprise payment processing accepting Credit Cards, PayPal, Venmo, Apple Pay, and Google Pay with PCI-compliant Hosted Fields and Drop-in UI.

ashish7802/awesome-api-skills · 0 tokens

dashboards

Use when creating or extending Costory dashboards, generating interesting FinOps overviews (suggestgroupby + suggestusagemetrics + text widgets), adding or replacing widgets, copying widgets between dashboards, editing dashboardContext (global filter / period / groupBy) via updatedashboard, or applying shared-context…

costory-io/costory-finops-mcp-skills · 92 tokens