← 返回 Skills 市场
96
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-test-generator
功能描述
Automatically generate test documentation for existing skills that have scripts but lack testing guidance. Use when a skill has scripts/ directory but no TES...
安全使用建议
This skill is coherent: it reads scripts/ and generates TESTING.md content. Before using or running generated commands, verify the target skill's scripts are from a trusted source — generated commands may execute those scripts if copied and run. The included generator only reads files and produces markdown; it does not perform network I/O or access secrets. If you plan to have the agent automatically run tests, review those test commands and test data first to avoid executing untrusted code.
功能分析
Type: OpenClaw Skill
Name: skill-test-generator
Version: 1.0.0
The skill is a utility designed to perform static analysis on Python and Shell scripts to generate test documentation. The Python script `scripts/test_template.py` uses the standard `ast` library to safely parse code structure without execution, and the `SKILL.md` instructions are strictly aligned with the stated purpose of documenting test cases.
能力评估
Purpose & Capability
Name/description match what is present: the SKILL.md describes discovering scripts/ and generating TESTING.md or a testing section, and the included test_template.py implements script parsing and test-case generation. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Runtime instructions and the code focus on listing and reading files under a skill's scripts/ directory, parsing Python files with ast, and generating markdown test cases. The instructions do not direct the agent to exfiltrate data or call external endpoints. They do produce copy-paste commands which, if executed by a user, would run the target scripts — this is expected for test documentation but should be used cautiously.
Install Mechanism
No install spec is provided (instruction-only with a helper script included). There are no downloads, third-party package installs, or archive extracts; risk from installation is minimal.
Credentials
The skill requires no environment variables, credentials, or config paths. The code only reads files from the target skill directory specified by the user; this is proportionate to the stated purpose.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide changes. It does not attempt to modify other skills' configurations or request elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-test-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-test-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Skill Test Generator 是什么?
Automatically generate test documentation for existing skills that have scripts but lack testing guidance. Use when a skill has scripts/ directory but no TES... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。
如何安装 Skill Test Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-test-generator」即可一键安装,无需额外配置。
Skill Test Generator 是免费的吗?
是的,Skill Test Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Test Generator 支持哪些平台?
Skill Test Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Test Generator?
由 风风(@834948655)开发并维护,当前版本 v1.0.0。
推荐 Skills