posthog

Query PostHog analytics data via REST API for events, flags, sessions, and trends.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Vero-Ventures/fuzzycat --skill posthog-vero-ventures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: posthog
Source: https://github.com/Vero-Ventures/fuzzycat/tree/main/.claude/skills/posthog
Command: npx skills add https://github.com/Vero-Ventures/fuzzycat --skill posthog-vero-ventures

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to query PostHog analytics data directly, enabling quick checks on event ingestion, feature flag status, user sessions, and trends without needing to navigate the PostHog UI.

Core Features & Use Cases

  • Event Monitoring: Verify that events are being ingested correctly and inspect event details.
  • User & Session Inspection: Search for specific users and examine their session activity.
  • Feature Flag Management: Check the status and rollout percentage of feature flags.
  • Insight & Dashboard Access: Retrieve saved insights and list available dashboards.
  • Use Case: Quickly check if a new event, like payment_processed, is being recorded after a feature launch by querying recent events.

Quick Start

Use the posthog skill to list the last 10 events ingested into PostHog.

Frequently Asked Questions about posthog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query PostHog analytics data without using the UI?

You can query PostHog analytics data directly via its REST API to verify event ingestion, inspect user sessions, and check feature flag statuses without navigating the PostHog UI. This requires API keys and host information to authenticate.

Can I check if a specific event is being ingested correctly in PostHog?

Yes, you can verify event ingestion by querying recent events through the PostHog REST API. This allows you to inspect event details and confirm that new events like payment_processed are being recorded after a feature launch.

How do I check the rollout percentage of a feature flag in PostHog?

You can check feature flag status and rollout percentage by querying the PostHog API. This provides direct access to feature flag data, enabling quick administrative checks without accessing the PostHog dashboard.

Do I need API keys to inspect user sessions in PostHog?

Yes, API keys and host information are required to authenticate and interact with the PostHog service. These credentials allow you to search for specific users and examine their session activity directly.

What is the best way to retrieve saved insights and dashboards from PostHog?

Querying the PostHog REST API is the best way to retrieve saved insights and list available dashboards directly. This method provides quick access to your analytics data and trend analysis without UI navigation.