plugins marketplace
← All plugins

thoughtspot

v1.0.3

Trusted business data answers

Codex

by ThoughtSpotMIT5kupdated 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/thoughtspot/ inside the repository.

Layout

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

Manifests1

plugins/thoughtspot/.codex-plugin/plugin.json
{
  "name": "thoughtspot",
  "version": "1.0.3",
  "description": "Trusted business data answers",
  "author": {
    "name": "ThoughtSpot",
    "url": "https://www.thoughtspot.com"
  },
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "ThoughtSpot",
    "developerName": "ThoughtSpot",
    "shortDescription": "Trusted business data answers",
    "longDescription": "From everyday data questions to high-level strategic analyses, Spotter by ThoughtSpot helps business and data teams get answers and insights they can trust, validate, and act on, enabling everyone to use data to drive the business forward.",
    "category": "Data & Analytics",
    "capabilities": [],
    "brandColor": "#000000",
    "defaultPrompt": [
      "Search ThoughtSpot for sales performance answers and summarize the key drivers.",
      "Find dashboards related to pipeline health and explain the biggest movement this quarter.",
      "Analyze revenue by segment in ThoughtSpot and highlight anomalies worth investigating."
    ],
    "screenshots": [],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "websiteURL": "https://www.thoughtspot.com"
  },
  "homepage": "https://www.thoughtspot.com"
}