Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (watch — devtools reference) match the included assets: SKILL.md lists reference commands and the provided script implements those commands and prints static documentation. No unexplained dependencies or env variables are requested.
Instruction Scope
SKILL.md states the skill outputs plain-text reference docs via heredoc with no network access; the included script only prints heredocs and does not read external files, credentials, or call remote endpoints. (Minor functional note: show_help uses a single-quoted heredoc containing $VERSION, so $VERSION will not expand when help is shown — purely a usability bug, not a security issue.)
Install Mechanism
No install spec is provided (instruction-only). There are no downloads or extract steps; the only code present is the local script.sh. This is low-risk from an install perspective.
Credentials
The skill declares no required environment variables, no primary credential, and the script does not attempt to read secrets or config paths. Environment/credential requests are proportionate (none).
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. It does not modify other skills or system-wide configuration.
Assessment
This skill appears safe and coherent: it only prints local reference documentation and requires no credentials or network access. If you want extra assurance, inspect scripts/script.sh yourself before enabling the skill and run it in a sandboxed environment. Also note the small help-text bug (VERSION won't expand in one help message) — that's functional, not malicious.Like a lobster shell, security has layers — review code before you run it.
latestvk972h02ahmyvpcy8yyzqp4qh3d83ec1v
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
