cash-forecasting

cash-forecasting is a skill for Claude Code, Codex from gokulb20/crewm8-cfo-skills. It costs 69 tokens per session (2,261 once invoked), scanned A, original, MIT.

A rolling 13-week view of expected company cash coming in and going out. It includes different scenarios and compares earlier forecasts with actual results.

In plain words
What is it for?
Use it to forecast cash flow, update runway projections, model revenue or cost changes, and test scenarios such as a 20% revenue drop.
Why use it?
It shows how long available cash may last and when money could run out under changing conditions. This gives the company time to adjust spending, income plans, or fundraising.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: positional $N argument; built for openclaw.

Good fit Use it to forecast cash flow, update runway projections, model revenue or cost changes, and test scenarios such as a 20% revenue drop.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gokulb20/crewm8-cfo-skills/cash-forecasting
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 gokulb20/crewm8-cfo-skills --skill cash-forecasting
Clone the repo
git clone --depth 1 https://github.com/gokulb20/crewm8-cfo-skills

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 cash-forecasting

README.md
[![agentmods](https://agentmods.dev/badge/skills/gokulb20/crewm8-cfo-skills/cash-forecasting/github.svg)](https://agentmods.dev/skills/gokulb20/crewm8-cfo-skills/cash-forecasting)
Your own site
<a href="https://agentmods.dev/skills/gokulb20/crewm8-cfo-skills/cash-forecasting"><img src="https://agentmods.dev/badge/skills/gokulb20/crewm8-cfo-skills/cash-forecasting/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-forecasting

Your own site · 80×15
<a href="https://agentmods.dev/skills/gokulb20/crewm8-cfo-skills/cash-forecasting"><img src="https://agentmods.dev/badge/skills/gokulb20/crewm8-cfo-skills/cash-forecasting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,261 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.00069 $0.02261
Opus 5 $0.00034 $0.01130
Sonnet 5 $0.00014 $0.00452
Haiku 4.5 $0.00007 $0.00226

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

Security

Grade A, and why

cash-forecasting 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.

skills/cash-treasury/cash-forecasting/SKILL.md · 181 lines

How it starts

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

Cash Forecasting

Build and maintain a 13-week rolling cash flow forecast — the most important financial model for an early-stage startup. Model every expected inflow and outflow week by week, run scenarios, and track accuracy.

Purpose

A cash forecast is the bridge between today's cash position and tomorrow's financial reality. Without it, startups fly blind — running out of cash is the #1 cause of startup failure. This skill produces the 13-week rolling forecast that tells leadership exactly when cash will run out under multiple scenarios, so they can act before it's too late.

When to Use

  • "Build a 13-week cash forecast"
  • "Update the cash forecast"
  • "Model our cash runway under different scenarios"
  • "How long until we run out of money at current burn?"
  • "What happens to cash if revenue drops 20%?"

Inputs Required

  1. Current cash position — get from cash-monitoring skill.
  2. Revenue forecast — get from revenue-forecasting skill or provide manually.
  3. Budget / expense forecast — get from budget-creation-management or provide manually.
  4. AP schedule — upcoming vendor payments from accounts-payable-management.
  5. AR schedule — expected customer payments from accounts-receivable-management.
  6. Payroll calendar — pay dates, amounts from payroll-processing.
  7. Tax payment calendar — from tax-compliance-management.
  8. Debt service schedule — if any loans/credit facilities.

Quick Reference

Concept Formula Purpose
Net cash flow (week N) Total inflows - Total outflows Weekly cash change
Ending cash (week N) Ending cash (N-1) + Net cash flow (N) Running cash balance
Zero cash date Earliest week ending cash goes negative Single most important fundraising trigger
Months of runway Ending cash / avg monthly net burn Time until cash exhaustion
Cash low point Lowest ending cash in 13 weeks Minimum liquidity planning

Procedure

Read the full file on GitHub · 181 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. 11d ago First seen · 181 lines · 69 tokens per session scan A 1ecb8d7f63a8

Subscribe to this mod's changes

cash-forecasting is a skill published in the GitHub repository gokulb20/crewm8-cfo-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 69 tokens to every session and 2,261 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-31.

Related

Other skills, from other repositories

splits

Use Splits with Bankr for onchain treasury operations: secure assets, process revenue, manage operating subaccounts, pay expenses, govern contracts, and maintain clean accounting books.

BankrBot/skills · 38 tokens

growth-sucks-cash

A business framework stating that fast growth usually consumes cash before the related revenue arrives. Cash flow means the money actually entering and leaving the business, while profit is an accounting measure.

ace3000chao/book2startup · 88 tokens

cfo-expert

Turn Claude into a seasoned CFO and accounting expert fluent in US GAAP, financial modeling, tax strategy, and corporate finance. Use this skill whenever the user asks about financial statements, accounting entries, bookkeeping, revenue recognition, budgeting, forecasting, cash flow analysis, financial ratios, tax…

j9o/cfo-expert · 185 tokens

html-ppt-zhangzara-bold-poster

OpenDesign's Series A growth story: the traction curve, the expansion motion, and why it's venture-scale. Built as a decision-grade fundraising pitch deck for Series A partners.

nexu-io/open-design · 47 tokens

tax-calculator

Calculate tax implications of trades and generate tax reports.

Signal-Execution-Labs/forex-trading-ai-agent · 13 tokens

financial-model

Use when a founder needs the driver-based 18–36 month projection: revenue, cost and headcount builds resolving to net burn, runway, cash-out date, scenarios and the raise size. NOT the 13-week bank-reconciled cash view (that is finance-ops), NOT single-series forecasting (that is forecasting), NOT running the round…

ericrisco/rsc-harness · 85 tokens