‹ 首页

cash-flow-forecast

@wellapp-ai · 收录于 5 天前 · 上游提交 1 个月前

Forecast cash flow and runway for a Well workspace from booked invoices and collected bank transactions. Use when the user asks for a cash-flow forecast, runway, how long until they run out of cash, projected balance, or expected inflows/outflows.

适合你,如果你需要根据实际交易数据预测公司未来现金流

/ 通过 npx 安装 校验哈希
npx oh-my-skill add wellapp-ai/well/cash-flow-forecast
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- wellapp-ai/well/cash-flow-forecast
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify wellapp-ai/well/cash-flow-forecast
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
340GitHub stars
~476上下文体积 · 单文件
索引托管

怎么用

商店整理自技能原文 · 版本 782601c · 表述以原文为准
它做什么

装上后,Claude 可以根据已开票的发票和银行交易记录,预测现金流和资金存续期。它按实际数据(发票、收款、付款天数)逐期展示预计余额,并告知资金还能维持多久。

什么时候触发

当用户询问现金流预测、资金存续期、预计余额、预期收入或支出时触发。

装好后可以这样说
会给出逐期余额和跑道。
基于现有发票和交易数据。
指定时间窗。
技能原文 SKILL.md作者撰写 · MIT · 782601c

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.

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。