investment-report-reader

investment-report-reader is a skill for Claude Code, Codex from HHFinAi/claude-equity-research-skills. It costs 221 tokens per session (13,272 once invoked), scanned A, original, MIT.

A guide for reading investment research PDFs, including broker reports, company filings, fund documents, and economic outlooks, with special attention to charts, tables, and images.

In plain words
What is it for?
Use it to extract and interpret data from sell-side research, annual reports, 10-Ks and 10-Qs, fund updates, investment memos, and macroeconomic reports.
Why use it?
It helps recover important information that ordinary text extraction can miss, especially when charts and tables contain the key evidence.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to extract and interpret data from sell-side research, annual reports, 10-Ks and 10-Qs, fund updates, investment memos, and macroeconomic reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hhfinai/claude-equity-research-skills/investment-report-reader
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 HHFinAi/claude-equity-research-skills --skill investment-report-reader
Clone the repo
git clone --depth 1 https://github.com/HHFinAi/claude-equity-research-skills

Made for: Claude Code, Codex.

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 investment-report-reader

README.md
[![agentmods](https://agentmods.dev/badge/skills/hhfinai/claude-equity-research-skills/investment-report-reader/github.svg)](https://agentmods.dev/skills/hhfinai/claude-equity-research-skills/investment-report-reader)
Your own site
<a href="https://agentmods.dev/skills/hhfinai/claude-equity-research-skills/investment-report-reader"><img src="https://agentmods.dev/badge/skills/hhfinai/claude-equity-research-skills/investment-report-reader/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for investment-report-reader

Your own site · 80×15
<a href="https://agentmods.dev/skills/hhfinai/claude-equity-research-skills/investment-report-reader"><img src="https://agentmods.dev/badge/skills/hhfinai/claude-equity-research-skills/investment-report-reader.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 221 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 13,272 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 original No closer match found 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.00221 $0.13272
Opus 5 $0.00111 $0.06636
Sonnet 5 $0.00044 $0.02654
Haiku 4.5 $0.00022 $0.01327

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

Security

Grade A, and why

investment-report-reader 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 12d 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.

investment-report-reader/SKILL.md · 544 lines

How it starts

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

Investment Report Reader

Version: 3.3 — adds missing-report detection, the EPS/PT/spot three-way race diagnostic (Rule 13), broadens Rule 12 from framework-switch to definition-switch, lowers the sector-mining threshold to single-paragraph mentions, requires bull-case sanity-checks against prior-cycle peaks, requires unit-consistency checks across estimate trajectories, and adds the unstated-falsifier prompt to every playbook. See changelog at the end of this file.

A specialised PDF reading skill for investment research documents. Built on top of the public pdf-reading skill but tuned for the specific structure, vocabulary, and extraction targets of investment reports.

When this skill applies

Trigger on any PDF that is:

  • Sell-side research — broker notes, initiations, company updates, sector primers, strategy notes
  • Company filings — annual reports, 10-K / 10-Q / 20-F, interim reports, prospectuses
  • Fund documents — factsheets, monthly/quarterly commentaries, KIIDs, holdings reports
  • Buy-side internal research — investment memos, IC papers, pitch books
  • Macro / strategy — house view documents, outlook reports, central bank publications

If the PDF is one of these AND the user wants to read, summarise, query, or extract from it — use this skill.

Core philosophy

Investment reports are hybrid documents. The thesis is in the prose, but the evidence is almost always in charts and tables — and most of those charts are vector graphics that pdfimages will silently miss. A naive pdftotext pass will extract the narrative and lose 60% of the value. This skill exists to make sure that doesn't happen.

The default workflow is therefore:

  1. Triage the report (type, length, structure)
  2. Extract text for narrative, thesis, ratings, targets
  3. Extract tables programmatically for financials, forecasts, comps
  4. Rasterize key pages so charts and visual exhibits can actually be read
  5. Synthesise into the format the user asked for (or infer)

Read the full file on GitHub · 544 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. 12d ago First seen · 544 lines · 221 tokens per session scan A 5a6181b1efad

Subscribe to this mod's changes

investment-report-reader is a skill published in the GitHub repository HHFinAi/claude-equity-research-skills (8 stars, last pushed 4mo ago), licensed MIT. It adds 221 tokens to every session and 13,272 once invoked, about $0.0011 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-31.

Related

Other skills, from other repositories

cwicr-report-generator

Generate professional cost estimation reports from CWICR calculations. HTML, PDF, Excel outputs with charts and breakdowns.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 29 tokens

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.

OneWave-AI/claude-skills · 42 tokens

commodities-outlook

Produce institutional-grade commodity outlook reports with supply-demand analysis, price forecasts, and trade recommendations, formatted as PDF, DOCX, or PPTX documents. Triggered when users request commodity market reports, ask for trade ideas on energy, metals, or agricultural commodities, or mention keywords like…

serejaris/kimi-skills · 71 tokens

equity-research-report-cn

A tool for creating institutional-style investment research reports about stocks, bonds, sectors, funds, derivatives, or quantitative strategies. It supports PDF, DOCX, and PPTX output.

serejaris/kimi-skills · 110 tokens

Financial Data Extraction

Extract balance sheet, income statement, shares outstanding, organic growth, and GAAP reconciliation data from financial PDFs. Standardize via Tiger-Transformer and append structured output to the document markdown.

Ruinius/financial-analyst-skills · 41 tokens

Document Classification

Classify financial PDFs by extracting company identity, document type, and date metadata. Validates ticker via Yahoo Finance with multi-step fallback. Uses a Python orchestration script for validation, file modification, and writing markdown.

Ruinius/financial-analyst-skills · 46 tokens