plugins marketplace
← All plugins

meticulate

v1.0.2

Research companies and similar targets

Codex

by MeticulateMIT5kupdated 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/meticulate/ inside the repository.

Layout

plugins/meticulate/
└── .codex-plugin/plugin.json

Manifests1

plugins/meticulate/.codex-plugin/plugin.json
{
  "name": "meticulate",
  "version": "1.0.2",
  "description": "Research companies and similar targets",
  "author": {
    "name": "Meticulate"
  },
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Meticulate",
    "developerName": "Meticulate",
    "shortDescription": "Research companies and similar targets",
    "longDescription": "Meticulate helps sales and go-to-market teams research companies directly in ChatGPT. Upload a company list or describe the accounts you care about, then identify companies, find similar targets, pull key business details, and answer structured research questions across accounts.",
    "category": "Productivity",
    "capabilities": [],
    "brandColor": "#7000D8",
    "defaultPrompt": [
      "Search Meticulate for companies matching this ICP and summarize the strongest fits.",
      "Look up a company by SFDC account ID and fetch its firmographic summary.",
      "Find companies similar to this seed company and explain why they are good lookalikes."
    ],
    "screenshots": [],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png"
  }
}