← 返回 Skills 市场
jacr6

Ab Test Setup Migrated

作者 José Cuevas · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
112
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ab-test-setup-migrated
功能描述
Skill migrada desde examples - ab-test-setup con capacidades completas
使用说明 (SKILL.md)

ab-test-setup (Migrated)

Overview

Esta skill ha sido migrada desde ./examples y mejorada para Qwen Code.

Usage Examples

Example 1: Basic Usage

const skill = require('~/.opencode/skills/ab-test-setup');
const result = await skill.execute();

Example 2: Advanced Usage

const { OptimizedSubagent } = require('~/.opencode/skills/subagente-optimizado');

const agent = new OptimizedSubagent({
    taskName: 'ab-test-setup task',
    taskType: 'ab',
    context: { userGoal: 'Objective' }
});

const result = await agent.execute(async ({ context, tools }) => {
    // Implementation
});

Integration

Buscador de Skills

const bs = require('~/.opencode/skills/buscador_de_skills');
const skill = bs.searchByName('ab-test-setup');

Exa Search

const search = require('~/.opencode/skills/exa-search');
const results = await search.searchWeb('ab-test-setup best practices 2026');

Optimization

Esta skill usa las optimizaciones de quota:

  • Context compression (650 tokens vs 10K)
  • Tool restriction (3-4 tools max)
  • Iteration limits (3 max)
  • Result caching (TTL: 1h)

References

  • Source: ./examples/claude-skills-main/.gemini/skills/ab-test-setup
  • Migrated: 2026-03-29
安全使用建议
This skill looks like a migrated example rather than a complete, installable skill. Before using it: 1) ask the publisher for the missing code, install instructions, and provenance; 2) examine the referenced local modules (~/.opencode/skills/...) on your machine — do not create or run those modules unless you trust their source; 3) prefer skills that include explicit install steps or packaged code and that declare any credentials they need. If you must run it, do so in an isolated environment and inspect any local code it would require first.
功能分析
Type: OpenClaw Skill Name: ab-test-setup-migrated Version: 1.0.0 The skill bundle consists of metadata and documentation (SKILL.md) for an A/B testing setup migrated from an examples directory. It contains no executable code, only usage examples and integration instructions that reference other local skills. There are no indicators of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
The description says 'capabilities completas' and is a migrated, full-featured skill, but the package contains no code, no install specification, and no declared dependencies. That mismatch (claiming full capabilities while providing only an instruction-only SKILL.md) is incoherent — either required components are missing or the metadata is inaccurate.
Instruction Scope
The SKILL.md only contains examples and integration snippets that require local modules using paths like '~/.opencode/skills/...'. Those examples implicitly reference files under the user's home directory even though the skill declares no config paths or required modules. If an agent executed those examples it could attempt to load code from the user's filesystem — a scope/delivery mismatch.
Install Mechanism
No install specification is present (instruction-only). That is low-risk in itself, but given the skill's claims and example requires, the absence of an install step increases incoherence.
Credentials
The skill declares no required environment variables or credentials, which is consistent with an instruction-only example. However, the examples call a 'searchWeb' helper and other local modules without declaring any service credentials; this is suspicious only if those helpers would require external API keys in practice.
Persistence & Privilege
always is false and there is no indication the skill requests persistent system-wide privileges or modifies other skills. Autonomous invocation is allowed (default) but not combined with additional privileged requirements.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ab-test-setup-migrated
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ab-test-setup-migrated 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
ab-test-setup skill v1.0.0 migrated and enhanced: - Migrated from the examples directory to standalone usage. - Improved for compatibility with Qwen Code. - Includes detailed usage and integration examples. - Enhanced with quota optimizations: context compression, limited tools, iteration cap, and result caching. - Updated documentation and tags to reflect origin and migration status.
元数据
Slug ab-test-setup-migrated
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ab Test Setup Migrated 是什么?

Skill migrada desde examples - ab-test-setup con capacidades completas. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。

如何安装 Ab Test Setup Migrated?

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

Ab Test Setup Migrated 是免费的吗?

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

Ab Test Setup Migrated 支持哪些平台?

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

谁开发了 Ab Test Setup Migrated?

由 José Cuevas(@jacr6)开发并维护,当前版本 v1.0.0。

💬 留言讨论