Nutrition Label
v4.0.1Reference tool for life — covers intro, quickstart, patterns and more. Quick lookup for Nutrition Label concepts, best practices, and implementation patterns.
⭐ 0· 378·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
Name/description (reference docs for Nutrition Label) match the included assets: SKILL.md and a shell script that emit plaintext help and documentation. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md explicitly states output is via heredoc with no external API calls or network access. The included scripts/script.sh only prints embedded documentation (heredocs), does not make network calls, read secrets, or access system configuration beyond standard stdout.
Install Mechanism
There is no install spec (instruction-only). A single shell script file is included in the bundle; it is static documentation output and does not perform downloads or extraction. No risky download URLs or package installs are present.
Credentials
The skill declares no required environment variables, secrets, or config paths and the runtime content does not reference or read any environment variables or credentials.
Persistence & Privilege
The skill does not request always:true and uses standard user-invocable/autonomous defaults. It does not modify other skills or request elevated/system-wide configuration access.
Assessment
This skill appears to be a simple local reference that emits documentation text; it does not request credentials or perform network I/O. Notes to consider before installing: (1) the package includes a small shell script (scripts/script.sh) that will exist in the skill bundle — it prints documentation only; (2) there is a minor inconsistency between the declared skill version (4.0.1) and the script VERSION variable (4.0.0) and a small bug in the help heredoc that prevents $VERSION expansion — these are non-security issues but worth noting; (3) if your environment enforces sandboxing or disallows executing bundled scripts, verify the platform's runtime behavior so the script cannot be executed unexpectedly. Overall, nothing in the bundle appears disproportionate or malicious.Like a lobster shell, security has layers — review code before you run it.
latestvk97cyn2svqbka89g6fhnvv2jed83gjjtproductivityvk97bc2hkmtjchnkc36kpm991x582r11s
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
