Install
openclaw skills install abDesign, run, and analyze A/B tests to compare content variants, measure performance, and make data-driven optimization decisions.
openclaw skills install abname: ab
version: 1.0.0
description: "A/B testing tool for designing, running, and analyzing A/B tests. Use when: user wants to test different versions of content, measure performance, and make data-driven decisions."
Powerful A/B testing tool for designing, running, and analyzing A/B tests to optimize content and make data-driven decisions.
# Create a new A/B test
ab create --name "Landing Page Test" --variants A B
# Set test metrics
ab metrics --test "Landing Page Test" --metrics conversion_rate time_on_page
# Start the test
ab start --test "Landing Page Test"
# Analyze results
ab analyze --test "Landing Page Test"