← Back to Skills Marketplace
skill-tester-cn
by
Zhou Chang
· GitHub ↗
· v1.0.0
· MIT-0
117
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-tester-cn
Description
Claude Code技能测试框架。自动分析技能定义、生成测试用例、执行功能测试并生成详细的评分测试报告。当用户要求"测试技能"、"评估技能"、"检查技能是否工作"、"验证技能功能"时触发此技能。
Usage Guidance
This skill legitimately needs to read other skills' SKILL.md and assets to build tests, but its runtime instructions also permit executing those skills or their scripts. Before installing or running: 1) only run the tester in a sandboxed environment (isolated VM/container) or on a copy of target skills; 2) review the target SKILL.md and any referenced scripts/assets manually for dangerous behavior before allowing "actual" execution; 3) require explicit user confirmation before the tester performs any execution or network access; 4) avoid running against skills that may access production credentials or sensitive config; 5) consider setting the agent to require user approval for each test case that would execute code. These precautions reduce the risk of unintended data exposure or harmful side effects.
Capability Analysis
Type: OpenClaw Skill
Name: skill-tester-cn
Version: 1.0.0
The skill-tester-cn bundle is a utility designed to automate the testing and evaluation of Claude Code skills. It functions by locating SKILL.md files in standard directories (e.g., ~/.claude/skills/), parsing their definitions, and generating structured test reports based on simulated or actual execution. The code and instructions (SKILL.md) are transparent, lack any indicators of data exfiltration or malicious execution, and are strictly aligned with the stated purpose of skill verification.
Capability Assessment
Purpose & Capability
The name/description (a framework to analyze and test Claude skills) matches the SKILL.md: it parses SKILL.md, generates test cases, runs tests, and writes a report. Needing access to skill files and assets is expected. Note: the SKILL.md explicitly searches user paths like ~/.claude/skills/<name>/SKILL.md, which is consistent with the stated purpose but does imply filesystem access.
Instruction Scope
The instructions instruct the agent to locate and read target SKILL.md files and any packaged resources (scripts, assets, docs), then to "execute" tests ("模拟或实际运行" / simulate or actually run). That gives the agent discretion to run other skills' code, invoke scripts, or make network calls. While executing a skill under test is a legitimate testing step, the SKILL.md is vague about safety boundaries and does not require explicit user confirmation or sandboxing before running potentially arbitrary code or triggering network I/O—this could expose credentials, sensitive files, or cause unintended side effects.
Install Mechanism
Instruction-only skill with no install spec and no bundled code. Low friction: nothing is written to disk by an install step. This is consistent with an analysis/test helper that operates via instructions.
Credentials
The skill declares no required env vars or credentials, which is appropriate. However, because it reads other skills' SKILL.md and assets and may execute them, those target skills might themselves read environment variables, config files, or require credentials. The tester does not document safeguards to avoid exposing or forwarding secrets during testing.
Persistence & Privilege
Flags show always:false and no requested config-paths or persistent privileges. The skill does not ask to be force-enabled or to modify other skills' configs. That is appropriate.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-tester-cn - After installation, invoke the skill by name or use
/skill-tester-cn - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Release v1.0.0
Metadata
Frequently Asked Questions
What is skill-tester-cn?
Claude Code技能测试框架。自动分析技能定义、生成测试用例、执行功能测试并生成详细的评分测试报告。当用户要求"测试技能"、"评估技能"、"检查技能是否工作"、"验证技能功能"时触发此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.
How do I install skill-tester-cn?
Run "/install skill-tester-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is skill-tester-cn free?
Yes, skill-tester-cn is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does skill-tester-cn support?
skill-tester-cn is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created skill-tester-cn?
It is built and maintained by Zhou Chang (@zhouchang1988); the current version is v1.0.0.
More Skills