posthog

Access PostHog analytics, feature flags, experiments, error tracking, and insights directly from Claude Code.

Content Preview
{
  "name": "posthog",
  "description": "Access PostHog analytics, feature flags, experiments, error tracking, and insights directly from Claude Code.",
  "category": "monitoring",
  "source": {
    "source": "url",
    "url": "https://github.com/PostHog/ai-plugin.git",
    "sha": "f2f37954ecef9f1afce4fa81b6a612454a96c410"
  },
  "homepage": "https://posthog.com/docs/model-context-protocol"
}
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/posthog.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at .claude-plugin/marketplace.json

Related Skills