What problem does it solve? Manually building and maintaining PostHog dashboards through the UI is repetitive and hard to version-control. This Skill lets you define dashboards as JSON config files and create, sync, update, or export them through the PostHog API. ## Core Features & Use Cases - Config-driven dashboards: Define dashboards and insights (pageviews, unique users, traffic trends, top pages) in a version-controlled JSON file. - Four CLI commands: create builds a new dashboard, sync adds only new insights, update rewrites existing insights with new filters, and export dumps an existing dashboard back to JSON. - Use Case: You run a blog and want consistent analytics. Write a blog_dashboard.json config with a source=blog filter, run the create command, and get a live PostHog dashboard URL with all insights configured. ## Quick Start Set your POSTHOG_PERSONAL_API_KEY environment variable, then ask the agent to create a PostHog dashboard from a JSON config using the posthog_sync.sh script.