← Back to Skills Marketplace
bill492

Skill Audit

by bill492 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
223
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install unblocklabs-skill-audit
Description
Audit all installed skills for quality, duplicates, structural issues, and best-practice compliance. Use when asked to review, audit, lint, or check skills f...
Usage Guidance
This skill appears to do what it claims: scan local skill folders and produce a simple scorecard. Before running, check and confirm the directories it will scan (default WORKSPACE_SKILLS is $HOME/clawd/skills and it also probes a candidate global path under $HOME). Note the SKILL.md says results are written to .sub-agent-results/skill-audit-report.md but the included script writes CSV-like output to stdout (you should redirect or have the agent capture stdout to save the report to that path). Inspect the script yourself if you want to be sure what files will be read, and run it with limited filesystem permissions if you have sensitive files in the scanned trees.
Capability Analysis
Type: OpenClaw Skill Name: unblocklabs-skill-audit Version: 1.0.0 The skill-audit bundle is a utility designed to analyze and score other OpenClaw skills for structural quality and best practices. The primary logic is contained in scripts/audit.sh, which scans local directories (workspace and global node-version paths) for SKILL.md files and evaluates them based on criteria like frontmatter presence, trigger-oriented descriptions, and directory structure. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the included script and behavior. The bundled script scans local skill directories (workspace and a candidate global path under $HOME) to produce per-skill metadata and scores; these capabilities are appropriate for an audit skill.
Instruction Scope
Runtime instructions tell the agent to run scripts/audit.sh and state results are written to .sub-agent-results/skill-audit-report.md and summarized in chat. The script prints a delimited header and one-line records to stdout (and lists orphan .skill files) but does not itself write to .sub-agent-results/skill-audit-report.md or render a markdown report. This is a functional inconsistency (the agent can capture stdout and write the file, but the SKILL.md overstates what the script itself does).
Install Mechanism
No install spec and only a small local shell script are present. No network downloads or package installs are performed by the skill bundle; risk from installation is minimal.
Credentials
No env vars, credentials, or special config paths are requested. The script uses $HOME and reads skill directories; this is expected for a local audit and proportionate to the stated purpose.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or global agent settings, and has normal model invocation settings. It only reads filesystem locations and prints a report; no privileged persistence is requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install unblocklabs-skill-audit
  3. After installation, invoke the skill by name or use /unblocklabs-skill-audit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish — audit installed skills for quality, duplicates, structural issues, and best-practice compliance
Metadata
Slug unblocklabs-skill-audit
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Skill Audit?

Audit all installed skills for quality, duplicates, structural issues, and best-practice compliance. Use when asked to review, audit, lint, or check skills f... It is an AI Agent Skill for Claude Code / OpenClaw, with 223 downloads so far.

How do I install Skill Audit?

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

Is Skill Audit free?

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

Which platforms does Skill Audit support?

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

Who created Skill Audit?

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

💬 Comments