sec-10k-analysis

Analyze 10-K annual filings for public companies using Octagon MCP. Use when extracting key financial metrics, risk factors, business overview, management discussion, and regulatory disclosures from SEC 10-K filings.

27 stars

Best use case

sec-10k-analysis is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Analyze 10-K annual filings for public companies using Octagon MCP. Use when extracting key financial metrics, risk factors, business overview, management discussion, and regulatory disclosures from SEC 10-K filings.

Teams using sec-10k-analysis should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/sec-10k-analysis/SKILL.md --create-dirs "https://raw.githubusercontent.com/OctagonAI/skills/main/skills/sec-10k-analysis/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/sec-10k-analysis/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How sec-10k-analysis Compares

Feature / Agentsec-10k-analysisStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Analyze 10-K annual filings for public companies using Octagon MCP. Use when extracting key financial metrics, risk factors, business overview, management discussion, and regulatory disclosures from SEC 10-K filings.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# SEC 10-K Analysis

Analyze annual 10-K filings for public companies to extract key financial metrics, risk factors, and business insights using the Octagon MCP server.

## 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.

## Workflow

### 1. Identify Analysis Parameters

Determine the following before querying:
- **Ticker**: Stock symbol (e.g., AAPL, MSFT, GOOGL)
- **Filing Year** (optional): Specific fiscal year if not latest
- **Focus Areas** (optional): Financial metrics, risk factors, business segments, etc.

### 2. Execute Query via Octagon MCP

Use the `octagon-agent` tool with a natural language prompt:

```
Analyze the latest 10-K filing for <TICKER> and extract key financial metrics and risk factors.
```

**MCP Call Format:**

```json
{
  "server": "octagon-mcp",
  "toolName": "octagon-agent",
  "arguments": {
    "prompt": "Analyze the latest 10-K filing for AAPL and extract key financial metrics and risk factors."
  }
}
```

### 3. Expected Output

The agent returns comprehensive 10-K analysis including:

**Financial Metrics:**
- Total Revenues
- Net Income
- Total Assets
- Total Liabilities
- Cash Flows (Operating, Investing, Financing)

**Risk Factors:**
- Macroeconomic risks
- Operational risks
- Regulatory risks
- Cybersecurity threats
- Supply chain dependencies

**Source Citations:**
- Specific page references from the 10-K filing

**Data Sources**: octagon-financials-agent, octagon-sec-agent

### 4. Interpret Results

See [references/interpreting-results.md](references/interpreting-results.md) for guidance on:
- Understanding 10-K structure and sections
- Analyzing risk factor disclosures
- Comparing YoY changes in filings
- Identifying material changes

## Example Queries

**Standard 10-K Analysis:**
```
Analyze the latest 10-K filing for AAPL and extract key financial metrics and risk factors.
```

**Risk Factor Focus:**
```
Extract and summarize all risk factors from TSLA's latest 10-K filing.
```

**Business Segment Analysis:**
```
Analyze the business segment disclosures in MSFT's latest 10-K filing.
```

**Management Discussion:**
```
Extract the Management Discussion and Analysis (MD&A) section from AMZN's latest 10-K.
```

**Historical Comparison:**
```
Compare key financial metrics between GOOGL's 2024 and 2023 10-K filings.
```

**Specific Section Extraction:**
```
Extract the legal proceedings section from META's latest 10-K filing.
```

## 10-K Filing Structure

| Section | Content |
|---------|---------|
| Part I, Item 1 | Business Overview |
| Part I, Item 1A | Risk Factors |
| Part I, Item 1B | Unresolved Staff Comments |
| Part I, Item 2 | Properties |
| Part I, Item 3 | Legal Proceedings |
| Part II, Item 5 | Market Information |
| Part II, Item 6 | Selected Financial Data |
| Part II, Item 7 | MD&A (Management Discussion & Analysis) |
| Part II, Item 7A | Quantitative & Qualitative Disclosures |
| Part II, Item 8 | Financial Statements |
| Part II, Item 9A | Controls and Procedures |

## Key Metrics to Extract

| Metric | Location | Importance |
|--------|----------|------------|
| Total Revenue | Income Statement | Top-line performance |
| Net Income | Income Statement | Bottom-line profitability |
| Total Assets | Balance Sheet | Company size/resources |
| Total Liabilities | Balance Sheet | Debt obligations |
| Operating Cash Flow | Cash Flow Statement | Cash generation |
| Free Cash Flow | Cash Flow Statement | Available cash |
| Segment Revenue | Notes | Business mix |

## Risk Factor Categories

Common risk categories disclosed in 10-K filings:

| Category | Examples |
|----------|----------|
| Macroeconomic | Economic downturns, inflation, interest rates |
| Operational | Supply chain, manufacturing, quality control |
| Regulatory | Government regulation, compliance, legal |
| Competitive | Market competition, pricing pressure |
| Technology | Cybersecurity, IP protection, obsolescence |
| Financial | Foreign exchange, credit, liquidity |
| Strategic | M&A integration, market expansion |

## Analysis Tips

1. **Compare to prior year**: Look for new risk factors or removed ones - changes signal shifting concerns.

2. **Read MD&A carefully**: Management's discussion often provides context not in the numbers.

3. **Check auditor opinion**: Located in Item 8, indicates any concerns about financial statements.

4. **Review legal proceedings**: Item 3 discloses ongoing litigation that could impact financials.

5. **Segment analysis**: Breakdown by segment reveals which businesses drive growth or drag performance.

6. **Cross-reference with 10-Q**: Quarterly filings may have more recent updates.

## Use Cases

- **Due diligence**: Comprehensive review before investment decisions
- **Risk assessment**: Identify company-specific and industry risks
- **Competitive analysis**: Compare disclosures across industry peers
- **Earnings prep**: Understand company context before earnings calls
- **Compliance review**: Verify disclosure completeness

Related Skills

sec-proxy-analysis

27
from OctagonAI/skills

Analyze proxy statements (DEF 14A) to extract executive compensation, governance information, and shareholder voting matters using Octagon MCP. Use when researching CEO pay, board composition, say-on-pay votes, and corporate governance practices.

sec-mda-analysis

27
from OctagonAI/skills

Analyze Management Discussion and Analysis (MD&A) sections from SEC filings using Octagon MCP. Use when extracting strategic initiatives, financial performance commentary, macroeconomic challenges, and forward-looking statements from 10-K and 10-Q filings.

sec-footnotes-analysis

27
from OctagonAI/skills

Analyze footnotes and accounting policies from SEC filings using Octagon MCP. Use when researching revenue recognition policies, critical estimates, lease obligations, pension assumptions, stock compensation, contingencies, and new accounting pronouncements.

sec-business-desc-analysis

27
from OctagonAI/skills

Extract and analyze business descriptions and competitive landscape from SEC filings using Octagon MCP. Use when researching company business models, market positioning, competitive advantages, industry dynamics, and strategic focus areas from Item 1 disclosures.

sec-8k-analysis

27
from OctagonAI/skills

Analyze 8-K filings to extract material events and corporate changes using Octagon MCP. Use when tracking real-time corporate disclosures, M&A announcements, leadership changes, earnings releases, and other material events requiring immediate investor attention.

sec-10q-analysis

27
from OctagonAI/skills

Analyze 10-Q quarterly filings for public companies using Octagon MCP. Use when extracting quarterly performance metrics, revenue breakdown, operating margins, segment performance, and interim financial updates from SEC 10-Q filings.

prediction-markets-analysis

27
from OctagonAI/skills

Generate deep research reports on prediction market events using the Octagon Prediction Markets Agent. Combines real-time Kalshi market data with AI-driven analysis to surface price drivers, compare market vs. model probabilities, and identify potential mispricings across 120+ active markets.

financial-metrics-analysis

27
from OctagonAI/skills

Analyze year-over-year growth in income statement items and financial metrics using Octagon MCP. Use when retrieving YoY Revenue Growth, Cost of Revenue Growth, Gross Profit Growth, Operating Income Growth, Net Income Growth, or comparing financial performance across fiscal periods for any public company.

earnings-qa-analysis

27
from OctagonAI/skills

Analyze the Q&A section of earnings call transcripts for strategic insights, analyst concerns, and management responses on key topics.

earnings-call-analysis

27
from OctagonAI/skills

Analyze earnings call transcripts to extract forward-looking guidance, strategic focus areas, supply chain insights, and generate follow-up questions for deeper analysis.

stock-quote

27
from OctagonAI/skills

Retrieve real-time stock quotes using Octagon MCP. Use when you need current price, day range, 52-week range, volume, market cap, and moving averages for any publicly traded stock.

stock-price-change

27
from OctagonAI/skills

Retrieve stock price change statistics across multiple time periods using Octagon MCP. Use when analyzing short-term and long-term returns, comparing performance across timeframes, and evaluating momentum and historical growth.