Agent skill · business finance · anthropics

earnings-preview-single

Generate a concise 4-5 page equity research earnings preview for a single company. Analyzes the most recent earnings transcript, competitor landscape, valuation, and recent news to produce a professional HTML report.

Why this skill is useful

Provides a structured process for generating equity research reports using specific data sources and strict formatting rules.

What it needs

Requires kensho, s&p global account access. About 10k tokens when loaded. Last updated 2026-08-04. 34,059 stars on the source repository.

What this skill does

Single-Company Earnings Preview Generate a concise, professional equity research earnings preview for a single company. The output is a self-contained HTML file targeting 4-5 printed pages. The report is dense with figures and data, with tight narrative that gets straight to the point. Data Sources (ZERO EXCEPTIONS): The ONLY permitted data sources are Kensho Grounding MCP (search) and S&P Global MCP (kfinance). Absolutely NO other tools, data sources, or web access of any kind. Specifically: Do NOT use WebSearch, WebFetch, websearch, bravesearch, googlesearch, or ANY generic web/internet search tool — even if Kensho is slow, returns no results, or is temporarily unavailable. Do NOT use any browser, URL fetch, or web scraping tool. If Kensho Grounding returns no results for a query, try rephrasing the query or note "data not available" in the report. NEVER fall back to web search as an alternative. Every piece of information in the report must be traceable to either a kfinance MCP function call or a Kensho search call. If it cannot be sourced to one of these two, it must not appear in the report. Critical Rule: You MUST complete ALL research and data collection (Phases 1-5) BEFORE writing any part of the report. Intermediate File Rule: All raw data from MCP tool calls MUST be written to files in /tmp/earnings-preview/ immediately after each tool call returns — before moving to the next call. This protects data from context window compression. Do NOT hold data only in memory. At the start of Phase 1, run mkdir -p /tmp/earnings-preview to create the directory. Before generating the HTML report (Phase 7), you MUST read ALL intermediate files back into context using cat commands. The files — not your memory of earlier conversation — are the single source of truth for every number, quote, and source URL in the report. If you skip reading the files, the report WILL contain errors. Fiscal Quarter Rule: NEVER infer the fiscal quarter from the calendar report date. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills anthropics/earnings-preview-beta

View the source on GitHub

Browse the @skills marketplace