← 返回 Skills 市场
zhouchang1988

skill-tester-cn

作者 Zhou Chang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
117
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-tester-cn
功能描述
Claude Code技能测试框架。自动分析技能定义、生成测试用例、执行功能测试并生成详细的评分测试报告。当用户要求"测试技能"、"评估技能"、"检查技能是否工作"、"验证技能功能"时触发此技能。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-tester-cn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-tester-cn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Release v1.0.0
元数据
Slug skill-tester-cn
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

skill-tester-cn 是什么?

Claude Code技能测试框架。自动分析技能定义、生成测试用例、执行功能测试并生成详细的评分测试报告。当用户要求"测试技能"、"评估技能"、"检查技能是否工作"、"验证技能功能"时触发此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。

如何安装 skill-tester-cn?

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

skill-tester-cn 是免费的吗?

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

skill-tester-cn 支持哪些平台?

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

谁开发了 skill-tester-cn?

由 Zhou Chang(@zhouchang1988)开发并维护,当前版本 v1.0.0。

💬 留言讨论