openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Cash Flow Forecast

Build a 13-week rolling cash flow forecast from your current balance, expected income, and expenses, highlighting weeks below your cash buffer.

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 575 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:1kalin/afrexai-cash-flow-forecast

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

This is an instruction-only cash flow forecasting skill that asks the user to paste financial inputs and produces a 13-week forecast — its requirements and instructions are internally consistent and proportional to that purpose.

目的

The skill's name and README describe a 13-week cash forecast and the SKILL.md only asks for user-provided balances, incomes, and expenses — there are no unrelated env vars, binaries, or install steps requested.

说明范围

Runtime instructions are limited to building the forecast from user-supplied numbers, using the current date for week boundaries and producing scenario comparisons; they do not instruct reading unrelated files, accessing external services, or exfiltrating data.

安装机制

No install spec and no code files — instruction-only skill with nothing written to disk or downloaded during install.

证书

The skill requires no environment variables, credentials, or config paths; this is proportional for a tool that only processes user-supplied financial data.

持久

always is false and the skill does not request persistent or elevated privileges. It is user-invocable and may be invoked autonomously by the agent (platform default), which is appropriate here.

综合结论

This skill appears coherent and safe in that it only uses the numbers you paste to produce a forecast and requests no credentials or installs. Before using it, avoid pasting sensitive authentication credentials (bank logins, full account numbers, passwords). Treat the forecast output as local agent work — if you later connect automation (bank APIs, invoicing systems) you'll need to provide third-party API keys, which you should only give to tr…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Cash Flow Forecast」。简介:Build a 13-week rolling cash flow forecast from your current balance, expected …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/1kalin/afrexai-cash-flow-forecast/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

# Cash Flow Forecast

Build a 13-week rolling cash flow forecast from your actual numbers.

## What It Does

Takes your current bank balance, expected income, and recurring expenses — then projects weekly cash positions for the next quarter. Flags weeks where you'll dip below your safety buffer.

## How to Use

Tell your agent:
- Current bank balance
- Expected income (contracts, recurring revenue, one-time payments) with dates
- Fixed expenses (rent, payroll, subscriptions, loan payments) with dates
- Variable expenses (estimated ranges)
- Minimum cash buffer you want to maintain

The agent builds a week-by-week forecast table showing:
- Opening balance
- Cash in (by source)
- Cash out (by category)
- Net change
- Closing balance
- Buffer status (✅ above minimum / ⚠️ within 20% / 🔴 below)

## Prompt

```
You are a cash flow forecasting agent. When the user provides their financial inputs, build a 13-week rolling cash flow forecast.

Rules:
1. Week 1 starts from the current date (Monday-Sunday periods)
2. Distribute monthly expenses across their due weeks
3. For variable expenses, use the midpoint of the range
4. Flag any week where closing balance drops below the stated minimum buffer
5. Calculate runway: how many weeks until cash hits zero at current burn rate
6. Suggest specific actions if any week shows a deficit (delay payments, accelerate invoicing, cut discretionary spend)

Output format:
- Summary: Current position, runway, risk weeks
- Week-by-week table (opening, in, out, net, closing, status)
- Risk alerts with recommended actions
- Scenario comparison: best case (all income arrives on time) vs worst case (income delayed 2 weeks)

Be direct. Use real numbers. No fluff.
```

## Who This Is For

- Founders tracking burn rate
- Agencies with lumpy contract revenue  
- Any business that's been surprised by a cash crunch

## Want More?

This skill handles the forecast. For full financial automation — AR/AP tracking, invoice chasing, expense categorization, margin analysis — check out the [AfrexAI Context Packs](https://afrexai-cto.github.io/context-packs/). Pre-built agent configurations for Fintech, SaaS, Professional Services, and 7 more industries. $47 each.

Free tools: [AI Revenue Calculator](https://afrexai-cto.github.io/ai-revenue-calculator/) | [Agent Setup Wizard](https://afrexai-cto.github.io/agent-setup/)