← Back to Skills Marketplace
Ab Test Setup Migrated
by
José Cuevas
· GitHub ↗
· v1.0.0
· MIT-0
112
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ab-test-setup-migrated
Description
Skill migrada desde examples - ab-test-setup con capacidades completas
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ab-test-setup-migrated - After installation, invoke the skill by name or use
/ab-test-setup-migrated - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Ab Test Setup Migrated?
Skill migrada desde examples - ab-test-setup con capacidades completas. It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.
How do I install Ab Test Setup Migrated?
Run "/install ab-test-setup-migrated" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ab Test Setup Migrated free?
Yes, Ab Test Setup Migrated is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ab Test Setup Migrated support?
Ab Test Setup Migrated is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ab Test Setup Migrated?
It is built and maintained by José Cuevas (@jacr6); the current version is v1.0.0.
More Skills