← 返回 Skills 市场
jpengcheng523-netizen

ab-test-analyzer

作者 jpengcheng523-netizen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
163
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jpeng-ab-test-analyzer
功能描述
Analyze A/B test results
使用说明 (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": {}
}
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jpeng-ab-test-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jpeng-ab-test-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug jpeng-ab-test-analyzer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ab-test-analyzer 是什么?

Analyze A/B test results. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 163 次。

如何安装 ab-test-analyzer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install jpeng-ab-test-analyzer」即可一键安装,无需额外配置。

ab-test-analyzer 是免费的吗?

是的,ab-test-analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ab-test-analyzer 支持哪些平台?

ab-test-analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ab-test-analyzer?

由 jpengcheng523-netizen(@jpengcheng523-netizen)开发并维护,当前版本 v1.0.0。

💬 留言讨论