← Back to Skills Marketplace
52yuanchangxing

Skill Smoke Test Author

by vx:17605205782 · GitHub ↗ · v1.0.0 · MIT-0
darwinlinuxwin32 ✓ Security Clean
157
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-smoke-test-author
Description
自动为 Skill 生成 smoke test 模板,覆盖依赖缺失、空输入和标准路径。;use for skills, testing, smoke-test workflows;do not use for 写无法执行的测试, 忽略失败路径.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-smoke-test-author
  3. After installation, invoke the skill by name or use /skill-smoke-test-author
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug skill-smoke-test-author
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Skill Smoke Test Author?

自动为 Skill 生成 smoke test 模板,覆盖依赖缺失、空输入和标准路径。;use for skills, testing, smoke-test workflows;do not use for 写无法执行的测试, 忽略失败路径. It is an AI Agent Skill for Claude Code / OpenClaw, with 157 downloads so far.

How do I install Skill Smoke Test Author?

Run "/install skill-smoke-test-author" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skill Smoke Test Author free?

Yes, Skill Smoke Test Author is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skill Smoke Test Author support?

Skill Smoke Test Author is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).

Who created Skill Smoke Test Author?

It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.

💬 Comments