statsig
v1.0.0-ghast.1Inspect and manage Statsig experiments, feature gates, dynamic configs, segments, metrics, results, audit logs, and dashboards through official skills and the official Statsig MCP server.
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-pluginsClone 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
├── plugin.json├── skills/statsig/SKILL.md├── skills/statsig-dashboard/SKILL.md└── mcp.json
Included Skills2
Use the Statsig MCP to inspect and manage Statsig entities such as gates, experiments, dynamic configs, segments, metrics, audit logs, and results.
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
- command
- npx
- args
- --yes [email protected] https://api.statsig.com/v1/mcp --header statsig-api-key: ${STATSIG_CONSOLE_API_KEY}
Plugin manifests1
{
"$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"
}
}
}For maintainers
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)