/install skill-test
Test Skills Safely
Two use cases:
- Try before commit — Test drive skills before installing
- Evaluate before publish — Verify quality before publishing
Key principle: Test in isolation. Never affect user's environment.
References:
- Read
sandbox.md— Isolated testing environment - Read
compare.md— A/B comparison between skills - Read
evaluate.md— Multi-agent quality evaluation
Quick Start
Trial a skill:
sessions_spawn(
task="Test skill X: Load ONLY its SKILL.md, run [sample task], report quality",
model="anthropic/claude-haiku"
)
Compare two skills:
- Run same task through each (separate sub-agents)
- Present outputs side-by-side
- Ask: "Which works better? Why?"
Test Modes
Trial Mode — Before installing
- Spawn sub-agent with ONLY the test skill
- Run 2-3 representative tasks
- Evaluate: Does it help? Clear instructions?
- Decision: keep, pass, or try another
Evaluation Mode — Before publishing
- Spawn specialized reviewers (see
evaluate.md) - Check structure, safety, usefulness
- Synthesize findings
- Recommend improvements
Sandbox Isolation
⚠️ Never load test skill into your main context.
Sub-agent approach (recommended):
sessions_spawn(
task="You have ONE skill loaded: [skill content]. Test by doing: [task]",
model="anthropic/claude-haiku"
)
- Complete isolation — main session unaffected
- Natural cleanup — sub-agent terminates, done
- Cheap testing — use Haiku
What to check:
- Does it activate correctly?
- Are instructions clear?
- Token cost reasonable?
- Output quality acceptable?
Edge Cases
Skill requires credentials: Ask user for test credentials or skip auth-dependent features.
Skill not found: Verify slug with npx clawhub info \x3Cslug> before testing.
Test fails mid-way: Sub-agent terminates cleanly. Review logs, adjust test task, retry.
Skill has many auxiliary files: Load SKILL.md first, reference others only if needed during test.
Test thoroughly. Install only after explicit user approval.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-test - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-test触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Skill Test 是什么?
Test skills before using or publishing. Trial, compare, evaluate in isolation without affecting your environment. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2208 次。
如何安装 Skill Test?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-test」即可一键安装,无需额外配置。
Skill Test 是免费的吗?
是的,Skill Test 完全免费(开源免费),可自由下载、安装和使用。
Skill Test 支持哪些平台?
Skill Test 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Test?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。