skill-quality-checker

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a coherent local quality-checking skill, with the main thing to notice being that it runs a Python script to scan installed skill files and optionally write reports.

This skill looks safe to use for its stated purpose. Before installing or running it, be aware that it scans local installed skill files and can write report files, so keep the scan path narrow and review generated reports before sharing them.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The skill may read local skill files and generate reports about them, so report contents could reveal information about installed skills if shared.

Why it was flagged

The documented workflow runs a local Python scanner over all installed skills; this is expected for the skill's purpose but gives it broad read access to installed skill files.

Skill content
python3 {SKILL_DIR}/scripts/check_quality.py --scan-dir /root/.openclaw/skills/
Recommendation

Run it only on skill directories you intend to review, and inspect any generated report before sharing it outside your environment.

What this means

Users have less external context for verifying the publisher or comparing the packaged script against an upstream source.

Why it was flagged

The skill includes a runnable Python script, but the registry metadata does not provide an external source or homepage for provenance checking.

Skill content
Source: unknown
Homepage: none
Recommendation

Review the included script and publisher identity before running it, especially in environments with sensitive installed skills.