abtesting-design
Hypothesis formation, null/alternative, control/variant setup, randomization hash-based, stratification
npx skills add majiayu000/claude-skill-registry --skill abtesting-design --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# abtesting-design ## Purpose This skill enables precise A/B test design for OpenClaw, covering hypothesis formulation (e.g., null and alternative), setup of control/variant groups, hash-based randomization, and stratification to ensure balanced experiments. ## When to Use Use this skill when designing experiments for feature comparisons, such as testing website layouts, app features, or marketing campaigns, to validate hypotheses with statistical rigor and minimize bias. ## Key Capabilities - Formulate hypotheses: Define null (e.g., "No difference in click rates") and alternative (e.g., "Variant increases clicks by 10%"). - Set up groups: Configure control and variant setups with parameters like sample sizes and metrics. - Implement randomization: Use hash-based methods (e.g., SHA-256 on user IDs) for assignment to reduce selection bias. - Apply stratification: Divide users into strata (e.g., by demographics) to balance groups, using algorithms like stratified sampling. ## Usage Patterns Always start by defining your hypothesis and groups. Use CLI for quick designs or API for programmatic integration. Provide all required inputs (e.g., hypothesis strings, variant names) in a singl
- Purpose
- When to Use
- Key Capabilities
- Usage Patterns
- Common Commands/API
- Integration Notes
- Error Handling
- Concrete Usage Examples
- Graph Relationships
export OPENCLAW_API_KEY=your_key_here openclaw abtesting-design --hypothesis-null "Baseline equal" --variants control,testVariant --output results.json
What does the abtesting-design skill do?
Hypothesis formation, null/alternative, control/variant setup, randomization hash-based, stratification
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill abtesting-design --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
