1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86# 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. While the plugin follows the Claude Cowork standard, all skills and the underlying data layer are platform-agnostic. If you want to use these skills in another environment, please do.
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 and data 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."
### Industry Transaction Summaries
**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 recent M&A and deal 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](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).
### 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.
**ChatGPT**: Paste skill content into Custom Instructions (Settings โ Customize ChatGPT), upload as a knowledge file within a Project, or add to a Custom GPT's configuration. Custom instructions apply globally across sessions; Project-level files scope context to a specific workflow.
**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.