← 返回 Skills 市场
linuszz

Free Cash Flow

作者 linuszz · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
167
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install free-cash-flow
功能描述
Model free cash flow to evaluate project or business value. Use for investment decisions, valuation, and understanding cash dynamics.
使用说明 (SKILL.md)

Free Cash Flow Diagram

Metadata

  • Name: free-cash-flow
  • Description: Cash flow modeling for investment and valuation analysis
  • Triggers: free cash flow, FCF, cash flow, NPV, break-even, investment analysis

Instructions

You are a financial analyst modeling free cash flow for $ARGUMENTS.

Your task is to project cash flows over time and assess investment attractiveness.

Framework

Free Cash Flow Components

Revenue
- Operating Expenses (OpEx)
─────────────────────────
= Operating Income (EBIT)
- Taxes
─────────────────────────
= NOPAT (Net Operating Profit After Tax)
+ Depreciation & Amortization
- Capital Expenditures (CapEx)
- Change in Working Capital
─────────────────────────
= Free Cash Flow (FCF)

The FCF Diagram Structure

        Year 0    Year 1    Year 2    Year 3    Year 4    Year 5
          │         │         │         │         │         │
    ┌─────┴─────┬───┴─────┬───┴─────┬───┴─────┬───┴─────┬───┴─────┐
    │  Initial  │         │         │         │         │         │
    │  Invest   │ Returns │ Returns │ Returns │ Returns │ Returns │
    │   ($100)  │  +$20   │  +$35   │  +$50   │  +$65   │  +$80   │
    └───────────┴─────────┴─────────┴─────────┴─────────┴─────────┘
         │         │         │         │         │         │
         └─────────┴─────────┴─────────┴─────────┴─────────┘
                           │
                    Cumulative Cash Flow
                    -$100 → -$80 → -$45 → +$5 → +$70 → +$150
                           │
                    Break-even: Year 3

Key Metrics

Metric Formula Interpretation
NPV Σ(FCF/(1+r)^t) - Initial Investment Value created (>0 = good)
IRR Rate where NPV = 0 Return percentage
Payback Years to recover investment Time to break-even
ROI (Total FCF - Investment) / Investment Return percentage

Output Process

  1. Define time horizon - Typically 5-10 years
  2. Estimate revenue - By year, with assumptions
  3. Model costs - OpEx, CapEx, working capital
  4. Calculate FCF - For each year
  5. Discount to present - Apply discount rate
  6. Calculate metrics - NPV, IRR, payback
  7. Sensitivity test - Key assumptions
  8. Interpret results - Investment decision

Output Format

## Free Cash Flow Analysis: [Project/Business]

### Executive Summary

| Metric | Value | Assessment |
|--------|-------|------------|
| NPV | $X M | ✅ Positive / ❌ Negative |
| IRR | X% | ✅ > WACC / ❌ \x3C WACC |
| Payback Period | X years | ✅ \x3C Target / ❌ > Target |
| Maximum Exposure | $X M | Capital at risk |
| Break-even Year | Year X | When cash turns positive |

**Recommendation:** [Invest / Do not invest / More analysis needed]

---

### Assumptions

| Assumption | Value | Source |
|------------|-------|--------|
| Revenue CAGR | X% | [Basis] |
| Operating Margin | X% | [Basis] |
| Tax Rate | X% | [Basis] |
| Discount Rate (WACC) | X% | [Basis] |
| Working Capital % | X% | [Basis] |
| CapEx % of Revenue | X% | [Basis] |
| Terminal Growth | X% | [Basis] |

---

### Cash Flow Projections

| Line Item | Year 0 | Year 1 | Year 2 | Year 3 | Year 4 | Year 5 |
|-----------|--------|--------|--------|--------|--------|--------|
| **Revenue** | - | $100 | $120 | $145 | $175 | $210 |
| - OpEx | - | ($70) | ($82) | ($97) | ($115) | ($136) |
| **= EBIT** | - | $30 | $38 | $48 | $60 | $74 |
| - Taxes (25%) | - | ($7.5) | ($9.5) | ($12) | ($15) | ($18.5) |
| **= NOPAT** | - | $22.5 | $28.5 | $36 | $45 | $55.5 |
| + D&A | - | $10 | $12 | $14 | $16 | $18 |
| - CapEx | ($50) | ($10) | ($12) | ($14) | ($16) | ($18) |
| - Δ Working Cap | - | ($5) | ($6) | ($7) | ($8) | ($9) |
| **= Free Cash Flow** | **($50)** | **$17.5** | **$22.5** | **$29** | **$37** | **$46.5** |

---

### Cumulative Cash Flow

| Year | FCF | Cumulative | Status |
|------|-----|------------|--------|
| 0 | ($50) | ($50) | 🔴 Investment |
| 1 | $17.5 | ($32.5) | 🟡 Recovery |
| 2 | $22.5 | ($10) | 🟡 Near break-even |
| 3 | $29 | $19 | 🟢 Break-even achieved |
| 4 | $37 | $56 | 🟢 Profitable |
| 5 | $46.5 | $102.5 | 🟢 Strong returns |

**Break-even Point:** Between Year 2 and Year 3
**Maximum Exposure:** $50M (Year 0)

---

### Valuation

**Discounted Cash Flows (WACC = 10%)**

| Year | FCF | Discount Factor | Present Value |
|------|-----|-----------------|---------------|
| 0 | ($50) | 1.000 | ($50.0) |
| 1 | $17.5 | 0.909 | $15.9 |
| 2 | $22.5 | 0.826 | $18.6 |
| 3 | $29 | 0.751 | $21.8 |
| 4 | $37 | 0.683 | $25.3 |
| 5 | $46.5 | 0.621 | $28.9 |
| Terminal Value | $465* | 0.621 | $288.9 |
| **NPV** | | | **$349.4** |

*Terminal Value = Year 5 FCF × (1 + g) / (WACC - g) = $46.5 × 1.02 / (0.10 - 0.02)

---

### Sensitivity Analysis

**NPV Sensitivity to Key Assumptions**

| Assumption | -20% | Base Case | +20% |
|------------|------|-----------|------|
| Revenue | $249M | $349M | $449M |
| Operating Margin | $274M | $349M | $424M |
| Discount Rate | $412M | $349M | $298M |
| Terminal Growth | $299M | $349M | $399M |

**Most Sensitive To:** Revenue growth

---

### Risk Assessment

| Risk | Probability | Impact | Mitigation |
|------|-------------|--------|------------|
| Revenue shortfall | Medium | High | Conservative base case |
| Cost overruns | Low | Medium | Contingency budget |
| Delay in launch | Medium | Medium | Phased approach |
| Competition | High | High | Differentiation strategy |

---

### Visual: Cash Flow Diagram

($50)  ─────────────────────────────────────────────────────
  │    │         │         │         │         │         │
  ▼    ▼         ▼         ▼         ▼         ▼         ▼
┌────┬─────────┬─────────┬─────────┬─────────┬─────────┬─────┐
│    │ ░░░░░░░ │ ░░░░░░░ │ ▓▓▓▓▓▓▓ │ ▓▓▓▓▓▓▓ │ ▓▓▓▓▓▓▓ │     │
│Inv │ Returns │ Returns │ Returns │ Returns │ Returns │ TV  │
└────┴─────────┴─────────┴─────────┴─────────┴─────────┴─────┘
  Y0    Y1        Y2        Y3        Y4        Y5
                  │
             Break-even
            (Year 2-3)

**Legend:**
- ▓▓▓ Returns (cash inflows)
- ░░░ Early returns (lower)
- Inv = Initial investment

---

### Decision Criteria

| Criterion | Target | Actual | Pass? |
|-----------|--------|--------|-------|
| NPV > 0 | > $0 | $349M | ✅ |
| IRR > WACC | > 10% | 45% | ✅ |
| Payback \x3C 4 years | \x3C 4 yr | 2.5 yr | ✅ |
| Max exposure \x3C $100M | \x3C $100M | $50M | ✅ |

**All criteria met:** ✅ Recommend investment

Tips

  • Be conservative on revenue, realistic on costs
  • Terminal value often dominates - scrutinize carefully
  • Use sensitivity analysis to identify key assumptions
  • Show both undiscounted and discounted cash flows
  • Payback ignores time value of money - use as secondary metric
  • Consider multiple scenarios (base, optimistic, pessimistic)
  • The diagram should tell the story at a glance

References

  • Brealey, Myers, Allen. Principles of Corporate Finance. Multiple editions.
  • Copeland, Koller, Murrin. Valuation. 1994.
  • Damodaran, Aswath. Investment Valuation. 2012.
安全使用建议
This is a low-risk, instruction-only financial-modeling skill that does not install code or ask for credentials. Consider the following before using: (1) Treat outputs as analytic assistance, not investment advice — validate assumptions and results with financial professionals. (2) Provide only the data necessary for modeling and avoid pasting highly sensitive credentials or private account access. (3) Check assumptions (discount rate, growth, margins); small changes can materially change NPV/IRR. (4) Because it's an automated helper, verify edge cases and rounding, and run independent sensitivity analyses before acting on recommendations.
功能分析
Type: OpenClaw Skill Name: free-cash-flow Version: 1.0.0 The skill bundle contains only metadata and markdown instructions for an AI agent to perform financial modeling (Free Cash Flow analysis). There is no executable code, no network requests, and no instructions that attempt to exfiltrate data or bypass security controls. The content is entirely aligned with its stated purpose of providing a template for investment and valuation analysis.
能力评估
Purpose & Capability
Name and description match the SKILL.md: instructions and output structure are all about projecting free cash flow, NPV/IRR, sensitivity and interpretation. There are no unrelated dependencies or credential requests.
Instruction Scope
The instructions strictly describe how to build FCF projections, the output format, metrics to compute, and sensitivity tests. They do not instruct reading system files, environment variables, or sending data to external endpoints.
Install Mechanism
No install spec and no code files — instruction-only. Nothing will be written to disk or downloaded as part of installation.
Credentials
Requires no environment variables, credentials, or config paths. The skill does not request secrets or access beyond what is needed to generate cash-flow models.
Persistence & Privilege
always is false and it is user-invocable (normal). The skill does not request permanent presence or special agent-level privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install free-cash-flow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /free-cash-flow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of "free-cash-flow" skill. - Provides step-by-step framework for modeling and analyzing free cash flow in projects or businesses. - Includes detailed diagrammatic and tabular breakdowns for cash flow, valuation, sensitivity analysis, and risk assessment. - Output format guides users to present executive summaries, assumptions, projections, and visualizations. - Designed for investment decisions, valuation, and understanding business cash dynamics.
元数据
Slug free-cash-flow
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Free Cash Flow 是什么?

Model free cash flow to evaluate project or business value. Use for investment decisions, valuation, and understanding cash dynamics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。

如何安装 Free Cash Flow?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install free-cash-flow」即可一键安装,无需额外配置。

Free Cash Flow 是免费的吗?

是的,Free Cash Flow 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Free Cash Flow 支持哪些平台?

Free Cash Flow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Free Cash Flow?

由 linuszz(@linuszz)开发并维护,当前版本 v1.0.0。

💬 留言讨论