← Back to Skills Marketplace
aidenchangzy

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

by aidenchangzy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-quality-auditor-new
Description
Audit another Codex skill for structural compliance, trigger quality, instruction clarity, reuse of scripts or references, and overall maintainability. Use w...
Usage Guidance
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.
Capability Analysis
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.
Capability 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-quality-auditor-new
  3. After installation, invoke the skill by name or use /skill-quality-auditor-new
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug skill-quality-auditor-new
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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

Audit another Codex skill for structural compliance, trigger quality, instruction clarity, reuse of scripts or references, and overall maintainability. Use w... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.

How do I install 现象描述:校验skill是否合格?

Run "/install skill-quality-auditor-new" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

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

Yes, 现象描述:校验skill是否合格 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 现象描述:校验skill是否合格 support?

现象描述:校验skill是否合格 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

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

It is built and maintained by aidenchangzy (@aidenchangzy); the current version is v1.0.0.

💬 Comments