posthog
v1.0.0PostHog gives your AI agent direct access to your product analytics, feature flags, experiments, error tracking, surveys, logs, and LLM analytics. Ask questions about your data, create insights, toggle feature flags, analyze errors, search docs, and more — all from chat.
By PostHog Inc.License: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 20, 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 →
Install posthog for Codex
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add posthog@openai-curatedPaste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.
Compatibility: the page URL and API slug “posthog-3” remain stable.
- Codex:
posthog-3@agent-plugin-marketplace→posthog@openai-curated
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/FaLalens/codex-plugins-zhClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/posthog/.
Plugin files
├── .codex-plugin/plugin.json├── skills/posthog/SKILL.md└── .mcp.json
Included Skills1
Analyze product data and manage product tooling in PostHog. Use when the user wants product analytics or insights, HogQL/SQL queries, feature flags, experiments and A/B tests, error tracking, session replay, surveys, LLM analytics, dashboards, data warehouse, or PostHog documentation.
MCP servers1
- url
- https://mcp.posthog.com/mcp
Plugin manifests1
{
"apps": "./.app.json",
"author": {
"name": "PostHog Inc.",
"url": "https://posthog.com"
},
"description": "PostHog gives your AI agent direct access to your product analytics, feature flags, experiments, error tracking, surveys, logs, and LLM analytics. Ask questions about your data, create insights, toggle feature flags, analyze errors, search docs, and more — all from chat.",
"homepage": "https://posthog.com/docs",
"interface": {
"brandColor": "#1D4AFF",
"brandColorDark": "#1D4AFF",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"category": "Data & Analytics",
"composerIcon": "./assets/composer-icon.png",
"defaultPrompt": [
"Show me signups this month",
"Create a feature flag for the new checkout",
"Why are users dropping off in onboarding?"
],
"developerName": "PostHog Inc.",
"displayName": "PostHog",
"logo": "./assets/logo.png",
"logoDark": "./assets/logo-dark.png",
"longDescription": "PostHog gives your AI agent direct access to your product analytics, feature flags, experiments, error tracking, surveys, logs, and LLM analytics. Ask questions about your data, create insights, toggle feature flags, analyze errors, search docs, and more — all from chat.",
"privacyPolicyURL": "https://posthog.com/privacy",
"screenshots": [
"./assets/screenshot-1.png",
"./assets/screenshot-2.png"
],
"shortDescription": "Analyze your product data",
"supportURL": "https://posthog.com/support",
"termsOfServiceURL": "https://posthog.com/terms",
"websiteURL": "https://posthog.com"
},
"keywords": [
"posthog",
"analytics",
"product-analytics",
"feature-flags",
"experiments",
"error-tracking",
"session-replay",
"surveys",
"llm-analytics",
"hogql",
"developer-tools"
],
"license": "MIT",
"name": "posthog",
"repository": "https://github.com/openai/plugins",
"skills": "./skills/",
"version": "1.0.0"
}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.
[posthog on Agent Plugins Marketplace](https://pluginsmp.com/plugins/posthog-3)