Agent Plugins Marketplace
All plugins

statsig

v1.0.0-ghast.1

Inspect and manage Statsig experiments, feature gates, dynamic configs, segments, metrics, results, audit logs, and dashboards through official skills and the official Statsig MCP server.

Agent Plugins2 Skills1 MCP serverstdio

By StatsigLicense: ISC0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
3 skill or MCP entries
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/Trapezohe/ghast-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/statsig/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/statsig/
├── plugin.json
├── skills/statsig/SKILL.md
├── skills/statsig-dashboard/SKILL.md
└── mcp.json

Included Skills2

statsigskills/statsig/SKILL.md

Use the Statsig MCP to inspect and manage Statsig entities such as gates, experiments, dynamic configs, segments, metrics, audit logs, and results.

statsig-dashboardskills/statsig-dashboard/SKILL.md

Create or read Statsig dashboards through the Console API. Use when building a valid `POST /console/v1/dashboards` body, reading `GET /console/v1/dashboards/{id}` into a create-compatible shape, or appending or replacing dashboard widgets through the related widget endpoints.

MCP servers1

statsigstdio
command
npx
args
--yes [email protected] https://api.statsig.com/v1/mcp --header statsig-api-key: ${STATSIG_CONSOLE_API_KEY}

Plugin manifests1

plugins/statsig/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "statsig",
  "version": "1.0.0-ghast.1",
  "description": "Inspect and manage Statsig experiments, feature gates, dynamic configs, segments, metrics, results, audit logs, and dashboards through official skills and the official Statsig MCP server.",
  "author": {
    "name": "Statsig",
    "url": "https://statsig.com"
  },
  "homepage": "https://docs.statsig.com/",
  "repository": "https://github.com/statsig-io/agent-skills",
  "license": "ISC",
  "extensions": {
    "ai.trapezohe.ghast": {
      "category": "development",
      "upstreamRevision": "e720bbb3fc7bb4f5d50ad6175e050138ddb1a1c6",
      "upstreamPath": ".",
      "icon": "./assets/icon.svg"
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[statsig on Agent Plugins Marketplace](https://pluginsmp.com/plugins/statsig-2)