← Back to Skills Marketplace
gitgoodordietrying

Skill Reviewer

by gitgoodordietrying · GitHub ↗ · v1.0.0
linuxdarwinwin32 ⚠ suspicious
2022
Downloads
1
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install skill-reviewer
Description
Review and audit agent skills (SKILL.md files) for quality, correctness, and effectiveness. Use when evaluating a skill before publishing, reviewing someone else's skill, scoring skill quality, identifying defects in skill content, or improving an existing skill.
Usage Guidance
This instruction-only skill appears to do what it says: it contains a detailed checklist and scoring rubric for auditing SKILL.md files. The main red flag is the metadata requiring the npx binary even though the instructions never call npx or any Node tooling. Before installing or publishing, ask the author to explain why npx is required (for example, if they expect the reviewer to run linters or formatters via npx) and update the SKILL.md to document any external commands the agent will run. If there's no real need for npx, request that the metadata be removed — unnecessary declared binaries broaden the skill's capabilities without justification. As always, run this skill in a constrained or sandboxed environment if you want to be extra cautious.
Capability Analysis
Type: OpenClaw Skill Name: skill-reviewer Version: 1.0.0 The 'skill-reviewer' skill is designed to audit other OpenClaw skills. Its instructions and suggested commands are entirely aligned with this stated purpose, focusing on structural checks, content quality assessment, and review workflows. The skill uses standard shell commands like `head`, `grep`, and `cat` for file inspection, and `npx molthub@latest install skill-name` for installing skills to be reviewed. While `npx` can execute external code, in this context, it is used transparently to facilitate the core function of skill review, not for malicious execution or data exfiltration by this skill itself. There is no evidence of prompt injection to subvert the agent's intent or perform unauthorized actions.
Capability Assessment
Purpose & Capability
Name and description match the SKILL.md content: it's an instruction-only skill for auditing SKILL.md files. However the registry metadata (both top-level and inside the SKILL.md frontmatter) declares requires.anyBins: ["npx"] even though the review instructions never invoke npx or any other binary. Requesting npx is unnecessary for the stated purpose and is an unexplained capability mismatch.
Instruction Scope
The SKILL.md provides a bounded, structured checklist and scoring rubric for reviewing skills. It does not instruct the agent to read unrelated files, access environment variables, or transmit data externally. The runtime behavior is self-contained (produce a JSON evaluation).
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. Nothing will be written to disk by an installer because none is provided.
Credentials
The skill declares a required binary (npx) despite having no need for it in the instructions. There are no required environment variables or credentials, which is appropriate. The unexplained npx requirement is disproportionate and should be justified or removed.
Persistence & Privilege
No elevated privileges requested: always is not set, disableModelInvocation is not set (default), and the skill does not request persistent presence or privileged config paths. Behavior is consistent with a user-invoked review tool.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-reviewer
  3. After installation, invoke the skill by name or use /skill-reviewer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — structured review framework for agent skills
Metadata
Slug skill-reviewer
Version 1.0.0
License
All-time Installs 6
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is Skill Reviewer?

Review and audit agent skills (SKILL.md files) for quality, correctness, and effectiveness. Use when evaluating a skill before publishing, reviewing someone else's skill, scoring skill quality, identifying defects in skill content, or improving an existing skill. It is an AI Agent Skill for Claude Code / OpenClaw, with 2022 downloads so far.

How do I install Skill Reviewer?

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

Is Skill Reviewer free?

Yes, Skill Reviewer is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Skill Reviewer support?

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

Who created Skill Reviewer?

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

💬 Comments