← 返回 Skills 市场
Skill Smoke Test Author
作者
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
157
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-smoke-test-author
功能描述
自动为 Skill 生成 smoke test 模板,覆盖依赖缺失、空输入和标准路径。;use for skills, testing, smoke-test workflows;do not use for 写无法执行的测试, 忽略失败路径.
安全使用建议
This skill is coherent with its stated purpose and appears safe to inspect or run on non-sensitive project directories. Before running: (1) avoid pointing the script at home (/home), root (/), or other system directories that may contain secrets; run it only against the project or a checked-out workspace. (2) Use the --dry-run option or redirect output to files you can audit. (3) Review generated output for any accidental inclusion of secrets (the script includes heuristics to detect common secret patterns but may surface masked snippets). (4) If you plan to let an autonomous agent invoke this skill, limit the agent's input paths to controlled directories to prevent unintended local file exposure.
功能分析
Type: OpenClaw Skill
Name: skill-smoke-test-author
Version: 1.0.0
The skill bundle is a legitimate utility designed to generate smoke test templates and perform basic static analysis on other OpenClaw skills. The core logic in `scripts/run.py` includes functions to audit directory structures, validate metadata, and scan for risky patterns (like hardcoded secrets or dangerous shell commands), but it handles these findings safely by masking sensitive strings and outputting results to a local Markdown report. There is no evidence of data exfiltration, unauthorized network access, or malicious intent; the code and instructions in `SKILL.md` are consistent with the stated purpose of QA and testing.
能力评估
Purpose & Capability
Name/description match the included resources and code: the repo contains a template, spec, examples, tests, and a Python script that generates structured reports and audits. Requiring only python3 is proportionate to this functionality.
Instruction Scope
SKILL.md instructs running the bundled scripts or generating output from bundled templates. The included script reads arbitrary files/directories you point it at (files under the given input path), lists and samples textual files, and emits findings. That behavior fits an auditing/smoke-test tool, but it means the skill can read any local files you give it (so do not pass sensitive system directories or files).
Install Mechanism
No install spec and only a python3 requirement; the skill is instruction-only with a local script. No network downloads or third-party package installs are present.
Credentials
No environment variables, credentials, or config paths are requested. The script only uses local filesystem access, standard library modules, and input arguments — proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request any persistent platform privileges. It can be invoked by the model (normal for skills), but it doesn't modify other skills or global configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-smoke-test-author - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-smoke-test-author触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of skill-smoke-test-author.
- Automatically generates smoke test templates for skills.
- Covers cases for missing dependencies, empty inputs, and standard paths.
- Outputs suggested test scopes, normal/edge case checks, and regression recommendations.
- Ensures tests are reviewable, do not execute high-risk actions, and clearly identify missing information.
- Provides outputs in Markdown for easy auditing and rollback.
元数据
常见问题
Skill Smoke Test Author 是什么?
自动为 Skill 生成 smoke test 模板,覆盖依赖缺失、空输入和标准路径。;use for skills, testing, smoke-test workflows;do not use for 写无法执行的测试, 忽略失败路径. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 157 次。
如何安装 Skill Smoke Test Author?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-smoke-test-author」即可一键安装,无需额外配置。
Skill Smoke Test Author 是免费的吗?
是的,Skill Smoke Test Author 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Smoke Test Author 支持哪些平台?
Skill Smoke Test Author 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Skill Smoke Test Author?
由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。
推荐 Skills