From 2765dd65c975fd24a5fa0632ed70c63a6f9b4a00 Mon Sep 17 00:00:00 2001 From: Noah Zweben Date: Wed, 28 Jan 2026 17:38:01 -0800 Subject: [PATCH] Add posthog plugin to marketplace (#299) Co-authored-by: Claude --- .claude-plugin/marketplace.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 395f3b0..7b98712 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -598,6 +598,16 @@ "url": "https://github.com/obra/superpowers.git" }, "homepage": "https://github.com/obra/superpowers.git" + }, + { + "name": "posthog", + "description": "Connect Claude Code to your PostHog analytics platform. Query insights, manage feature flags, run A/B experiments, track errors, and analyze LLM costs all through natural language. The plugin provides 10 slash commands for common workflows and full access to PostHog's MCP tools. Ask questions like \"What are my top errors?\" or \"Create a feature flag for 50% of users\" and Claude handles the API calls. Supports OAuth authentication, EU and US cloud regions, and self-hosted instances.", + "category": "monitoring", + "source": { + "source": "url", + "url": "https://github.com/PostHog/posthog-for-claude.git" + }, + "homepage": "https://github.com/PostHog/posthog-for-claude.git" } ] }