ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 5/5

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 for problems. Triggers on "audit skills", "skill quality", "check my skills", "skill duplicates", "skill hygiene".

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bill492/unblocklabs-skill-audit
Or

What This Skill Does

The skill-audit tool serves as the diagnostic backbone for your OpenClaw agent environment. It acts as a comprehensive linter, quality auditor, and architectural inspector for all installed agent skills. By evaluating your library against a rigorous scoring matrix, it identifies structural weaknesses, potential conflicts, and optimization opportunities. The skill performs a deep-scan of your global, workspace, and project-level directories, mapping your repository against nine core industry-standard categories to ensure your skills are not just functional, but optimized for LLM reasoning and precision.

Installation

To integrate this utility into your development lifecycle, run the following command within your terminal or OpenClaw interface:

clawhub install openclaw/skills/skills/bill492/unblocklabs-skill-audit

Ensure that you have appropriate file-system permissions for the directories being scanned, as the agent requires read-access to your skill repository structure.

Use Cases

Use skill-audit when you notice the agent struggling to select the correct tool, or when you are refactoring your personal library. It is particularly effective for:

  1. Identifying 'zombie' skills that clutter your namespace but no longer serve a purpose.
  2. Normalizing the documentation of your skills to ensure they follow progressive disclosure patterns.
  3. Detecting duplicate trigger phrases across multiple skill directories.
  4. Auditing compliance with best practices like maintaining a 'Gotchas' section, which significantly improves agent success rates.

Example Prompts

  1. "I've been adding a lot of custom skills lately; can you run a skill-audit to see if any of them are redundant or missing descriptions?"
  2. "Perform a skill-audit and tell me which of my skills have the lowest quality scores so I can prioritize updates."
  3. "Hey OpenClaw, check my skills for hygiene. Are there any orphan files or outdated triggers I should clean up?"

Tips & Limitations

For best results, aim for a score of 8 or higher on the audit report. If a skill scores below 5, it is highly recommended to refactor the SKILL.md file to include specific 'trigger-oriented' language and a dedicated 'Gotchas' section. Note that this skill is a static analysis tool; it cannot determine if the code inside your scripts will successfully execute, only that the structure and documentation meet the required architectural standards for high-performance agent interaction.

Metadata

Author@bill492
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bill492-unblocklabs-skill-audit": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#audit#linting#developer-tools#optimization#quality-assurance
Safety Score: 5/5

Flags: file-read, code-execution