skills/cash-flow-growth/SKILL.md
Retrieve year-over-year growth in cash flow metrics including Operating Cash Flow, Free Cash Flow, and Net Cash Flow. Use when analyzing company cash generation trends, capital allocation efficiency, or liquidity trajectory.
npx skillsauth add octagonai/skills cash-flow-growthInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Retrieve and analyze year-over-year growth in cash flow metrics for public companies using Octagon MCP.
Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See references/mcp-setup.md for installation instructions.
Retrieve cash-flow growth metrics for <TICKER>, limited to <N> records and filtered by period <FY|Q>.
MCP Call:
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Retrieve cash-flow growth metrics for AAPL, limited to 5 records and filtered by period FY"
}
}
The agent returns a table with YoY growth percentages:
| Fiscal Year | Operating Cash Flow Growth (%) | Free Cash Flow Growth (%) | Net Cash Flow Growth (%) | |-------------|-------------------------------|--------------------------|-------------------------| | 2025 | -5.73 | -9.23 | 8.55 | | 2024 | 6.98 | 9.26 | -1.14 | | 2023 | -9.50 | -10.64 | 1.53 | | 2022 | 17.41 | 19.89 | -1.84 | | 2021 | 28.96 | 26.70 | 0.63 |
Data Source: octagon-financials-agent
After receiving data, generate observations:
| Metric | Definition | |--------|------------| | Operating Cash Flow Growth | YoY change in cash from core business operations | | Free Cash Flow Growth | YoY change in OCF minus Capital Expenditures | | Net Cash Flow Growth | YoY change in total cash position (OCF + Investing + Financing) |
When Operating Cash Flow Growth > Revenue Growth:
When FCF Growth differs significantly from OCF Growth:
Net Cash Flow often volatile due to:
Significant OCF swings often driven by:
Compare to income statement:
Based on results, suggest deeper analysis:
data-ai
Analyze earnings call transcripts to extract forward-looking guidance, strategic focus areas, supply chain insights, and generate follow-up questions for deeper analysis.
development
Identify key themes and concerns raised by analysts during earnings calls, including specific analyst attribution and topic categorization.
development
Comprehensive earnings call analyst skill that orchestrates all Octagon earnings analysis skills. Use when analyzing earnings calls, extracting management insights, tracking guidance, and creating earnings-focused research reports.
tools
Retrieve market capitalization data for a single company using Octagon MCP. Use when you need the current market value, valuation context, or size classification for any publicly traded stock.