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