← 返回 Skills 市场
jpengcheng523-netizen

Ab Test

作者 jpengcheng523-netizen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
192
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ab-test
功能描述
Manage A/B tests
使用说明 (SKILL.md)

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 \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 install or provide secrets to this skill yet. The SKILL.md tells the agent to run scripts/ab_test.py and to export AB_API_KEY, but the package contains no code and the registry metadata lists no required env vars. Ask the publisher for the missing script or a link to the source repository, and require that they update the skill metadata to declare any required credentials. Only supply an API key after you have (1) inspected the script/source code, (2) verified the endpoint/service the key is used with, and (3) limited the key's permissions or used a test key. If you must test now, run it in an isolated sandbox with a scoped test key and monitor outbound network traffic.
功能分析
Type: OpenClaw Skill Name: ab-test Version: 1.0.0 The provided files (_meta.json and SKILL.md) contain standard metadata and documentation for an A/B testing management tool. The instructions in SKILL.md are clear and align with the stated purpose, with no evidence of prompt injection, malicious execution, or data exfiltration. Although the primary execution script (scripts/ab_test.py) is referenced but not included in the provided content, the documentation itself contains no harmful indicators.
能力评估
Purpose & Capability
The name/description (A/B test manager) matches the SKILL.md intent, but the skill asks the agent to run python3 scripts/ab_test.py (which is not included) and to set AB_API_KEY. The registry metadata declares no env vars and no code files, so the declared capabilities do not align with the artifacts provided.
Instruction Scope
The SKILL.md instructs the agent to execute an external script (python3 scripts/ab_test.py --input ... --output ...) and to read AB_API_KEY, but no script or code is bundled and the environment variable is not declared in the skill metadata. Instructions that rely on missing external files grant the agent broad discretion and are ambiguous — it's unclear what will actually run or what data would be sent.
Install Mechanism
There is no install spec (instruction-only), which is low risk in itself. However, the instructions expect a local 'scripts/ab_test.py' that is not present. That mismatch suggests either the skill is incomplete or it expects the agent/system to already have third-party code installed, which is a deployment risk and a sign of poor packaging.
Credentials
SKILL.md requires AB_API_KEY (sensible for an A/B test service), but the skill metadata declares no required environment variables and no primary credential. Requiring an API key in runtime instructions but not declaring it is an incoherence and a red flag — users shouldn't provide secrets to an unclear/undocumented skill.
Persistence & Privilege
The skill does not request persistent/always-on presence (always: false) and doesn't claim system-wide config changes. Autonomous invocation is allowed by default (not flagged on its own).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ab-test
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ab-test 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of jpeng-ab-test. - Manage and automate A/B tests for marketing and testing operations. - Command-line interface for running tests and exporting results. - Requires API key configuration via environment variable. - Outputs results in JSON format.
元数据
Slug ab-test
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ab Test 是什么?

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

如何安装 Ab Test?

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

Ab Test 是免费的吗?

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

Ab Test 支持哪些平台?

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

谁开发了 Ab Test?

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

💬 留言讨论