TERMINAL
clawhub install jpeng-ab-test-analyzerπ About This Skill
name: jpeng-ab-test-analyzer description: "Analyze A/B test results" version: "1.0.0" author: "jpeng" tags: ["testing", "ab", "analytics"]
A/B Test Analyzer
Analyze A/B test results
When to Use
Usage
python3 scripts/ab_test_analyzer.py --input --output Configuration
Set required environment variables:
export AB_API_KEY="your-api-key"
Output
Returns JSON with results:
{
"success": true,
"data": {}
}
β‘ When to Use
π‘ Examples
python3 scripts/ab_test_analyzer.py --input --output βοΈ Configuration
Set required environment variables:
export AB_API_KEY="your-api-key"