Agent Plugins Marketplace
All plugins

chronograph-gp

v1.0.0

Portfolio monitoring, valuations, and analytics for private capital GP teams

Codex1 Skill

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

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
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 chronograph-gp 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 chronograph-gp@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/chronograph-gp/.

Plugin files

plugins/chronograph-gp/
├── .codex-plugin/plugin.json
└── skills/chronograph-portfolio-company-one-pager/SKILL.md

Included Skills1

chronograph-portfolio-company-one-pagerskills/chronograph-portfolio-company-one-pager/SKILL.md

GP platform one-pager and investor report generator for private equity portfolio companies. Use this skill whenever a user asks to generate a company tearsheet, one-pager, investor report, portfolio overview, or company deep-dive — especially when they name a company or ask to "build a report", "create a one-pager", or "show me a tearsheet". Also trigger when the user asks to include commentary, quarterly updates, investment narratives, or any Investment Overview in the report output. This skill handles live data fetching via a connected MCP data source OR from an uploaded Excel model, metric formatting, AI-generated or model-sourced commentary, and rendering a fully styled HTML one-pager. Also trigger for LP quarterly updates, valuation summaries, and portco performance pages — any output that combines financials, valuation, and return data for a single portfolio company.

Plugin manifests1

plugins/chronograph-gp/.codex-plugin/plugin.json
{
  "name": "chronograph-gp",
  "version": "1.0.0",
  "description": "Portfolio monitoring, valuations, and analytics for private capital GP teams",
  "author": {
    "name": "Chronograph",
    "url": "https://www.chronograph.pe/"
  },
  "homepage": "https://www.chronograph.pe/",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "skills": "./skills/",
  "apps": "./.app.json",
  "interface": {
    "displayName": "Chronograph GP",
    "shortDescription": "Trusted portfolio data for private capital GP teams",
    "longDescription": "Chronograph GP provides portfolio monitoring, valuations, and analytics for private capital General Partner users. Query trusted portfolio data, analyze investments, surface company-level metrics, and access private markets portfolio data using natural language.",
    "developerName": "Chronograph",
    "category": "Finance",
    "capabilities": [],
    "websiteURL": "https://www.chronograph.pe/",
    "privacyPolicyURL": "https://www.chronograph.pe/legal/privacy-policy/",
    "termsOfServiceURL": "https://www.chronograph.pe/legal/website-terms-of-use/",
    "brandColor": "#414B4B",
    "defaultPrompt": [
      "Summarize fund returns from Chronograph GP.",
      "Find top and bottom portfolio investments.",
      "Show overdue reporting tasks in Chronograph GP."
    ],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.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.

[chronograph-gp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/chronograph-gp)