plugins marketplace
← All plugins

amplitude

v1.0.2

Product analytics and funnels

Codex

by AmplitudeMIT5kupdated 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/amplitude/ inside the repository.

Layout

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

Manifests1

plugins/amplitude/.codex-plugin/plugin.json
{
  "name": "amplitude",
  "version": "1.0.2",
  "description": "Product analytics and funnels",
  "author": {
    "name": "Amplitude"
  },
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Amplitude",
    "shortDescription": "Product analytics and funnels",
    "longDescription": "Product analytics and funnels",
    "developerName": "Amplitude",
    "category": "Data & Analytics",
    "capabilities": [],
    "defaultPrompt": [
      "Show the signup funnel trend in Amplitude"
    ],
    "screenshots": [],
    "composerIcon": "./assets/app-icon.png",
    "logo": "./assets/app-icon.png"
  }
}