Install

openclaw skills install ab-test

A/B Test Manager

Manage A/B tests

When to Use

  • User needs testing related functionality
  • Automating ab tasks
  • Marketing operations

Usage

python3 scripts/ab_test.py --input <input> --output <output>

Configuration

Set required environment variables:

export AB_API_KEY="your-api-key"

Output

Returns JSON with results:

{
  "success": true,
  "data": {}
}