comp-sheet

comp-sheet is a skill for Claude Code from daloopa/daloopa-plugin-claude. It costs 15 tokens per session (2,311 once invoked), scanned A, a copy of comp-sheet, Apache-2.0.

An Excel workbook that compares several companies using financial statements and detailed operating measures. A company comparison, or comp, sheet is a model analysts use to study similar businesses side by side.

In plain words
What is it for?
Use it to build a multi-company comparison for a target business and its peers, including revenue, profits, margins, cash flow, debt, growth, and operating indicators.
Why use it?
It puts peer data, business metrics, and valuation information into one organized model instead of requiring separate manual comparisons.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the daloopa plugin — 21 skills, 2 MCP servers shipped together

Good fit Use it to build a multi-company comparison for a target business and its peers, including revenue, profits, margins, cash flow, debt, growth, and operating indicators.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/daloopa/daloopa-plugin-claude/comp-sheet
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add daloopa/daloopa-plugin-claude --skill comp-sheet
Clone the repo
git clone --depth 1 https://github.com/daloopa/daloopa-plugin-claude

Made for: Claude Code.

Or install daloopa, the plugin that ships this one along with the rest of its 21 skills, 2 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for comp-sheet

README.md
[![agentmods](https://agentmods.dev/badge/skills/daloopa/daloopa-plugin-claude/comp-sheet.svg)](https://agentmods.dev/skills/daloopa/daloopa-plugin-claude/comp-sheet)
Your own site
<a href="https://agentmods.dev/skills/daloopa/daloopa-plugin-claude/comp-sheet"><img src="https://agentmods.dev/badge/skills/daloopa/daloopa-plugin-claude/comp-sheet.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,311 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 91% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00015 $0.02311
Opus 5 $0.00008 $0.01156
Sonnet 5 $0.00003 $0.00462
Haiku 4.5 $0.00002 $0.00231

Measured 7d ago against content hash dd6172d97dbd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

comp-sheet scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

91% identical to comp-sheet — 32 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/comp-sheet/SKILL.md · 195 lines

How it starts

The opening of the file, as written. The whole thing — 195 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Build a multi-company industry comp sheet Excel model for the company specified by the user: $ARGUMENTS

This produces an interactive .xlsx workbook — the kind of comp sheet every analyst on a coverage team maintains. Multi-company, multi-tab, with deep operational KPIs alongside standard financials.

Before starting, read data-access.md for data access methods and design-system.md for formatting conventions. Follow the data access detection logic and design system throughout this skill.

Follow these steps:

1. Company & Peer Setup

Look up the target company by ticker using discover_companies. Capture company_id, latest_calendar_quarter (anchor for all period calculations — see data-access.md Section 1.5), and latest_fiscal_quarter. Note the firm name for report attribution (default: "Daloopa") — see data-access.md Section 4.5.

Then identify 6-10 comparable companies using the same logic as /comps:

  • Direct competitors in the same market
  • Business model peers (similar revenue model)
  • Size peers (similar market cap range)
  • Growth profile peers (similar growth rate)

Look up all peer company_ids via Daloopa. If a peer isn't available in Daloopa, include it with market data only and note the limitation.

List the full peer group with brief justification for each.

2. Deep Data Gathering

For each company (target + all peers), pull from Daloopa:

Calculate 8 quarters backward from latest_calendar_quarter. Pull financials:

  • Revenue, Gross Profit, Operating Income, Net Income, Diluted EPS
  • Operating Cash Flow, Capital Expenditures, D&A
  • Free Cash Flow (compute as OCF - CapEx)
  • R&D Expense, SG&A (where available)

Segment revenue breakdown (all available segments, 8 quarters)

Company-specific operational KPIs — use the 9-sector taxonomy to know what to search for:

  • SaaS/Cloud: ARR, net revenue retention, RPO/cRPO, customers >$100K, cloud gross margin
  • Consumer Tech: DAU/MAU, ARPU, engagement metrics, installed base, paid subscribers
  • E-commerce/Marketplace: GMV, take rate, active buyers/sellers, order frequency
  • Retail: same-store sales, store count, average ticket, transactions
  • Telecom/Media: subscribers, churn, ARPU, content spend
  • Hardware: units shipped, ASP, attach rate, installed base
  • Financial Services: AUM, NIM, loan growth, credit quality metrics, fee income ratio
  • Pharma/Biotech: pipeline stage, patient starts, scripts, market share
  • Industrials/Energy: backlog, book-to-bill, utilization, production volumes, reserves

Read the full file on GitHub · 195 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 195 lines · 15 tokens per session scan A dd6172d97dbd

Subscribe to this mod's changes

comp-sheet is a skill published in the GitHub repository daloopa/daloopa-plugin-claude (8 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 15 tokens to every session and 2,311 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to comp-sheet, differing in 32 lines, and is treated as a copy.