← 返回 Skills 市场
oahc09

Skill Checker

作者 oahc09 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
189
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install skill-checker
功能描述
Audit a target SKILL.md against the Agent Skills specification and generate a Chinese HTML report. Use when the user asks to check, audit, review, or optimiz...
安全使用建议
This skill appears coherent and limited: it reads a specified SKILL.md (or skill directory), validates frontmatter and body rules, and writes a local HTML report. Before installing or running it: inspect scripts/check_skill.py if you want to be extra cautious (the code is local Python and easy to review), run tests if you need assurance, and choose an explicit --out path so you know where the HTML report will be written. There are no network calls or secret requirements, but as with any tool that reads files, avoid pointing it at sensitive directories you don't want scanned or logged.
功能分析
Type: OpenClaw Skill Name: skill-checker Version: 1.0.1 The skill bundle is a legitimate utility for auditing OpenClaw SKILL.md files against a specification. The core logic in `scripts/check_skill.py` performs safe file parsing and HTML report generation using standard Python libraries without any network activity, credential access, or dangerous execution sinks like eval() or os.system(). All instructions in `SKILL.md` and `README.md` are consistent with the stated purpose of providing audit feedback.
能力评估
Purpose & Capability
Name/description match the included code and tests. The project contains a Python checker script, fixtures, a checklist, and docs; all requested functionality (auditing SKILL.md and producing an HTML report) is implemented and proportional to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the local Python script against a SKILL.md path or skill directory, resolves SKILL.md, and writes an HTML report. The checker only reads the supplied SKILL.md and its directory name; there are no instructions to read unrelated files, system credentials, or to transmit data to external endpoints.
Install Mechanism
No install spec is provided (instruction-only with accompanying scripts). The shipped code is pure Python and tests; nothing downloads or extracts external archives or adds packages at install time.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code performs local file I/O only and does not access environment secrets.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It only writes its own HTML report output when asked and does not modify other skills or global agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-checker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-checker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated version to 1.0.1. - Clarified usage instructions and improved PowerShell example scripts in documentation. - Updated reporting guidance to use clear "passing" or "failing" terminology instead of Chinese terms. - Fixed and modernized README and SKILL.md to provide clearer instructions and reduce ambiguity. - No core checker logic changes; improvements focus on usability and documentation clarity.
v1.0.0
Initial release of skill-checker. - Audits a target SKILL.md file against the Agent Skills specification. - Generates a Chinese HTML compliance report summarizing severe and warning issues. - Accepts both SKILL.md file paths and skill directory paths as input. - Reports “通过” or “不通过” based on issue severity; includes a summary of findings and recommended fixes. - Guides the user to reference the generated HTML report for detailed results.
元数据
Slug skill-checker
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Skill Checker 是什么?

Audit a target SKILL.md against the Agent Skills specification and generate a Chinese HTML report. Use when the user asks to check, audit, review, or optimiz... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 189 次。

如何安装 Skill Checker?

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

Skill Checker 是免费的吗?

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

Skill Checker 支持哪些平台?

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

谁开发了 Skill Checker?

由 oahc09(@oahc09)开发并维护,当前版本 v1.0.1。

💬 留言讨论