ASP源码
PHP源码
.NET源码
JSP源码
收入预测引擎是一款为业务运营者和财务团队设计的先进分析工具,用于构建准确、数据驱动的收入预测。通过将此功能集成到 Openclaw Skills 的工作流中,您可以超越简单的电子表格,转向考虑销售流水线健康状况、客户留存趋势和外部市场波动的动态模型。它将原始财务数据转化为投资者和董事会成员可以信赖的可执行见解。
该技能利用历史模式和实时领先指标,提供公司财务未来的多维视角。使用像该引擎这样的 Openclaw Skills 可确保您的财务规划既严谨又敏捷,从而在市场条件变化时进行快速调整。它提供了技术框架,能够以比手动方法更高的精度来量化增长、管理流失并预测现金流。
下载入口:https://github.com/openclaw/skills/tree/main/skills/1kalin/afrexai-revenue-forecasting
从源直接安装技能的最快方式。
npx clawhub@latest install afrexai-revenue-forecasting
将技能文件夹复制到以下位置之一
全局模式~/.openclaw/skills/
工作区
/skills/
优先级:工作区 > 本地 > 内置
将此提示词复制到 OpenClaw 即可自动安装。
请帮我使用 Clawhub 安装 afrexai-revenue-forecasting。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。
要在您的环境中部署收入预测引擎,请确保已初始化 Openclaw Skills 框架。按照以下步骤进行配置:
# 安装 revenue-forecasting-engine 软件包
openclaw install revenue-forecasting-engine
# 配置您的财务数据源
openclaw config set-source financial_data ./path/to/mrr_data.csv
# 使用公司阶段初始化预测代理
openclaw run revenue-forecasting-engine --stage series-a
向代理提供您特定的公司阶段(种子轮、A 轮或 B 轮+)以自动校准基准。
引擎将数据组织成结构化的分类法,以确保报告期内的一致性。
| 类别 | 数据字段 | 描述 |
|---|---|---|
| 核心指标 | MRR, ARR, NRR, GRR | 基准经常性收入和留存指标。 |
| 流水线 | 阶段, 价值, 概率, 时长 | 活跃销售机会的详细细分。 |
| 基准 | 流失率 %, 扩张率 %, CAC 回本周期 | 基于公司成熟度的行业标准 KPI。 |
| 季节性 | 每月系数 | 周期性业务趋势的调整因子。 |
| 情景 | 悲观, 基准, 乐观 | 概率加权预测模型。 |
Build accurate, data-driven revenue forecasts your board and investors actually trust.
Generates a complete revenue forecasting model covering:
When the user asks for a revenue forecast, follow this framework:
Ask for (or use available data):
Stage-Weighted Model:
| Stage | Probability | Weighted Value |
|---|---|---|
| Discovery | 10% | Deal × 0.10 |
| Demo/Eval | 25% | Deal × 0.25 |
| Proposal Sent | 50% | Deal × 0.50 |
| Negotiation | 75% | Deal × 0.75 |
| Verbal Commit | 90% | Deal × 0.90 |
| Closed Won | 100% | Deal × 1.00 |
Adjustment factors:
Track each monthly cohort:
Month 0: New MRR from cohort
Month 1: Retained MRR × (1 - monthly churn rate)
Month 3: Add expansion revenue (avg 2-5% monthly for healthy SaaS)
Month 6: Steady-state retention rate applies
Month 12: Mature cohort — use net revenue retention
Benchmarks by company stage:
| Metric | Seed | Series A | Series B+ |
|---|---|---|---|
| Gross Churn | 3-5%/mo | 2-3%/mo | 1-2%/mo |
| Net Retention | 90-100% | 100-110% | 110-130% |
| Expansion % | 5-10% | 10-20% | 20-40% |
| CAC Payback | 18-24 mo | 12-18 mo | 6-12 mo |
Bear Case (20% probability):
Base Case (60% probability):
Bull Case (20% probability):
Expected Value = (Bear × 0.2) + (Base × 0.6) + (Bull × 0.2)
Apply monthly adjustment factors:
| Month | B2B SaaS | Ecommerce | Professional Services |
|---|---|---|---|
| Jan | 0.85 | 0.70 | 0.90 |
| Feb | 0.90 | 0.75 | 0.95 |
| Mar | 1.05 | 0.85 | 1.10 |
| Apr | 1.00 | 0.90 | 1.00 |
| May | 0.95 | 0.90 | 0.95 |
| Jun | 1.10 | 0.95 | 1.05 |
| Jul | 0.85 | 0.85 | 0.85 |
| Aug | 0.80 | 0.90 | 0.80 |
| Sep | 1.10 | 1.00 | 1.10 |
| Oct | 1.05 | 1.05 | 1.05 |
| Nov | 1.15 | 1.40 | 1.10 |
| Dec | 1.20 | 1.75 | 1.15 |
Track these weekly — they predict revenue 60-90 days out:
| Indicator | Weight | Signal |
|---|---|---|
| Qualified pipeline created | 25% | New opps entering Stage 2+ |
| Demo-to-proposal rate | 20% | Conversion velocity |
| Average deal size trend | 15% | Moving up or down? |
| Sales cycle length | 15% | Getting longer = red flag |
| Inbound lead volume | 10% | Marketing effectiveness |
| Website trial signups | 10% | Self-serve demand |
| Customer NPS/CSAT | 5% | Retention predictor |
Present the forecast as:
REVENUE FORECAST — [Period]
================================
Current ARR: $X
Pipeline (Weighted): $X
Expected New ARR: $X
12-Month Projection:
Bear: $X (20%)
Base: $X (60%)
Bull: $X (20%)
Expected: $X
Key Risks:
1. [Risk] — [Mitigation]
2. [Risk] — [Mitigation]
Leading Indicators:
?? [Healthy metric]
?? [Watch metric]
?? [Concerning metric]
Next Month Actions:
1. [Specific action]
2. [Specific action]
40% of forecast from 1-2 deals = concentration risk
Built by AfrexAI — AI context packs for business operators who ship.
Get the full toolkit:
Bundles: Playbook $27 | Pick 3 for $97 | All 10 for $197 | Everything Bundle $247