From altertable
Analyzes web analytics traffic patterns and user behavior using Altertable MCP. Useful for pageviews, sessions, traffic sources, and user engagement analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/altertable:analyzing-web-trafficThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
To analyze web traffic:
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.
npx claudepluginhub altertable-ai/skills --plugin altertableSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.