plugins marketplace
← All plugins

chronograph-lp

v1.0.3

Portfolio monitoring and analytics for private capital LP teams

Codex3 skills

by ChronographMIT5kupdated 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/chronograph-lp/ inside the repository.

Layout

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

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.

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": []
  }
}