funding-digest

funding-digest is a skill for Claude Code from anthropics/financial-services. It costs 136 tokens per session (7,095 once invoked), scanned A, original, Apache-2.0.

A funding digest generator creates a one-slide PowerPoint summary of recent funding rounds and capital-markets activity. Funding rounds are investments raised by companies, while capital markets include activities such as issuing shares or debt.

In plain words
What is it for?
It helps produce weekly deal-flow recaps, funding round summaries, transaction roundups, and capital-markets updates using S&P Global Capital IQ data.
Why use it?
It condenses deal activity across selected sectors or companies into a brief update that can be reviewed or shared.

Skill for Claude Code ✓ vendor

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/claude/logos/[company-name].png.

Part of the sp-global plugin — 3 skills shipped together

Good fit It helps produce weekly deal-flow recaps, funding round summaries, transaction roundups, and capital-markets updates using S&P Global Capital IQ data.

Compare 6 skills from other repositories ↓
About the project

Claude for Financial Services is a collection of agents, skills, commands, plugins, and data connectors for investment banking, equity research, private equity, and wealth-management workflows. Financial professionals use it to draft models, memos, research notes, and reconciliations for review by qualified people. The catalogue contains components from these workflows, including agents, skills, plugins, commands, and instructions.

anthropics/financial-services · 34,793 stars · on GitHub

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add anthropics/financial-services
Claude Code
/plugin install sp-global

Made for: Claude Code.

Or install sp-global, the plugin that ships this one along with the rest of its 3 skills.

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 funding-digest

README.md
[![agentmods](https://agentmods.dev/badge/skills/anthropics/financial-services/funding-digest/github.svg)](https://agentmods.dev/skills/anthropics/financial-services/funding-digest)
Your own site
<a href="https://agentmods.dev/skills/anthropics/financial-services/funding-digest"><img src="https://agentmods.dev/badge/skills/anthropics/financial-services/funding-digest/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 funding-digest

Your own site · 80×15
<a href="https://agentmods.dev/skills/anthropics/financial-services/funding-digest"><img src="https://agentmods.dev/badge/skills/anthropics/financial-services/funding-digest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 136 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,095 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. Third-party audits
  • Socket pass 4 May 2026
  • Snyk pass 4 May 2026
How audits are shown
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.00136 $0.07095
Opus 5 $0.00068 $0.03547
Sonnet 5 $0.00027 $0.01419
Haiku 4.5 $0.00014 $0.00709

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

Security

Grade A, and why

funding-digest 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 today.

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

Copies of this mod

4 near-identical copies found in the catalogue:

plugins/partner-built/spglobal/skills/funding-digest/SKILL.md · 514 lines

How it starts

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

AI DISCLAIMER (MANDATORY): You MUST include the following disclaimer text in the powerpoint footer. This is not optional — the report is incomplete without it:

"Analysis is AI-generated — please confirm all outputs"

Footer — At the bottom of the generated slide, as a prominent yellow banner: "Analysis is AI-generated — please confirm all outputs"


Weekly Deal Flow Digest

Generate an analyst-quality single-slide PowerPoint that summarizes key takeaways from recent funding rounds across watched sectors or companies, using S&P Global Capital IQ data. Each deal links back to its Capital IQ profile for quick drill-down.

When to Use

Trigger on any of these patterns:

  • "Give me a deal flow digest for this week"
  • "Weekly funding recap for [sector]"
  • "What deals closed in [sector/companies] recently?"
  • "Transaction roundup" or "deal roundup"
  • "Capital markets update for my coverage universe"
  • "Summarize recent funding activity"
  • Any periodic briefing request about deals, raises, or rounds

Nested Skills

This skill produces a one-slide PPTX briefing:

  • Read /mnt/skills/public/pptx/SKILL.md before generating the PowerPoint (and its sub-reference pptxgenjs.md for creating from scratch)

Entity Resolution & Tool Robustness

S&P Global's identifier system resolves company names to legal entities. This works well for most companies but has known failure modes that cause empty results. Apply these rules throughout the workflow to avoid silent data loss.

Rule 0: Pre-validate ALL identifiers before querying funding

Before calling any funding tools, run every identifier through get_info_from_identifiers. This is the cheapest and most reliable way to catch problems early. Check two things in the response:

  1. Did it resolve at all? If the identifier returns empty/error, the name doesn't exist in S&P Global. Try the alias from references/sector-seeds.md, the legal entity name, or the company_id directly.
  2. What is the status field?
    • "Operating" → Safe to query for funding rounds.
    • "Operating Subsidiary" → The company exists but is owned by a parent. It will return zero funding rounds. Note this in the digest as context (e.g., "acquired by [Parent]") but do not query for funding.
    • Any other status (e.g., closed, inactive) → The company is no longer operating. Historical data may exist but no new activity.

Read the full file on GitHub · 514 lines

Files

What ships with it

2 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.

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. today First seen · 514 lines · 136 tokens per session scan A ac7ef7327327

Subscribe to this mod's changes

funding-digest is a skill published in the GitHub repository anthropics/financial-services (34,793 stars, last pushed today), licensed Apache-2.0. It adds 136 tokens to every session and 7,095 once invoked, about $0.0007 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-09-12.