Finance & Investment Banking ✓ Anthropic · Official financial-tear-sheetscompany-profilingcapital-iqmcpdocx-generationequity-researchmergers-acquisitions

S&P Company Tear Sheet Generator

Build audience-specific company tear sheets from S&P Capital IQ data.

FollowSkills review · FSRS-2.0
Use with care
46/ 100 5-point scale 2.3 / 5
1 2 3 4 5 6
1Trust11 / 25 · 2.2/5

The skill restricts financial data to S&P Global, requires N/A labeling, and specifies attribution and an informational disclaimer, providing partial data-flow transparency. However, it invokes an external MCP, writes to /tmp and an output directory, and does not clearly define least privilege, sensitive-data handling, user confirmation, isolation, or rollback, so points are deducted.

2Reliability7 / 20 · 1.8/5

The workflow, calculation checks, file verification, and missing-data handling are fairly specific, making the happy path plausible from static inspection. However, it depends on the S&P MCP, the docx skill, and an unspecified runtime; no committed tests, reproducible execution evidence, or comprehensive abnormal-input feedback is provided, so the static ceiling applies.

3Adaptability10 / 15 · 3.3/5

The audiences, four templates, inputs, trigger terms, and private-company behavior are relatively clear. The trigger scope is broad, though, and non-fit cases, service-unavailable fallbacks, Chinese-language behavior, and mainland-China reachability are not sufficiently specified, so points are deducted.

4Convention8 / 15 · 2.7/5

Information architecture, template references, formatting constants, page-cut order, license metadata, and repository maintenance entry points are reasonably documented. Versioning, changelog, explicit maintenance ownership, installation/dependency notes, and troubleshooting are incomplete, and external-service prerequisites are not systematically documented.

5Effectiveness6 / 15 · 2.0/5

The skill defines the tear-sheet objective, audience differences, calculations, validation rules, and DOCX output format in useful detail, so it could produce a usable draft in principle. Static evidence contains no representative output or execution verification; human review remains necessary and the result depends on available paid/live S&P data, so the score stays within the static limit.

6Verifiability4 / 10 · 2.0/5

The skill supplies data-integrity rules, formulas, validation steps, file manifests, and source attribution, creating limited auditability. It provides no real CI, committed test suite, execution logs, or independent corroboration, so key paths cannot be independently reproduced from the files and the static ceiling applies.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 4aa51ed3d379
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Confirm that the S&P Capital IQ/Kensho MCP is authorized and reachable, and review the scope of company, financial, and relationship data sent or cached.
  • The skill writes to /tmp and an output directory without specifying cleanup, access controls, or recovery after failure.
  • Financial figures, derived metrics, relationship analysis, and disclaimers still require professional review; the static materials do not prove successful DOCX generation.
  • The broad trigger language may cause false positives, and Chinese-output quality and mainland-China reachability of core external services are unspecified.
Review evidence [1][2][3][4][5][6][7][8]
See the full review method →

What does this skill do, and when should you use it?

This skill uses the Kensho LLM-ready API MCP server to retrieve S&P Capital IQ data and produce professional company tear sheets, one-pagers, and overviews. It supports equity research, investment banking/M&A, corporate development, and sales/business development audiences, for both public and private companies. The workflow collects company, financial, valuation, peer, transaction, earnings, and relationship data, calculates derived metrics, and validates the arithmetic. It outputs a formatted Word document, but adoption depends on access to the required data service and runtime tooling.

The skill first identifies the company and audience, with optional comparable companies and page-length preferences; it asks for an audience when none is supplied. It creates /tmp/tear-sheet/, queries S&P Global MCP tools for company information, market data, financials, segments, valuation, consensus estimates, earnings, relationships, peers, and M&A activity, and writes each result to structured intermediate files. It then reads those files, calculates margins, growth rates, free-cash-flow conversion, capital structure, and segment mix, performs validation checks, and generates a DOCX document. The document uses Arial typography, a navy company banner, a two-column key-value header, formatted financial tables, consistent bullets, and a repeated footer disclaimer. For private companies, the workflow skips stock price, beta, consensus estimates, and trading comps when appropriate.

  1. An equity research analyst evaluating a public company needs a compact view of financial performance, valuation, peers, and earnings takeaways.
  2. An investment banker preparing for an M&A process or client pitch needs a company profile covering business information, transaction activity, and strategic commentary.
  3. A corporate development team screening an acquisition target needs a one-page view of segments, capital structure, ownership, relationships, and strategic fit.
  4. A sales or business development professional preparing for a client meeting needs company context, strategic themes, and conversation starters.
  5. A researcher covering a private company needs a profile that emphasizes business overview, relationships, ownership, and whatever financial information is available.

What are this skill's strengths and limitations?

Pros
  • Explicitly covers four distinct audiences: equity research, IB/M&A, corporate development, and sales/business development.
  • Supports both public and private companies, with defined handling for private-company data gaps.
  • Persists query results to structured intermediate files and performs a dedicated calculation and validation pass before document generation.
  • Provides detailed Word-formatting rules, including a two-column company header, financial tables, consistent footer text, and audience-specific synthesis.
  • Requires financial information to come from S&P Global tools rather than filling gaps with model knowledge.
Limitations
  • Requires the S&P Capital IQ Kensho MCP service, network access, and potentially a provider subscription or API key.
  • Private-company outputs may lack stock, valuation, consensus, and trading-comps sections and may contain N/A or Not disclosed fields.
  • The workflow depends on shell commands, temporary directories, filesystem access, Node.js, and the docx npm package rather than being chat-only.
  • The supplied material does not include the audience reference files or exact MCP query mappings, so some deployment details cannot be verified from the source provided.
  • No test suite, platform test results, or sample generated documents are provided in the source material.

How do you install this skill?

This skill is part of the partner-built S&P Global plugin collection in the GitHub repository anthropics/financial-services, which is licensed under Apache License 2.0. In Cowork, open Settings → Plugins → Add plugin, paste https://github.com/anthropics/financial-services, and choose the required partner or vertical plugin from the marketplace list. In Claude Code, first run claude plugin marketplace add anthropics/financial-services, then install the relevant plugin from that marketplace. The supplied README gives installation examples for other plugins but does not specify a standalone install command for the tear-sheet skill. Access to the S&P MCP integration may require a provider subscription or API key.

How do you use this skill?

After installation, provide both a company and an audience, for example: Generate an equity research tear sheet for Microsoft. The supported audiences are Equity Research, IB / M&A, Corp Dev, and Sales / BD. You may also provide specific comparable companies and a page-length preference; if no audience is given, the skill should ask for one. The runtime must be able to reach the S&P Capital IQ Kensho MCP service and write intermediate files under /tmp/tear-sheet/. The workflow then produces a Word file named in the pattern [CompanyName]_TearSheet_[Audience]_[YYYYMMDD].docx under /mnt/user-data/outputs/. The supplied material does not include credentials, concrete query responses, or the audience reference-file contents, so available sections depend on the MCP results and deployment.

FAQ

Is the skill free to use?
The repository is licensed under Apache License 2.0, but the skill depends on S&P Capital IQ through the Kensho MCP service. The README states that MCP access may require a provider subscription or API key, so the repository license does not imply free data access.
What happens if I do not specify an audience?
The skill supports Equity Research, IB / M&A, Corp Dev, and Sales / BD. Its workflow says to ask for the audience when the user does not provide one.
Will it invent missing financial figures?
It should not. The data-integrity rules restrict financial data to S&P Global tools and require unavailable values to be labeled N/A or Not disclosed rather than estimated from training knowledge.
Can it profile private companies?
Yes. Private companies are explicitly supported, but the workflow expects sparser data and skips stock price, 52-week range, beta, stock performance, consensus estimates, and trading comps when those fields do not apply.

More skills from this repository

All from anthropics/financial-services

Finance & Investment Banking ✓ Anthropic · Official

Equity Research Initiation Workflow

A five-task workflow for producing institutional-style equity research initiation reports.

Finance & Investment Banking ✓ Anthropic · Official

Earnings Update Researcher

Turn quarterly results into an institutional-style update focused on beats, estimate changes, valuation, and thesis impact.

Finance & Investment Banking ✓ Anthropic · Official

Funding & Capital Markets Digest

Turns recent funding rounds and capital-markets activity into a drill-down-ready, one-slide PowerPoint briefing.

Finance & Investment Banking ✓ Anthropic · Official

Morning Meeting Brief

Turn overnight market developments into a concise, opinionated, actionable morning note.

Finance & Investment Banking ✓ Anthropic · Official

Sell-Side CIM Builder

Structures and drafts investor-ready Confidential Information Memorandums for sell-side M&A processes.

Finance & Investment Banking ✓ Anthropic · Official

Financial Model Refresh

Refresh estimates and reassess valuation after earnings, guidance, or macro changes.

Finance & Investment Banking ✓ Anthropic · Official

LP NAV Tie-Out Auditor

Recompute an LP capital account from the NAV pack and flag statement mismatches before distribution.

Finance & Investment Banking ✓ Anthropic · Official

Equity Research Snapshot

Turn consensus estimates, fundamentals, price history, and macro data into a structured stock research view.

Finance & Investment Banking ✓ Anthropic · Official

Equity Catalyst Calendar

Track market-moving events across a coverage universe so research teams can focus and position ahead of catalysts.

Finance & Investment Banking ✓ Anthropic · Official

Single-Company Earnings Preview

Generate a professional 4–5-page HTML earnings preview for one public company from tightly controlled financial data sources.

Finance & Investment Banking ✓ Anthropic · Official

Investment Thesis Tracker

Keep portfolio theses current, testable, and review-ready.

Finance & Investment Banking ✓ Anthropic · Official

Month-End Variance Commentary

Explain material P&L and balance-sheet movements for close and management reporting.

Finance & Investment Banking ✓ Anthropic · Official

Reconciliation Break Tracer

Trace ledger breaks to source entries and state the operational root cause.

Finance & Investment Banking ✓ Anthropic · Official

Bond Futures Basis Analyzer

Price bond futures, identify the cheapest-to-deliver bond, and evaluate basis-trading opportunities.

Finance & Investment Banking ✓ Anthropic · Official

Swap Curve Strategy Analyst

Builds swap curves, overlays government and inflation data, and identifies rate-curve trade structures.

Finance & Investment Banking ✓ Anthropic · Official

FX Carry Trade Analyst

Evaluates FX carry opportunities through forward curves, rate differentials, volatility surfaces, and historical spot trends.

Finance & Investment Banking ✓ Anthropic · Official

PE Deal Sourcing Assistant

Find qualified targets, check relationship history, and prepare personalized founder outreach.

Finance & Investment Banking ✓ Anthropic · Official

Investment Banking Strip Profile Builder

Builds dense company-profile slides for investment banking pitch books, deal materials, and client presentations.

Finance & Investment Banking ✓ Anthropic · Official

PE Investment Committee Memo Writer

Turns diligence, financial analysis, and deal terms into a structured memo for private equity investment committee approval.

Finance & Investment Banking ✓ Anthropic · Official

Comparable Company Analysis Modeling Skill

Build institutional-grade comparable company analyses in Excel with operating metrics, valuation multiples, and statistical benchmarking.

Related skills