Agent Plugins Marketplace
All plugins

chronograph-lp

v1.0.3

Portfolio monitoring and analytics for private capital LP teams

Codex3 Skills

By ChronographLicense: 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 chronograph-lp 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-lp@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-lp/.

Plugin files

plugins/chronograph-lp/
├── .codex-plugin/plugin.json
├── skills/chronograph-cashflow-forecast/SKILL.md
├── skills/chronograph-gp-meeting-prep/SKILL.md
└── skills/chronograph-portfolio-company-one-pager/SKILL.md

Included Skills3

chronograph-cashflow-forecastskills/chronograph-cashflow-forecast/SKILL.md

Forecast private capital cashflows for existing portfolios using Chronograph MCP data and a Takahashi-Alexander style model. Use when Codex needs to analyze or forecast LP-level contributions, distributions, NAV, unfunded exposure, net cashflows, or Excel-style cashflow forecast outputs from existing Chronograph funds, commitments, groups, or portfolios.

chronograph-gp-meeting-prepskills/chronograph-gp-meeting-prep/SKILL.md

Prepare an LP to meet with their fund manager (GP): review the fund's latest reporting, surface what changed since last period, and draft the questions worth raising. Use when someone is getting ready for a manager call, quarterly check-in, annual meeting, LPAC meeting, or a re-up decision — for example "I have my quarterly call with this manager next week, help me prep," "what changed in this fund this quarter," "what should I ask them about these marks," or "what are the red flags in this reporting package." Draws on Chronograph fund and portfolio data when connected — captured reporting such as fund performance, schedules of investments, and portfolio company KPI profiles — and asks the LP to provide anything else it needs, such as a capital account statement, investor letter, or AGM or board deck.

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-lp/.codex-plugin/plugin.json
{
  "name": "chronograph-lp",
  "version": "1.0.3",
  "description": "Portfolio monitoring and analytics for private capital LP 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 LP",
    "shortDescription": "Trusted portfolio data for private capital LP teams",
    "longDescription": "Chronograph LP provides portfolio monitoring and analytics for private capital Limited Partner users. Access trusted private markets portfolio data, from underlying portfolio companies and assets to funds, vehicles, commitments, and more.",
    "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/",
    "defaultPrompt": [
      "Find Chronograph LP portfolio updates and summarize key performance changes.",
      "Pull Chronograph LP fund metrics for this quarter and highlight risks.",
      "Compare Chronograph LP portfolio KPIs and flag outliers."
    ],
    "brandColor": "#414B4B",
    "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-lp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/chronograph-lp)