---
name: composio-community/PostHog CLI
source: https://app.decimal.ai/s/composio-community-posthog-cli@1/SKILL.md
source_sha256: f7cc723e424c
---

# PostHog CLI

Query events, manage feature flags, and pull analytics data.

- **Website**: https://posthog.com

## Key Commands

```bash
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