LaunchKit · 2026
Back to Skills

agent-analytics

Simple website analytics your AI agent controls end-to-end.

2
1.7k downloads
by @dannyshmueli

Setup & Installation

openclaw skills install @dannyshmueli/agent-analytics

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install agent-analytics

Version History

v4.0.3Mar 14, 2026 - Version note by skill developer:

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.

INPUT

User asks: Which of my two hero headlines is converting better?

AGENT
  1. 1Create an A/B experiment: npx @agent-analytics/cli experiments create my-site --name hero_headline --variants control,new_copy --goal cta_click
  2. 2Add declarative variant attribute to the hero element in HTML
  3. 3Wait for ~100 exposures per variant, then check results: npx @agent-analytics/cli experiments get exp_abc123
  4. 4Interpret Bayesian probability_best, lift, and recommendation fields
  5. 5Complete the experiment with the winning variant: npx @agent-analytics/cli experiments complete exp_abc123 --winner new_copy
OUTPUT

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.

AGENT_ANALYTICS_API_KEY environment variableAgent Analytics account (sign up at agentanalytics.sh)