← 返回 Skills 市场
aidenchangzy

现象描述:校验skill是否合格

作者 aidenchangzy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-quality-auditor-new
功能描述
Audit another Codex skill for structural compliance, trigger quality, instruction clarity, reuse of scripts or references, and overall maintainability. Use w...
安全使用建议
This skill appears to do what it says: run the included scripts/evaluate_skill.py to audit a target skill folder using the bundled rubric. The bundled script is dependency-free and works by reading files inside the target skill directory only. Minor thing to note: the frontmatter name in SKILL.md is 'skill-quality-auditor' while the registry slug is 'skill-quality-auditor-new' — the auditor script flags name/folder-name mismatches, so either rename the folder or align the frontmatter to avoid a structural penalty. Before allowing an agent to run this auditor autonomously on untrusted skill folders, remember it will read any files inside the target folder (SKILL.md, scripts/, references/, agents/...), so only point it at content you trust or sandbox the input. Otherwise, there are no extra credentials, network downloads, or hidden behaviors to be concerned about.
功能分析
Type: OpenClaw Skill Name: skill-quality-auditor-new Version: 1.0.0 The skill is a utility designed to audit the structural compliance and quality of other OpenClaw skill bundles. It uses a Python script (scripts/evaluate_skill.py) to perform static analysis, such as checking for required files, validating YAML frontmatter via regex, and identifying placeholder 'TODO' text. The script does not perform any network requests, execute external code, or access sensitive system files, and its behavior is strictly aligned with the stated purpose of skill quality assessment.
能力评估
Purpose & Capability
Name/description (skill-quality-auditor) match the included functionality: a deterministic local audit script plus rubric and guidance. The skill does not request unrelated binaries, credentials, or config paths.
Instruction Scope
SKILL.md explicitly tells the agent to run the bundled script (scripts/evaluate_skill.py) against a target skill folder and to inspect files referenced by the script; the script only reads files inside the target skill folder (SKILL.md, scripts/, references/, agents/openai.yaml) and does not attempt network calls or read unrelated system files.
Install Mechanism
No install spec is present (instruction-only plus a bundled, dependency-free Python script). Nothing is downloaded or extracted from external URLs; the script is included and runs locally.
Credentials
The skill declares no required environment variables, credentials, or special config paths, and the script does not read environment secrets or contact external endpoints.
Persistence & Privilege
always:false and no requested system modifications. The skill can be invoked autonomously (disable-model-invocation:false) which is the platform default; this is not a concern by itself but means an agent could run the auditor on any supplied folder if given access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-quality-auditor-new
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-quality-auditor-new 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Skill Quality Auditor 1.0.0 – Initial Release - Introduces a structured skill auditing toolkit for Codex skills, focusing on compliance, trigger clarity, and maintainability. - Provides a consistent workflow and rubric for reviewing skills, including decisive pass/fail verdicts and actionable feedback categories. - Bundles a deterministic, dependency-free evaluation script for first-pass audits. - Details criteria for strengths, weaknesses, and next steps, fostering evidence-based, improvement-focused reviews. - Emphasizes clarity, actionable recommendations, and evidence citation in all output.
元数据
Slug skill-quality-auditor-new
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

现象描述:校验skill是否合格 是什么?

Audit another Codex skill for structural compliance, trigger quality, instruction clarity, reuse of scripts or references, and overall maintainability. Use w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。

如何安装 现象描述:校验skill是否合格?

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

现象描述:校验skill是否合格 是免费的吗?

是的,现象描述:校验skill是否合格 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

现象描述:校验skill是否合格 支持哪些平台?

现象描述:校验skill是否合格 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 现象描述:校验skill是否合格?

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

💬 留言讨论