← Back to Skills Marketplace
ab-test-analyzer
by
jpengcheng523-netizen
· GitHub ↗
· v1.0.0
· MIT-0
163
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jpeng-ab-test-analyzer
Description
Analyze A/B test results
README (SKILL.md)
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 \x3Cinput> --output \x3Coutput>
Configuration
Set required environment variables:
export AB_API_KEY="your-api-key"
Output
Returns JSON with results:
{
"success": true,
"data": {}
}
Usage Guidance
Do not provide secrets or run the skill yet. The package contains only a SKILL.md that instructs running 'scripts/ab_test_analyzer.py' and exporting AB_API_KEY, but there is no script or declared env var in the published bundle. Ask the publisher for the actual code or a link to a repository, and for details about what AB_API_KEY is (which service it belongs to and why it is needed). If you must test, inspect the script source first and avoid using real/privileged API keys—use a throwaway key or sandbox. If you already have a file at 'scripts/ab_test_analyzer.py' in your environment, be cautious: the agent could execute it, so verify its contents before allowing the skill to run.
Capability Analysis
Type: OpenClaw Skill
Name: jpeng-ab-test-analyzer
Version: 1.0.0
The skill bundle contains standard metadata and documentation for an A/B test analysis tool. The SKILL.md file describes a typical command-line interface and environment variable configuration (AB_API_KEY) without any evidence of prompt injection, malicious instructions, or suspicious data handling.
Capability Assessment
Purpose & Capability
The skill claims to 'Analyze A/B test results' and shows a usage line that runs python3 scripts/ab_test_analyzer.py, implying shipped code. However, the package contains no code files and the registry metadata lists no required env vars or credentials. Asking to run a local script is inconsistent with an instruction-only skill that provides no script.
Instruction Scope
SKILL.md directs execution of a specific local script path and tells the user to set AB_API_KEY, but does not explain what the API key is for or where the script comes from. The instructions therefore tell the agent to access a file and an environment secret that are not present or declared, which expands scope beyond what's packaged.
Install Mechanism
There is no install spec (instruction-only), which is the lowest install risk. That said, because the instructions expect a local Python script, the agent could attempt to execute arbitrary Python if such a file exists in the environment—this is a consequence of the missing code rather than an installer issue.
Credentials
The SKILL.md asks users to set AB_API_KEY but the skill metadata lists no required environment variables or primary credential. The purpose doesn't justify an undeclared secret; it's unclear what service the key would grant access to and why an API key is necessary for a simple analyzer.
Persistence & Privilege
The skill does not request persistent or elevated privileges (always is false, no config paths, no install). Autonomous invocation is allowed by default, which is normal and not by itself a concern here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jpeng-ab-test-analyzer - After installation, invoke the skill by name or use
/jpeng-ab-test-analyzer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of jpeng-ab-test-analyzer.
- Analyze A/B test results with a simple command-line interface.
- Supports automation of A/B testing tasks and analytics operations.
- Configurable via environment variable AB_API_KEY.
- Outputs results in JSON format for easy integration.
Metadata
Frequently Asked Questions
What is ab-test-analyzer?
Analyze A/B test results. It is an AI Agent Skill for Claude Code / OpenClaw, with 163 downloads so far.
How do I install ab-test-analyzer?
Run "/install jpeng-ab-test-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ab-test-analyzer free?
Yes, ab-test-analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ab-test-analyzer support?
ab-test-analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ab-test-analyzer?
It is built and maintained by jpengcheng523-netizen (@jpengcheng523-netizen); the current version is v1.0.0.
More Skills