PostHog CLI
Installation
SKILL.md
PostHog CLI
Query events, manage feature flags, and pull analytics data.
- Website: https://posthog.com
Key Commands
posthog events query --event "page_view" --days 7
posthog feature-flags list
posthog feature-flags toggle <flag-key> --enable
Agent-Friendly Features
- API key auth
- JSON output for analytics queries
- Feature flag management