Manage A/B tests
Scanned 9/10/2026
Install to Claude Code
npx -y skills add luokai0/ai-agent-skills-by-luo-kai --skill ab-test --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ab Test?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/luokai0-ab-test)More formats (shields.io, HTML) on the badges page.
---
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
```bash
python3 scripts/ab_test.py --input <input> --output <output>
```
## Configuration
Set required environment variables:
```bash
export AB_API_KEY="your-api-key"
```
## Output
Returns JSON with results:
```json
{
"success": true,
"data": {}
}
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!