New to Claude Skills? Learn how to install them →

anthropics on GitHub

Month Heads Up

OfficialFree

Get a clear 30-day cash-flow outlook before month-end.

Get this skill

Free · Opens the source repo

What Month Heads Up does

The Month Heads Up skill is designed to provide business owners with a concise overview of their cash-flow situation as they approach the end of the month. Running automatically on the 25th of each month, it aggregates financial data to deliver a snapshot of current cash positions and forecasts for the next 30 days. This skill pulls data from QuickBooks and PayPal to ensure that users have a complete picture of their available cash and incoming receivables.

The process begins by gathering the current cash balance, including both QuickBooks and PayPal data, ensuring that users can see their total available cash. Next, it identifies upcoming obligations by pulling recurring expenses and any outstanding invoices. This step is crucial as it flags any payments that could push the cash balance below a predetermined threshold, allowing users to proactively manage their finances.

Once the current position and obligations are established, the skill projects the net cash for the upcoming 30 days. It highlights the tightest week in terms of cash flow and flags any weeks that may project negative balances. Finally, the skill surfaces two actionable items for the user to address, such as invoices to chase or expenses to negotiate. This targeted approach helps users focus on the most pressing financial tasks.

The Month Heads Up skill is particularly useful for small business owners and financial managers who want to stay on top of their cash flow without diving into complex spreadsheets. By providing a straightforward report and actionable insights, it streamlines the month-end financial review process and helps prevent cash flow issues before they arise.

When to use it

Use this skill when you need a clear cash-flow forecast and actionable insights before the end of the month.

When not to use it

This skill may not be suitable for users who do not use QuickBooks or PayPal, as it relies on these platforms for accurate data.

What you can build with it

Monthly Financial Review

Run the skill on the 25th to get a clear overview of your cash flow and obligations before month-end.

Proactive Cash Management

Use the skill to identify potential cash flow issues and take action on overdue invoices or expenses.

Streamlined Reporting

Generate a concise cash flow report that highlights critical financial insights without manual calculations.

How to install Month Heads Up

View source

1. Install with the skills CLI

npx skills add anthropics/knowledge-work-plugins/month-heads-up --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by anthropics

Run the month-end heads-up. Pull forward-looking cash data and give the owner a clear "here's what the next 30 days look like" picture with specific things to watch.

Parse arguments:

  • --horizon (default: 30) — forecast window in days (30 or 60)

Step 1 — Current cash position

Using the cash-flow-snapshot skill workflow:

  1. Pull QuickBooks current cash and receivables balance.
  2. Pull PayPal settled balance and pending payouts.
  3. Combine for total available + incoming cash.

Step 2 — Upcoming obligations

  1. Pull recurring expenses from QuickBooks (payroll, subscriptions, rent/lease) due in the next 30 days.
  2. Pull any outstanding invoices past due or due within 14 days.
  3. Flag any payment that would push the balance below a comfortable buffer (default: <$2,000 or owner's QB average monthly expense × 0.5).

Step 3 — Cash-flow forecast

  1. Project 30-day net cash: current balance + expected inflows − known obligations.
  2. Identify the single tightest week (lowest projected balance).
  3. Flag if any week projects negative.

Step 4 — Two things to watch

Surface no more than two specific, actionable watches:

  • Which invoice(s) to chase now
  • Which expense(s) to defer or negotiate

Format as:

Month-End Heads Up — {current date}
Horizon: next {X} days

Cash today: ${amount}
Projected end-of-period: ${amount}
Tightest week: {date range} — projected ${amount}

TWO THINGS TO WATCH
1. {item} — {why it matters} — suggested action: {action}
2. {item} — {why it matters} — suggested action: {action}

Connector failures

If QuickBooks is unreachable, stop — the cash forecast requires QB as the source of truth. If PayPal is missing, run the forecast from QB-only data and note "PayPal not connected — PayPal receivables excluded from forecast." Same for Stripe/Square if missing.

Approval gates

  • Never initiate payments or send emails automatically. Surface the data and actions for the owner to take.
  • Never project revenue that hasn't been confirmed in QB or PayPal. Use conservative estimates only.

Output

Present the formatted brief and offer to draft chase emails for any flagged overdue invoices.

Frequently asked questions about Month Heads Up

Similar skills