Business Model Analysis (Agentii)
Analyst-grade decomposition of how a public company makes money, grounded in XBRL segment data and SEC filings.
Data & AnalyticsAdvanced★ 120⑂ 10AI score 7/10Last updated: Jun 15, 2026
What it does
- Give it a ticker and it structurally decomposes what the company sells and how it makes money.
- Pulls XBRL facts first (revenue and margins by product line, segment, geography, distribution channel), then enriches with deep reads of the 10-K/10-Q — or 20-F/6-K for foreign issuers.
- Five addressable modes cover business-model classification, channel mix (direct vs indirect), revenue concentration risk, TAM/SAM/SOM market sizing, competitive positioning, and management/leadership changes.
- Writes a structured report to
{TICKER}/{timestamp}_business-model_*.mdwith inline clickable citations to the exact SEC page and[FACT]/[DEDUCTED]/[VIEW]tagging that separates evidence from inference.
Who it's for
- Equity research analysts, buy-side and sell-side research teams
- IR and corporate strategy folks who track competitor business models
- Prerequisite: requires the agentii MCP data plane; it will not work with plain web search.
Examples
- "Analyze the business model of NVDA" → segment-level revenue breakdown plus customer-concentration risk
- "What does AAPL sell and how does it make money?" → products vs services mix and direct/indirect channel split
- "Review TSLA's management team and leadership changes" → executive turnover over the trailing four quarters with citations
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/agentii-ai/agentii-investment-intelligence/HEAD/plugins/agent-plugins/agentii-equity-agent/skills/agentii/business-model/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the plugins/agent-plugins/agentii-equity-agent/skills/agentii/business-model folder from the GitHub repo agentii-ai/agentii-investment-intelligence into my ~/.claude/skills/business-model/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/agentii-ai/agentii-investment-intelligence.git && mkdir -p ~/.claude/skills && cp -r agentii-investment-intelligence/plugins/agent-plugins/agentii-equity-agent/skills/agentii/business-model ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/agentii-ai/agentii-investment-intelligence.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r agentii-investment-intelligence/plugins/agent-plugins/agentii-equity-agent/skills/agentii/business-model ~/.claude/skills/ - The skill references sibling
contracts/andreferences/files, so installing the whole plugin is safer:cp -r agentii-investment-intelligence/plugins/agent-plugins/agentii-equity-agent ~/.claude/plugins/ - Register the agentii MCP server in Claude Code and configure your API key / access (see the repo README).
- Restart Claude Code and test with: "Analyze the business model of NVDA".
View source on GitHub ↗License: Apache-2.0