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.
npx agentmods add skills/daloopa/investing/ib-decknpx skills add daloopa/investing --skill ib-deckgit clone --depth 1 https://github.com/daloopa/investingWrote 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.
[](https://agentmods.dev/skills/daloopa/investing/ib-deck)<a href="https://agentmods.dev/skills/daloopa/investing/ib-deck"><img src="https://agentmods.dev/badge/skills/daloopa/investing/ib-deck.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00017 | $0.01320 |
| Opus 5 | $0.00009 | $0.00660 |
| Sonnet 5 | $0.00003 | $0.00264 |
| Haiku 4.5 | $0.00002 | $0.00132 |
Grade A, and why
ib-deck 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Build an institutional-grade pitch deck for the company specified by the user: $ARGUMENTS
Before starting, read ../data-access.md for data access methods and ../design-system.md for formatting conventions. Also read the reference files in this skill's references/ directory for slide templates and components.
This is a project-only skill that generates a self-contained HTML presentation and renders it to PDF.
Phase 1 — Requirements
Determine the deck category and scope:
Category (infer from context, or default to IB Advisory):
- IB Advisory — M&A advisory, fairness opinions, board presentations. Navy/steel/gold palette. "CONFIDENTIAL" marking.
- Activist / L-S Equity — Shareholder campaigns, investment memos as decks. Navy/blue/orange or navy/sky/green palette.
Firm Attribution:
- Firm name defaults to "Daloopa". If the user specifies a firm name in their prompt, use that instead.
- NEVER hallucinate a firm name (Goldman Sachs, Morgan Stanley, JPMorgan, etc.). See
../data-access.mdSection 4.5. - Include firm name on the cover slide and in all slide footers.
Gather from the user or infer:
- Target company (ticker)
- Purpose (M&A pitch, fairness opinion, investment memo, activist campaign)
- Key thesis or strategic rationale
- Specific slides needed (or use the default 14-slide deck)
Phase 2 — Data Gathering
Look up the company by ticker using discover_companies. Capture company_id, latest_calendar_quarter, and latest_fiscal_quarter. Use latest_calendar_quarter to anchor all period calculations (see ../data-access.md Section 1.5).
Use Daloopa MCP for all financial data. Target comprehensive coverage:
- 5+ years of quarterly financials — calculate 20+ quarters backward from
latest_calendar_quarter(income statement, balance sheet, cash flow) - Segment and geographic breakdowns
- All company-specific operating KPIs
- 6-10 peers — get trading multiples and fundamentals from Daloopa + market data (see ../data-access.md Section 2)
- Guidance and consensus (see ../data-access.md Section 3)
- SEC filings — risk factors, growth drivers, M&A commentary, strategic language
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 5d ago First seen · 105 lines · 17 tokens per session scan A 384f6f5e980b
ib-deck is a skill published in the GitHub repository daloopa/investing (487 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 17 tokens to every session and 1,320 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
invoice
A printable invoice page — sender + recipient block, line items table, tax breakdown, totals, and payment instructions. Use when the brief mentions "invoice", "bill", "billing statement", or "发票".
report-generator
Generate professional HTML/PDF investment reports with interactive visualizations.
cwicr-report-generator
Generate professional cost estimation reports from CWICR calculations. HTML, PDF, Excel outputs with charts and breakdowns.
iflytek-ocr-invoice
Use when user asks to recognize invoices, extract receipt data, or OCR bills and tickets. Recognize and extract structured data from invoices, receipts, and bills using iFlytek OCR API (科大讯飞票据识别). Supports VAT invoices, taxi receipts, train tickets, toll invoices, medical bills, bank receipts, and more.
financial-document-parser
Extract and analyze data from invoices, receipts, bank statements, and financial documents. Categorize expenses, track recurring charges, and generate expense reports. Use when user provides financial PDFs or images.
procesar-mis-estados-de-cuenta
Proceso un lote de estados de cuenta bancarios y de tarjeta de crédito en PDF o CSV de principio a fin: extraigo cada transacción (subagentes Haiku en paralelo), normalizo los nombres de las contrapartes, categorizo contra tu plan de cuentas bloqueado (subagentes Sonnet en paralelo), detecto transferencias entre…