Skill Optimizer
Analysis
The skill is mostly a coherent skill-quality checker, with some low-level notes around broad local tool permissions, helper scripts, and incomplete referenced resources.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
allowed-tools: [Bash, Read, Write, Exec]
The skill explicitly allows local command execution and file access tools. This is coherent with running local checker scripts, but it is broader authority than a purely advisory text-only skill would need.
skills_root = '/home/admin/.openclaw/workspace/betterlife/skills' results = check_all_skills(skills_root)
When run without an argument, the helper script scans a hardcoded local skills directory. This is consistent with batch skill validation, but the default scope may be broader than a user expects.
- `references/examples.md` - 评估示例 - `references/scoring.md` - 评分标准详解
The SKILL.md references documentation files that are not present in the supplied file manifest, which only includes references/checklist.md plus the scripts.
