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

Ab Test

by @jpengcheng523-netizen

Manage A/B tests

Versionv1.0.0
Downloads461
TERMINAL
clawhub install ab-test

πŸ“– About This Skill


name: jpeng-ab-test description: "Manage A/B tests" version: "1.0.0" author: "jpeng" tags: ["testing", "ab", "marketing"]

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  --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
    - Marketing operations

    πŸ’‘ Examples

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

    βš™οΈ Configuration

    Set required environment variables:

    export AB_API_KEY="your-api-key"