← Back to Skills Marketplace
linuszz

Free Cash Flow

by linuszz · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
167
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install free-cash-flow
Description
Model free cash flow to evaluate project or business value. Use for investment decisions, valuation, and understanding cash dynamics.
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install free-cash-flow
  3. After installation, invoke the skill by name or use /free-cash-flow
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug free-cash-flow
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Free Cash Flow?

Model free cash flow to evaluate project or business value. Use for investment decisions, valuation, and understanding cash dynamics. It is an AI Agent Skill for Claude Code / OpenClaw, with 167 downloads so far.

How do I install Free Cash Flow?

Run "/install free-cash-flow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Free Cash Flow free?

Yes, Free Cash Flow is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Free Cash Flow support?

Free Cash Flow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Free Cash Flow?

It is built and maintained by linuszz (@linuszz); the current version is v1.0.0.

💬 Comments