Forecast 30/60/90-day cash flow with risks from accounting and payment data.
This skill appears to be an open-source, prompt-only workflow template with no declared secrets, remote endpoints, or local execution capability. The main concern is its handling guidance for financial and CSV data via the host system rather than built-in privileges; overall risk is low given its auditable open-source nature.
The material explicitly states there are no required keys or environment variables. The skill itself does not request API tokens, OAuth credentials, or other sensitive secrets, so it does not directly introduce credential exposure.
Both the system checks and metadata indicate no remote endpoints, and the skill is prompt-only. Although the description references QuickBooks/PayPal/Stripe/Square connectors, there is no evidence that this skill itself initiates network egress to third-party hosts.
There are no installation scripts, binaries, command execution steps, or local process instructions. As a prompt-only skill, it appears to be an analysis workflow description rather than something with standalone code execution capability.
This skill is designed to process clearly sensitive financial data such as AR/AP, settlement history, fixed costs, and uploaded CSVs. While there is no sign of direct file or account access by the skill itself, it guides the host system to use connector data or uploaded tables, so inputs should be minimized and sanitized.
On the positive side, it is open-source on GitHub and auditable. However, the repository has 0 stars, unknown maintenance status, and no declared license, which limits confidence in supply-chain maturity and ongoing support; this fits caution rather than high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "cash-flow-snapshot" skill from askskill: 1. Download https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/small-business/skills/cash-flow-snapshot/SKILL.md 2. Save it as ~/.claude/skills/cash-flow-snapshot/SKILL.md 3. Reload skills and tell me it's ready
Please read my QuickBooks and Stripe data, combine AR, AP, fixed costs, and historical cash timing, then generate a 30/60/90-day cash flow forecast with confidence bands and key risks.
A 30/60/90-day cash flow forecast summary with variance bands, risk flags, and a downloadable spreadsheet.
Based on my current AR, AP, fixed expenses, and historical collections, determine whether there will be a payroll funding gap in the next 45 days and explain the most likely risk sources.
A clear payroll risk assessment with the likely timing, gap range, and reasons behind the risk.
I do not have a live finance connector. Please use my uploaded CSV files to analyze the next 90 days of cash flow, runway, and potential cash crunch risks.
A CSV-based cash flow forecast including runway estimates, key risk alerts, and a downloadable XLSX file.
Produces a 30/60/90-day cash flow forecast with percentage-variance confidence bands and named risk flags. Delivers a two-part output: a concise chat summary and a downloadable XLSX workbook.
Quick start
"Will I make payroll next month?"
Claude pulls AR/AP and fixed costs from connected sources, calculates expected inflows and outflows across 30, 60, and 90-day windows, applies confidence bands based on each customer's historical payment variance, and flags specific risks by name.
Check which connectors are live. Try in this order:
If no connector is live and no file is attached, ask the user to either connect a source or upload a CSV (income/expense tabular data, any reasonable format). Note which sources were used in the output — this affects confidence band width.
From QuickBooks:
From PayPal / Stripe / Square:
From CSV upload:
For each AR customer (or income source from CSV), calculate:
If fewer than 3 payments exist for a customer, use the population mean as the point estimate and apply a ±30% variance band as the default. When running on CSV data with sufficient history (≥3 payments per source), compute the band from the actual payment variance — do not assume ±30%.
Produce three time windows: 0–30 days, 31–60 days, 61–90 days.
For each window, compute:
| Line | Method |
|---|---|
| Expected inflows | AR due in window, adjusted for mean payment lag |
| Expected outflows | AP due in window + fixed costs falling in window |
| Net cash position | Inflows − Outflows |
| Confidence band | ± weighted average payment variance as a % of expected inflows |
Confidence band formula:
band_pct = weighted_avg_stddev_days / avg_payment_lag_days
low = net_cash × (1 − band_pct)
high = net_cash × (1 + band_pct)
Round band_pct to one decimal place. Cap at ±50% — higher variance means the data is too thin to model; flag it instead (see Step 5).
Scan for conditions that push the low-band estimate negative or create a liquidity crunch. For each risk found, produce a one-line flag:
Limit to the top 5 risks by severity (largest dollar impact first).
…
Create stakeholder updates tailored to audience, cadence, and communication goals.
Review an analysis for methodology, accuracy, bias, and evidence support.
Generate people analytics reports on headcount, attrition, diversity, and org health.
Identify, categorize, and prioritize technical debt for smarter refactoring decisions.
Choose the right Zoom surface for a product use case with clear tradeoffs.
Turn an approved brief into social assets, copy, and a staged campaign.
Forecast campaign budget scenarios and compare projected spending options quickly.
Build weighted sales forecasts with scenario planning, commit splits, and gap analysis.
Generate financial statements with period comparisons and variance analysis.
Query Claude Code usage and costs with natural-language spend analysis insights.
Turns sales and seasonality data into a prioritized 30-day content strategy.
Connect bank data so AI can answer questions about transactions and balances.