Agent Plugins Marketplace
All plugins

morningstar

v1.0.3

Morningstar fund research plugin for screening, summarizing, and comparing funds and ETFs using the Morningstar ChatGPT app.

Codex3 Skills

By MorningstarLicense: MIT5.2k GitHub starsUpdated 4 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
3 skill or MCP entries
Source updated
Aug 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install morningstar for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add morningstar@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openai/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/morningstar/.

Plugin files

plugins/morningstar/
├── .codex-plugin/plugin.json
├── skills/fund-comparison/SKILL.md
├── skills/fund-screener/SKILL.md
└── skills/fund-summarizer/SKILL.md

Included Skills3

fund-comparisonskills/fund-comparison/SKILL.md

Use when comparing 2 to 4 funds or ETFs with Morningstar ratings, returns, risk, and holdings data.

fund-screenerskills/fund-screener/SKILL.md

Use when screening funds or ETFs by Morningstar category, ratings, fees, assets, returns, or risk.

fund-summarizerskills/fund-summarizer/SKILL.md

Use when summarizing a fund or ETF with Morningstar ratings, returns, risk, holdings, fees, and caveats.

Plugin manifests1

plugins/morningstar/.codex-plugin/plugin.json
{
  "name": "morningstar",
  "version": "1.0.3",
  "description": "Morningstar fund research plugin for screening, summarizing, and comparing funds and ETFs using the Morningstar ChatGPT app.",
  "author": {
    "name": "Morningstar",
    "url": "https://www.morningstar.com"
  },
  "homepage": "https://www.morningstar.com",
  "repository": "https://github.com/Morningstar/morningstar-plugins",
  "license": "MIT",
  "keywords": [
    "morningstar",
    "funds",
    "etf",
    "research",
    "screening"
  ],
  "skills": "./skills/",
  "apps": "./.app.json",
  "interface": {
    "displayName": "Morningstar",
    "shortDescription": "Screen, summarize, and compare funds with the Morningstar app.",
    "longDescription": "Bundled Morningstar fund workflows for Codex: production screening with normalization, fund returns screening, single-fund deep summaries, and side-by-side comparison for 2 to 4 funds. The plugin links to the reviewed Morningstar ChatGPT app for authenticated data access and includes explicit data-availability disclosures.",
    "developerName": "Morningstar",
    "category": "Finance",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://www.morningstar.com",
    "privacyPolicyURL": "https://www.morningstar.com/company/privacy-center/privacy-policy",
    "termsOfServiceURL": "https://www.morningstar.com/company/terms-and-conditions",
    "defaultPrompt": [
      "Use fund-screener to find Gold-rated US large-cap ETFs.",
      "Use fund-summarizer to analyze VFIAX.",
      "Use fund-comparison to compare VFIAX, SWPPX, and FXAIX."
    ],
    "brandColor": "#E4572E",
    "composerIcon": "./assets/app-icon.png",
    "logo": "./assets/app-icon.png",
    "screenshots": []
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[morningstar on Agent Plugins Marketplace](https://pluginsmp.com/plugins/morningstar)