plugins marketplace
← All plugins

hg-insights

v1.0.3

Prospect data and revenue intelligence

Codex

by HG InsightsMIT5kupdated 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/hg-insights/ inside the repository.

Layout

plugins/hg-insights/
└── .codex-plugin/plugin.json

Manifests1

plugins/hg-insights/.codex-plugin/plugin.json
{
  "name": "hg-insights",
  "version": "1.0.3",
  "description": "Prospect data and revenue intelligence",
  "author": {
    "name": "HG Insights",
    "url": "https://hginsights.com"
  },
  "homepage": "https://hginsights.com",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [
    "hg-insights",
    "revenue-growth-intelligence",
    "gtm",
    "technographics",
    "buyer-intent",
    "account-intelligence"
  ],
  "apps": "./.app.json",
  "interface": {
    "displayName": "HG Insights",
    "shortDescription": "Prospect data and revenue intelligence",
    "longDescription": "HG Insights - Revenue Growth Intelligence gives sales teams instant access to comprehensive prospect data. \nGet technology stacks, company firmographics, decision-maker contacts, IT spending insights, and contract intelligence for any company. \nSimply ask about a company by name or domain to uncover actionable sales intelligence powered by HG Insights data. \nRequires a RGI Developers or RGI Agents account from HG Insights.",
    "developerName": "HG Insights",
    "category": "Productivity",
    "capabilities": [],
    "websiteURL": "https://hginsights.com",
    "privacyPolicyURL": "https://hginsights.com/privacy-page/",
    "termsOfServiceURL": "https://hginsights.com/terms-of-service/",
    "brandColor": "#015AA0",
    "defaultPrompt": [
      "Find high-fit accounts in HG Insights showing buyer intent and summarize the best sales plays.",
      "Use HG Insights to size this market and identify priority segments for our GTM plan.",
      "Enrich these target accounts with HG Insights technographics, spend data, and buying signals."
    ],
    "screenshots": [],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo-dark.png"
  }
}