🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

ab-test-analyzer

by @jpengcheng523-netizen

Analyze A/B test results

Versionv1.0.0
Downloads354
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

  • User needs testing related functionality
  • Automating ab tasks
  • Analytics operations
  • 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

    TriggerAction
    - Automating ab tasks
    - Analytics operations

    πŸ’‘ Examples

    python3 scripts/ab_test_analyzer.py --input  --output 
    

    βš™οΈ Configuration

    Set required environment variables:

    export AB_API_KEY="your-api-key"