Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Business Model Analysis (Agentii)

Analyst-grade decomposition of how a public company makes money, grounded in XBRL segment data and SEC filings.

Data & AnalyticsAdvanced12010AI 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_*.md with 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

  1. "Analyze the business model of NVDA" → segment-level revenue breakdown plus customer-concentration risk
  2. "What does AAPL sell and how does it make money?" → products vs services mix and direct/indirect channel split
  3. "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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/agentii-ai/agentii-investment-intelligence.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r agentii-investment-intelligence/plugins/agent-plugins/agentii-equity-agent/skills/agentii/business-model ~/.claude/skills/
  5. The skill references sibling contracts/ and references/ files, so installing the whole plugin is safer: cp -r agentii-investment-intelligence/plugins/agent-plugins/agentii-equity-agent ~/.claude/plugins/
  6. Register the agentii MCP server in Claude Code and configure your API key / access (see the repo README).
  7. Restart Claude Code and test with: "Analyze the business model of NVDA".
View source on GitHubLicense: Apache-2.0