Loading...
Loading...
Unified marketing metrics dashboard and CLI. Use when building or running a marketing status dashboard that pulls from PostHog, Google Search Console, Stripe, and ad platforms. Covers traffic, SEO, ads, revenue, and funnel conversion reporting in terminal output.
npx skill4agent add phrazzld/claude-config marketing-dashboard./dashboard.py status
./dashboard.py seo --period 30d
./dashboard.py ads --period 7d
./dashboard.py revenue --period 90d
./dashboard.py funnelmktg statusmktg seo --period [7d|30d|90d]mktg ads --period [7d|30d]mktg revenue --period [30d|90d]mktg funnel| Variable | Purpose |
|---|---|
| PostHog API key |
| PostHog project id |
| Search Console property URL |
| Service account JSON path |
| Stripe API key |
| JSON file for ad platform metrics |
| Inline JSON for ad metrics |
| Comma list of PostHog events (default: |
{
"google": {"spend": 123.45, "impressions": 10000, "clicks": 321, "cpa": 12.34},
"meta": {"spend": 98.76, "impressions": 9000, "clicks": 210, "cpa": 15.67}
}dashboard.pymktgsrc/posthog_client.pyhttpxsrc/gsc_client.pygoogle-authgoogleapiclientsrc/stripe_client.pysrc/display.pyinsights/trendinsights/funnel