← Back to Skills Marketplace
oahc09

Skill Checker

by oahc09 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
189
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install skill-checker
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-checker
  3. After installation, invoke the skill by name or use /skill-checker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug skill-checker
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 189 downloads so far.

How do I install Skill Checker?

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

Is Skill Checker free?

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

Which platforms does Skill Checker support?

Skill Checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill Checker?

It is built and maintained by oahc09 (@oahc09); the current version is v1.0.1.

💬 Comments