Image Labeler
v2.0.3Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Image Labeler concepts, best practices, and implementation patterns.
⭐ 0· 136·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (reference documentation for an Image Labeler) align with the included files and runtime behavior. The skill contains only static text output and a small helper script that prints heredocs; nothing required appears out of scope.
Instruction Scope
SKILL.md promises plain-text reference outputs with no external calls or credentials. The included bash script only prints local documentation via heredocs and has no commands that read arbitrary files, call external services, or access environment variables beyond shell defaults.
Install Mechanism
There is no install spec; the skill is instruction-only plus a local script. No downloads, package installs, or extract steps are present.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the code does not reference any. No secret access is requested or implied.
Persistence & Privilege
always is false and the skill does not request any elevated persistence or modify other skills or system settings. It is user-invocable and behaves as a passive reference tool.
Assessment
This skill appears to be a small, self-contained reference tool (prints documentation text). Things to note before installing: 1) The included script is read-only and performs no network or credential access; 2) There is a minor inconsistency: SKILL.md lists version 2.0.3 while the script sets VERSION=2.0.2 and the help heredoc is written in a way that will print the literal $VERSION (a cosmetic bug, not a security issue); 3) As with any third-party code, review the repo/homepage if you need higher assurance and run it in a sandbox if you’re uncomfortable. Otherwise it is coherent with its stated purpose.Like a lobster shell, security has layers — review code before you run it.
latestvk971g4v45vap02ryef6zwaetb983g9j7
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
