Install
openclaw skills install ab-testManage A/B tests
openclaw skills install ab-testManage A/B tests
python3 scripts/ab_test.py --input <input> --output <output>
Set required environment variables:
export AB_API_KEY="your-api-key"
Returns JSON with results:
{
"success": true,
"data": {}
}