Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Highlight Chinese docs/content support and refresh ClawHub positioning
What This Skill Does
Web analytics platform designed for AI agents to query via CLI. Tracks page views, custom events, A/B experiments, funnels, retention cohorts, and traffic heatmaps. Agents can set up tracking, run experiments, and interpret results without a dashboard.
Agents can run the full analytics cycle, from setup to experiment to shipping a winner, without switching to a browser dashboard.
When to use it
- Checking weekly traffic trends across multiple projects
- Running A/B tests on hero headlines to improve conversion
- Identifying where users drop off in a signup funnel
- Finding peak traffic hours before scheduling a deploy
- Tracking which CTAs drive the most signups
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Which of my two hero headlines is converting better?
- 1Create an A/B experiment: npx @agent-analytics/cli experiments create my-site --name hero_headline --variants control,new_copy --goal cta_click
- 2Add declarative variant attribute to the hero element in HTML
- 3Wait for ~100 exposures per variant, then check results: npx @agent-analytics/cli experiments get exp_abc123
- 4Interpret Bayesian probability_best, lift, and recommendation fields
- 5Complete the experiment with the winning variant: npx @agent-analytics/cli experiments complete exp_abc123 --winner new_copy
Variant new_copy wins with 4.1% vs 2.3% cta_click rate (79% probability best). Experiment marked complete and winner deployed.
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.