AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Cash Flow Statement

skill-octagonai-skills-cash-flow-statement · by OctagonAI

Retrieve real-time or historical cash flow statement data including Net Income, Operating Cash Flow, Investing Cash Flow, Financing Cash Flow, Free Cash Flow, and Cash Position for public companies. Use when analyzing cash generation, capital allocation, or liquidity trends.

No reviews yet
0 installs
33 views
0.0% view→install

Install

$ agentstack add skill-octagonai-skills-cash-flow-statement

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-octagonai-skills-cash-flow-statement)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Cash Flow Statement? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Cash Flow Statement

Retrieve real-time or historical cash flow statement data for public companies using Octagon MCP.

Prerequisites

Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See [references/mcp-setup.md](references/mcp-setup.md) for installation instructions.

Query Format

Retrieve real-time or historical cash flow statement data for , limited to  records and filtered by period .

MCP Call:

{
  "server": "octagon-mcp",
  "toolName": "octagon-agent",
  "arguments": {
    "prompt": "Retrieve real-time or historical cash flow statement data for AAPL, limited to 5 records and filtered by period FY"
  }
}

Output Format

The agent returns a table with absolute cash flow figures:

| Fiscal Year | Net Income (USD) | Operating Cash Flow (USD) | Investing Cash Flow (USD) | Financing Cash Flow (USD) | Free Cash Flow (USD) | Net Change in Cash (USD) | Cash at End of Period (USD) | |-------------|-----------------|--------------------------|--------------------------|--------------------------|---------------------|-------------------------|----------------------------| | 2025 | $112.01B | $111.48B | $15.19B | -$120.69B | $98.77B | $5.99B | $35.93B | | 2024 | $93.74B | $118.25B | $2.94B | -$121.98B | $108.81B | -$794.00M | $29.94B | | 2023 | $96.99B | $110.54B | $3.71B | -$108.49B | $99.58B | $5.76B | $30.74B | | 2022 | $99.80B | $122.15B | -$2.24B | -$110.75B | $111.44B | -$1.09B | $24.98B | | 2021 | $94.68B | $104.04B | -$1.45B | -$93.35B | $92.95B | -$386.00M | $35.93B |

Data Source: octagon-financials-agent

Key Observations Pattern

After receiving data, generate observations:

  1. Operating cash flow consistency: Track OCF relative to Net Income
  2. Financing outflows: Analyze buybacks and dividends
  3. Free cash flow capacity: Assess cash generation strength
  4. Capital expenditure trends: Derive from OCF minus FCF
  5. Cash position trajectory: Monitor ending cash balance

Metrics Reference

| Metric | Definition | |--------|------------| | Net Income | Bottom-line profit (starting point for OCF) | | Operating Cash Flow | Cash from core business operations | | Investing Cash Flow | Cash for/from investments and capex | | Financing Cash Flow | Cash from/to debt and equity activities | | Free Cash Flow | OCF minus capital expenditures | | Net Change in Cash | Total cash change for the period | | Cash at End of Period | Ending cash and equivalents balance |

Analysis Tips

Cash Conversion Quality

Cash Conversion = Operating Cash Flow / Net Income
  • Above 1.0 = high quality earnings
  • Consistently below 1.0 = potential concerns

Capex Calculation

Capital Expenditures = Operating Cash Flow - Free Cash Flow

Example: $111.48B - $98.77B = $12.71B capex

Shareholder Returns

Financing outflows typically include:

  • Share repurchases (buybacks)
  • Dividend payments
  • Debt repayments

Three-Statement Linkage

  • Net Income flows from Income Statement
  • Cash at End links to Balance Sheet
  • Changes explain Balance Sheet movements

Cash Flow Sustainability

Strong indicators:

  • OCF consistently > Net Income
  • FCF covers dividends and buybacks
  • Positive ending cash trend

Warning signs:

  • OCF declining while income grows
  • FCF negative with continued buybacks
  • Cash position eroding

Follow-up Queries

Based on results, suggest deeper analysis:

  • "Break down [COMPANY]'s financing cash flow between buybacks, dividends, and debt activity"
  • "What is [COMPANY]'s capital expenditure trend and guidance for next year?"
  • "Compare [COMPANY]'s free cash flow yield to [PEER1] and [PEER2]"
  • "Analyze [COMPANY]'s working capital changes driving operating cash flow"

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.