plugins marketplace
← All plugins

moody-s

v1.0.2

Credit ratings, entity intelligence, and research via Moody's GenAI-Ready Data.

Codex7 skills

by Moody'sMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/moody-s/ inside the repository.

Layout

plugins/moody-s/
├── .codex-plugin/plugin.json
├── skills/moody-s-company-analysis/SKILL.md
├── skills/moody-s-earnings-brief/SKILL.md
├── skills/moody-s-explore-mcp/SKILL.md
├── skills/moody-s-issuer-brief/SKILL.md
├── skills/moody-s-peer-analysis/SKILL.md
├── skills/moody-s-rating-analysis/SKILL.md
└── skills/moody-s-sector-brief/SKILL.md

Skills7

moody-s-company-analysisskills/moody-s-company-analysis/SKILL.md

Use when the user asks for Moody's company profiles, ownership, ratings, credit opinions, financial statements, filings, peers, research, or credit-risk analysis for a company.

moody-s-earnings-briefskills/moody-s-earnings-brief/SKILL.md

Produce an Earnings Call Summary HTML report for 2–5 companies using Moody's GenAI MCP tools. Use this skill whenever the user asks to summarize earnings calls, generate an earnings call summary, analyze earnings transcripts across peers, or create an earnings call report. Trigger even if they just name companies and mention "earnings" or "transcript".

moody-s-explore-mcpskills/moody-s-explore-mcp/SKILL.md

Discover and safely explore Moody's MCP tools. Use when the user wants to see what Moody's data is available, verify MCP connectivity, look up an entity, or run a lightweight ratings/research probe before deeper analysis.

moody-s-issuer-briefskills/moody-s-issuer-brief/SKILL.md

Produce a comprehensive Issuer Brief HTML report for a company using Moody's GenAI MCP tools. Use this skill whenever the user asks to create an Issuer Brief, company profile report, credit memo, investment book, or comprehensive company analysis. Also trigger when they ask for a report combining company overview, financials, peer comparison, industry overview, strategic developments, management, credit profile, risks, and ESG into a single document. Trigger even if they just name a company and say "Issuer Brief", "info book", "company book", "credit book", or "full company report".

moody-s-peer-analysisskills/moody-s-peer-analysis/SKILL.md

Produce a Peer Analysis HTML report for a target company and its credit peers using Moody's GenAI MCP tools. Use this skill whenever the user asks to compare a company against its peers, run a peer analysis, do a credit peer comparison, generate a peer group report, or analyze relative credit positioning. Trigger even if they just name a company and mention "peers", "peer comparison", "credit comparison", "peer group", or "relative value".

moody-s-rating-analysisskills/moody-s-rating-analysis/SKILL.md

Produce a Rating Pitch Report for a company using Moody's GenAI MCP tools, delivered as a self-contained HTML file saved to disk. Use this skill whenever the user asks to create a rating pitch, rating pitch deck, credit pitch, rating presentation, rating pitch report, or rating HTML report. Also trigger when they ask for a comprehensive credit overview combining sector analysis, company financials, SWOT, peer comparison, and ESG into a single report or presentation. Trigger even if they just name a company and say "pitch deck", "rating deck", "credit deck", or "rating report".

moody-s-sector-briefskills/moody-s-sector-brief/SKILL.md

Produce a Sector Brief HTML report for any industry sector using Moody's GenAI MCP tools and web research. Use this skill whenever the user asks to analyze a sector, write a sector report, do an industry analysis, create a sector overview, or generate a sector deep-dive. Trigger even if they just name a sector and mention "analysis", "overview", "outlook", "report", or "deep-dive". Also trigger for phrases like "what's happening in the retail sector" or "give me a sector breakdown for aerospace".

Manifests1

plugins/moody-s/.codex-plugin/plugin.json
{
  "name": "moody-s",
  "version": "1.0.2",
  "description": "Credit ratings, entity intelligence, and research via Moody's GenAI-Ready Data.",
  "author": {
    "name": "Moody's",
    "url": "https://www.moodys.com"
  },
  "homepage": "https://www.moodys.com/web/en/us/genai/model-context-protocol.html",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [
    "moodys",
    "credit",
    "ratings",
    "research",
    "risk",
    "entity-intelligence",
    "ownership",
    "beneficial-ownership",
    "corporate-structure",
    "subsidiaries",
    "financial-statements",
    "company-filings",
    "credit-opinion",
    "scorecards",
    "esg",
    "sector-outlook",
    "country-risk",
    "peers",
    "earnings-calls",
    "news"
  ],
  "apps": "./.app.json",
  "skills": "./skills/",
  "interface": {
    "displayName": "Moody's",
    "shortDescription": "Credit ratings, research, entity intelligence, ownership, financials, and filings.",
    "longDescription": "Connect to Moody's GenAI-Ready Data through the enterprise MCP integration. Resolve covered entities, retrieve ratings and outlooks, analyze credit opinions, scorecards, upgrade/downgrade drivers, ESG considerations, ownership structures, subsidiaries, company profiles, financial statements, filings, earnings-call transcripts, news, peer sets, sector outlooks, and country-risk context, all within your workflow.",
    "developerName": "Moody's",
    "category": "Finance",
    "capabilities": [
      "Entity resolution and firmographics",
      "Credit ratings and rating history",
      "Credit opinions, outlooks, and rating drivers",
      "Upgrade and downgrade trigger analysis",
      "Rating methodology and scorecard factors",
      "ESG credit considerations",
      "Ownership, beneficial owners, ultimate owners, and subsidiaries",
      "Financial statements, key indicators, and ratios",
      "Company filings search and summarization",
      "Research document search",
      "Earnings-call transcript search",
      "News monitoring",
      "Peer identification",
      "Sector outlook and country-risk context",
      "Managers, directors, and key officers"
    ],
    "websiteURL": "https://www.moodys.com",
    "privacyPolicyURL": "https://www.moodys.com/web/en/us/legal/privacy-policy.html",
    "termsOfServiceURL": "https://www.moodys.com/web/en/us/legal/terms-of-use.html",
    "brandColor": "#003366",
    "defaultPrompt": [
      "Summarize a company's Moody's profile and ownership.",
      "Summarize a company's Moody's ratings and credit opinion.",
      "Summarize a company's latest financials and filings in Moody's."
    ],
    "screenshots": [],
    "composerIcon": "./assets/app-icon.png",
    "logo": "./assets/app-icon.png"
  }
}