From altertable
Analyzes web analytics data via Altertable MCP server to detect traffic patterns, anomalies, trends in pageviews, sessions, sources, devices, geography, and user behavior.
npx claudepluginhub altertable-ai/skills --plugin altertableThis skill uses the workspace's default tool permissions.
To analyze web traffic:
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Builds production-ready Apache Airflow DAGs with patterns for operators, sensors, testing, and deployment. For data pipelines, workflow orchestration, and batch jobs.
Share bugs, ideas, or general feedback.
To analyze web traffic:
Ask the user (or infer from context):
Use the Altertable MCP server to fetch web analytics data. The primary tool returns the top 50 pages by pageviews, visitors, and sessions grouped by week, with breakdowns by URL, referrer, country, UTM source/campaign, device, and device type.
For deeper analysis, complement with SQL queries against the lakehouse to compute:
Always pull both the current period and the comparison period so you can compute deltas.
Break down by at least one dimension to find where changes originate:
When a top-level metric moves, drill into segments to isolate which segment drove the change.
Look for:
Quantify every observation with absolute numbers and percentage change.
Present findings with:
| Comparison | When to Use |
|---|---|
| WoW (week-over-week) | Short-term monitoring, recent changes |
| MoM (month-over-month) | Growth tracking, campaign evaluation |
| YoY (year-over-year) | Seasonal businesses, long-term trends |
Always compare equal-length periods. When comparing WoW, align on the same day of week. When comparing MoM, account for differing month lengths.
When the user does not specify a segment, default to this order:
Only add geography or other dimensions if the first pass does not explain the change.