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

Balance Sheet

skill-octagonai-skills-balance-sheet · by OctagonAI

Retrieve detailed balance sheet statement data including Total Assets, Current Assets, Non-Current Assets, Liabilities, Equity, and Net Debt for public companies. Use when analyzing financial position, capital structure, or leverage metrics.

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

Install

$ agentstack add skill-octagonai-skills-balance-sheet

✓ 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-balance-sheet)

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 Balance Sheet? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Balance Sheet

Retrieve detailed balance sheet 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 detailed balance sheet statement data for , limited to  records and filtered by period .

MCP Call:

{
  "server": "octagon-mcp",
  "toolName": "octagon-agent",
  "arguments": {
    "prompt": "Retrieve detailed balance sheet statement data for AAPL, limited to 5 records and filtered by period FY"
  }
}

Output Format

The agent returns a table with absolute financial figures:

| Fiscal Year | Total Assets (USD) | Total Current Assets (USD) | Total Non-Current Assets (USD) | Total Liabilities (USD) | Total Equity (USD) | Net Debt (USD) | |-------------|-------------------|---------------------------|-------------------------------|------------------------|-------------------|----------------| | 2025 | 359,241.00 million | 147,957.00 million | 211,284.00 million | 285,508.00 million | 73,733.00 million | 89,749.00 million | | 2024 | 364,980.00 million | 152,987.00 million | 211,993.00 million | 308,030.00 million | 56,950.00 million | 89,116.00 million | | 2023 | 352,583.00 million | 143,566.00 million | 209,017.00 million | 290,437.00 million | 62,146.00 million | 93,965.00 million | | 2022 | 352,755.00 million | 135,405.00 million | 217,350.00 million | 302,083.00 million | 50,672.00 million | 108,834.00 million | | 2021 | 351,002.00 million | 134,836.00 million | 216,166.00 million | 287,912.00 million | 63,090.00 million | 101,582.00 million |

Data Source: octagon-financials-agent

Key Observations Pattern

After receiving data, generate observations:

  1. Asset base changes: Track total assets trajectory over time
  2. Asset composition: Analyze current vs non-current asset mix
  3. Equity trends: Monitor shareholders' equity changes
  4. Leverage position: Track net debt levels and direction
  5. Capital structure: Compare liabilities to equity ratios

Metrics Reference

| Metric | Definition | |--------|------------| | Total Assets | All resources owned by the company | | Total Current Assets | Assets convertible to cash within 1 year | | Total Non-Current Assets | Long-term assets (PP&E, intangibles, investments) | | Total Liabilities | All obligations and debts | | Total Equity | Net worth (Assets - Liabilities) | | Net Debt | Total debt minus cash and equivalents |

Analysis Tips

Asset Composition

  • Current Assets: Liquidity and working capital
  • Non-Current Assets: Long-term investments and capacity
  • Shift toward current = more liquid
  • Shift toward non-current = more invested

Capital Structure Ratios

Calculate from the data:

Debt-to-Equity = Total Liabilities / Total Equity
Equity Ratio = Total Equity / Total Assets

Net Debt Analysis

  • Declining Net Debt = deleveraging
  • Negative Net Debt = net cash position
  • Compare to EBITDA for leverage context

Equity Trends

Rising equity from:

  • Retained earnings (profitable operations)
  • Stock issuance
  • Other comprehensive income

Declining equity from:

  • Net losses
  • Share buybacks
  • Dividends exceeding earnings

Working Capital

Working Capital = Current Assets - Current Liabilities

Positive = can meet short-term obligations

Follow-up Queries

Based on results, suggest deeper analysis:

  • "What factors contributed to the decline in total assets in [YEAR] compared to [PRIOR YEAR]?"
  • "How has [COMPANY]'s capital allocation strategy evolved between [YEAR1] and [YEAR2]?"
  • "What specific components of non-current assets grew between [YEAR1] and [YEAR2]?"
  • "Compare [COMPANY]'s leverage ratios to [PEER1] and [PEER2]"

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.