Skill Usage Analyzer
v1.0.0Analyze any OpenClaw skill and generate a comprehensive usage guide. Extracts examples, best practices, configuration options, and common pitfalls from SKILL...
⭐ 0· 79·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill's name/description (analyzer for SKILL.md) matches the included Python scripts that parse SKILL.md and produce reports. One minor inconsistency: registry metadata stated 'instruction-only' (no install spec), yet the package contains scripts and an install.sh installer — this is plausible but worth noting.
Instruction Scope
Runtime instructions and scripts focus on reading SKILL.md files and listing files under ~/.openclaw/workspace/skills. There are no instructions to read unrelated system paths, export credentials, or call external endpoints in the provided scripts.
Install Mechanism
There is no formal install spec in the registry, but an included install.sh copies the package into ~/.openclaw/workspace/skills and marks scripts executable. The installer operates locally and prompts before overwriting. No remote downloads or extraction from arbitrary URLs were found in the provided files.
Credentials
Requires only python3 and no environment variables, credentials, or configuration paths beyond the OpenClaw skills directory. The requested access (reading the skills folder) is proportional to the skill's purpose.
Persistence & Privilege
The skill is not set to always:true. The installer writes files into the user's OpenClaw skills directory (its own installation); scripts read installed SKILL.md files but do not modify other skills' configs. No elevated privileges or permanent system-wide changes were requested.
Assessment
This package appears to do what it says: parse SKILL.md files and generate reports. Before installing: 1) Inspect install.sh and the scripts (they're included) — the installer will copy files into ~/.openclaw/workspace/skills and can overwrite an existing directory. 2) Run the analyzer on a single SKILL.md first (python3 scripts/analyze_skill.py /path/to/SKILL.md) rather than installing system-wide to verify behavior. 3) If you care about isolation, run it in a sandbox or throwaway user account since it reads all SKILL.md files under your OpenClaw skills dir. 4) Confirm there are no unexpected network calls in any remaining truncated files before trusting automated or scheduled runs. Overall this is coherent and low-risk, but review before granting write access to your skills directory.Like a lobster shell, security has layers — review code before you run it.
latestvk976gfh4yhfnmzbmzqztnhcphs83as2n
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔍 Clawdis
Binspython3
