Back to the catalog

S&P Global

S&P Global - Financial data and analytics skills including company tearsheets, earnings previews, and transaction summaries

Open source Repository Open in the app JSON README (API)

About

S&P Global - Financial data and analytics skills including company tearsheets, earnings previews, and transaction summaries

Details

Kind
Plugins
Topic
Finance & crypto
Publisher
kensho-technologies
Origin
marketplace
Category
ferramentas
Stars
13
Forks
5
Last push
2026-07-28T19:50:08Z
Repository state
ativo
License
Apache-2.0
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
kensho-technologies/spglobal-agent-skills/sp-global

README

# S&P Global Plugin

This plugin brings S&P Global's financial data and analytics directly into your AI workflow via a set of pre-built skills. It is designed for financial professionals who want AI-assisted research, analysis, and document generation grounded in authoritative S&P Global data.

The skills are built on open standards (MCP) and are designed to work across AI platforms and agent frameworks. This repo includes plugin configs for both Claude Cowork and Codex.

We recognize that every organization has unique needs. These skills are starting points to get you started on your finished products. We encourage you to adapt the prompts, outputs, and workflows to fit your firm's specific processes, templates, and data needs.

The skills in this plugin are provided as-is. Generated outputs are not guaranteed to be correct. **Always verify outputs generated by an LLM for correctness.**

## Skills Contained

### Tearsheets
**Requires**: [S&P Global LLM-ready API](https://www.marketplace.spglobal.com/en/solutions/kensho-llm-ready-api-%28a156fe9f-5564-4f60-a624-95d8645dc98f%29) subscription

Generates a formatted, one-to-two page company tearsheet as a Word document, populated with live data from S&P Capital IQ. Supports four audience types, each optimized for a different use case:
* Equity Research: Investment thesis snapshot for buy-side/sell-side analysts
* Investment Banking / M&A: Company profile in transaction context
* Corporate Development: Acquisition target profile for internal strategic teams
* Sales / Business Development: Client meeting prep for commercial teams

**Example prompt**: "Generate a business development tearsheet for Palantir."

### Funding digests
**Requires**: [S&P Global LLM-ready API](https://www.marketplace.spglobal.com/en/solutions/kensho-llm-ready-api-%28a156fe9f-5564-4f60-a624-95d8645dc98f%29) subscription

Summarizes funding activity within a sector or for a specific company, drawing on S&P Capital IQ transaction data. Useful for market mapping, pitch preparation, and competitive intelligence.

**Example prompt**: "Summarize recent transactions in the data infrastructure space”

### Earnings Previews
**Requires**: [S&P Global LLM-ready API](https://www.marketplace.spglobal.com/en/solutions/kensho-llm-ready-api-%28a156fe9f-5564-4f60-a624-95d8645dc98f%29) subscription

Generates a structured earnings preview for an upcoming report, including consensus estimates, recent guidance, analyst sentiment, and key things to watch — all sourced from S&P Capital IQ.

**Example prompt**: "Give me an earnings preview for Salesforce."

## How to Use
The plugin and skills require access to S&P Global data to work with, either [Capital IQ Pro](https://www.spglobal.com/market-intelligence/en/solutions/products/sp-capital-iq-pro) or [S&P Global LLM-ready API](https://www.marketplace.spglobal.com/en/solutions/kensho-llm-ready-api-%28a156fe9f-5564-4f60-a624-95d8645dc98f%29) subscriptions. 

The LLM-ready API is easy to integrate in Claude or other applications via its MCP server. Follow [these steps](https://docs.kensho.com/llmreadyapi/mcp/third-party/claude) to set it up. 


### In Cowork
You'll need a paid Claude plan (Pro, Max, Team, or Enterprise) and the Claude Desktop app for macOS or Windows.

1. Open Claude Desktop and navigate to the **Cowork** tab
1. Click **Customize with Plugins**
1. In Browse Plugins, select **Personal**
1. Click the **plus sign “+”** to add plug in
1. Authenticate with your S&P Global credentials when prompted

Once installed, skills activate automatically when relevant – just describe what you need in natural language. You can also invoke specific skills explicitly by typing / in the chat to see available commands.

To customize the plugin for your firm's workflows, templates, or terminology, click **Customize** while viewing the installed plugin. We encourage this; the defaults are a starting point, not a prescription.

### In Claude Desktop (individual skills)
To install individual skills in Claude Desktop without the full plugin:

1. Open **Settings**
1. Navigate to **Capabilities → Skills**
1. Click **Add**
1. Upload the skill file(s) from this repository

Skills are available immediately in your Claude Desktop sessions once uploaded. You can install one or several depending on your needs.

### In Claude Code (individual skills)

Follow the instructions on the [Claude Code documentation](https://code.claude.com/docs/en/discover-plugins#add-from-github).

### In Codex
This repository includes Codex plugin metadata so the full S&P Global plugin can be installed as a local Codex plugin. The repo-local marketplace lives at `.agents/plugins/marketplace.json`, and its `spglobal-plugin` entry points to `./plugins/spglobal-plugin`.

The plugin manifest is located at `plugins/spglobal-plugin/.codex-plugin/plugin.json`. It declares the bundled skills in `./skills/` and the S&P Global MCP server configuration in `./.mcp.json`.

To use it in Codex:

1. Open this repository in Codex.
1. Install the local `spglobal-plugin` entry from the repo marketplace.
1. Authenticate with your S&P Global credentials when the MCP server prompts you.
1. Ask Codex for the workflow you need, such as "Generate a business development tearsheet for Palantir," or "Give me an earnings preview for Salesforce."


### Other Platforms
The skills in this repository are markdown files. Any AI platform that supports custom instructions, system prompts, or knowledge file uploads can use them – the mechanism varies by platform but the principle is the same: load the skill content so the model has it as persistent context.

**Microsoft Copilot**: Paste skill content into a custom prompt or system instruction depending on your Copilot configuration (M365 Copilot, Copilot Studio, etc.). Enterprise deployments via Copilot Studio allow uploading knowledge sources directly.

**Other platforms**: If your platform supports a system prompt or persistent instruction layer, paste the skill markdown there. If it supports file-based knowledge retrieval, upload the skill file. The skills are plain markdown, no special formatting or tooling required.

## What Comes Next
We are actively building additional skills and plugins across a range of financial workflows. We'd love to hear what would be most useful to you! For general questions, feedback, or partnership inquiries, contact [commercial@kensho.com](mailto:commercial@kensho.com) or open an issue in this repository.

# License

Licensed under the Apache 2.0 License. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright 2026-present Kensho Technologies, LLC. The present date is determined by the timestamp of the most recent commit in the repository.

More