check-my-burn-and-runway

check-my-burn-and-runway is a skill for Claude Code, Codex from akiotanaka847/qaio-desktop. It costs 112 tokens per session (1,905 once invoked), scanned A, original, MIT.

A report showing how much cash the company has, how quickly it is spending money, and how many months the cash may last. Net burn means spending more cash than the company receives during a period.

In plain words
What is it for?
Use it to review three- and six-month spending rates, estimate runway, compare sensitivity scenarios, and identify the three largest cost drivers.
Why use it?
It turns accounting and bank data into a short view of cash pressure and shows how the estimate changes if spending rises or falls by 20%.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to review three- and six-month spending rates, estimate runway, compare sensitivity scenarios, and identify the three largest cost drivers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/akiotanaka847/qaio-desktop/check-my-burn-and-runway
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 akiotanaka847/qaio-desktop --skill check-my-burn-and-runway
Clone the repo
git clone --depth 1 https://github.com/akiotanaka847/qaio-desktop

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 check-my-burn-and-runway

README.md
[![agentmods](https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/check-my-burn-and-runway/github.svg)](https://agentmods.dev/skills/akiotanaka847/qaio-desktop/check-my-burn-and-runway)
Your own site
<a href="https://agentmods.dev/skills/akiotanaka847/qaio-desktop/check-my-burn-and-runway"><img src="https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/check-my-burn-and-runway/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 check-my-burn-and-runway

Your own site · 80×15
<a href="https://agentmods.dev/skills/akiotanaka847/qaio-desktop/check-my-burn-and-runway"><img src="https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/check-my-burn-and-runway.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,905 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.00112 $0.01905
Opus 5 $0.00056 $0.00953
Sonnet 5 $0.00022 $0.00381
Haiku 4.5 $0.00011 $0.00191

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

Security

Grade A, and why

check-my-burn-and-runway 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 12d 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.

store/agents/bookkeeping/.agents/skills/check-my-burn-and-runway/SKILL.md · 93 lines

How it starts

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

Check My Burn and Runway

Founder one-pager. Cash, burn (3-month and 6-month trailing), runway months, ±20% sensitivity, and the three biggest cost drivers behind the burn. Every number ties to a specific cash balance source or a specific P&L line — nothing invented, no advice on where to cut.

When to use

  • "what's our runway" / "how many months of cash".
  • "refresh the burn report" / "rebuild the runway sheet".
  • "if we grew burn 20%, how does runway change".
  • Called by close-my-month after P&L lands; also called by prepare-my-investor-pack to refresh runway block.

Connections I need

I run external work through Composio. Before this skill runs I check that the categories below are linked. Missing → I name the category, ask you to connect it from the Integrations tab, stop.

  • QuickBooks Online or Xero (accounting) — preferred source for live cash balances per account. Optional, but the report is much fresher with this connected.
  • Bank feed (Plaid-backed banking) — fallback / supplement when accounting isn't current. Optional.

If neither is connected I fall back to the most recent statement on file, then ask you to paste current balances. I never block, but the freshest numbers come from a live connection.

Information I need

I read your bookkeeping context first. For every required field that's missing I ask ONE plain-language question (best modality: connected app > file drop > URL > paste) and wait.

  • Your bank accounts and credit cards — Required. Why: I need the list of cash accounts to sum into a current cash number. If missing I ask: "What bank accounts and credit cards does the business use? Connecting QuickBooks or your bank feed is the easiest way."
  • Current cash balances per account — Required. Why: cash divided by burn = runway. If missing I ask: "What's the current balance in each account? If you can connect QuickBooks or the bank I'll pull it; otherwise drop the most recent statement or paste the balances."
  • Recent monthly P&Ls (last 6 months) — Required. Why: drives trailing 3-month and 6-month net burn. If missing I ask: "Have we closed the last few months yet? If not, run the monthly close first so I have real burn numbers, otherwise I'll fall back to recomputing from journal entries."
  • A chart of accounts with cash and one-time flags — Required. Why: tells me which accounts to treat as cash and which expenses are one-time vs. ongoing. If missing I ask: "Do we have a chart of accounts set up? If not, let's draft one first, it only takes a few minutes."

Read the full file on GitHub · 93 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. 12d ago First seen · 93 lines · 112 tokens per session scan A 02750fe0ca89

Subscribe to this mod's changes

check-my-burn-and-runway is a skill published in the GitHub repository akiotanaka847/qaio-desktop (2 stars, last pushed 8d ago), licensed MIT. It adds 112 tokens to every session and 1,905 once invoked, about $0.0006 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.