skills/balance-sheet-growth/SKILL.md
Retrieve year-over-year growth in balance sheet items including Total Assets, Total Liabilities, Shareholders Equity, Cash, and Inventories. Use when analyzing company financial position trends, capital structure changes, or liquidity management.
npx skillsauth add octagonai/skills balance-sheet-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 key balance sheet items 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 year-over-year growth in key balance-sheet items for <TICKER>, limited to <N> records and filtered by period <FY|Q>.
MCP Call:
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Retrieve year-over-year growth in key balance-sheet items for AAPL, limited to 5 records and filtered by period FY"
}
}
The agent returns a table with YoY growth percentages:
| Fiscal Year | Total Assets Growth (%) | Total Liabilities Growth (%) | Shareholders' Equity Growth (%) | Cash & Cash Equivalents Growth (%) | Inventories Growth (%) | |-------------|------------------------|-----------------------------|---------------------------------|-----------------------------------|------------------------| | 2025 | -1.57 | -7.31 | 29.47 | 12.01 | -21.52 | | 2024 | 3.51 | 6.05 | -8.36 | -0.07 | 15.08 | | 2023 | -0.00 | -3.85 | 22.64 | 26.72 | 28.00 | | 2022 | 0.49 | 4.92 | -19.68 | -32.32 | -24.83 |
Data Sources: octagon-companies-agent, octagon-financials-agent
After receiving data, generate observations:
| Metric | Definition | |--------|------------| | Total Assets Growth | YoY change in all company assets | | Total Liabilities Growth | YoY change in all obligations and debts | | Shareholders' Equity Growth | YoY change in net worth (Assets - Liabilities) | | Cash & Cash Equivalents Growth | YoY change in liquid assets | | Inventories Growth | YoY change in unsold goods and materials |
When Liabilities decline while Equity grows:
When Assets decline but Equity grows:
When Cash grows faster than Assets:
When Inventories decline while Revenue grows:
When Liabilities grow faster than Assets:
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.