chronograph-gp
v1.0.0Portfolio monitoring, valuations, and analytics for private capital GP teams
by ChronographMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/chronograph-gp/ inside the repository.
Layout
├── .codex-plugin/plugin.json└── skills/chronograph-portfolio-company-one-pager/SKILL.md
Skills1
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
{
"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": []
}
}