What problem does it solve?
Teams often want a recurring written analysis of their product data rather than a static chart snapshot. This Skill creates a PostHog prompt subscription that runs a free-text prompt on a cron schedule, where an LLM plans and executes HogQL queries and delivers a synthesized markdown report to email or Slack on each tick.
Core Features & Use Cases
- Recurring AI reports: Schedule a free-text prompt to run daily, weekly, monthly, or yearly, with the LLM composing its own HogQL and writing a fresh markdown report each delivery.
- Email and Slack delivery: Send reports to comma-separated email recipients or a Slack channel resolved via the integrations API.
- Flexible recurrence rules: Configure interval, byweekday, bysetpos, count, and until_date to control exactly when deliveries fire.
- Use Case: A founder wants a Monday-morning email summarizing top events week over week with the biggest drops called out. Create a weekly prompt subscription with byweekday set to monday and the report arrives automatically.
Quick Start
Create a weekly PostHog AI subscription that emails a summary of top events and new failure modes to [email protected] every Monday at 8am.