← Back to Skills Marketplace
Nutrition Label
by
bytesagain1
· GitHub ↗
· v4.0.1
· MIT-0
453
Downloads
0
Stars
1
Active Installs
18
Versions
Install in OpenClaw
/install nutrition-label
Description
Reference tool for life — covers intro, quickstart, patterns and more. Quick lookup for Nutrition Label concepts, best practices, and implementation patterns.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: nutrition-label
Version: 4.0.1
The skill is a static reference tool providing documentation on 'Nutrition Label' concepts. The main logic in scripts/script.sh consists entirely of heredoc strings used to display informational text, with no network access, file system manipulation, or execution of external payloads.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nutrition-label - After installation, invoke the skill by name or use
/nutrition-label - Provide required inputs per the skill's parameter spec and get structured output
Version History
v4.0.1
Fix description
v4.0.0
Clean package
v3.0.0
v3.0.0: Complete rewrite.
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.7
yaml-fix+quality
v2.3.6
yaml-fix+quality
v2.3.5
Quality upgrade
v2.3.4
Quality upgrade: custom functionality
v2.3.3
De-template, unique content, script cleanup
v2.3.2
Quality fix: cleaner docs, removed flags
v2.3.1
Quality improvement: better docs, examples, cleaner text
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v2.1.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
Add runtime declaration + security compliance
v1.0.0
Initial release of Nutrition Label Reader:
- Reads and analyzes nutrition labels, including ingredients and calorie content.
- Provides health scoring and daily recommended intake guidance.
- Identifies allergens in food products.
- Allows nutrition comparison between products.
- Workflow guidance for streamlined use.
Metadata
Frequently Asked Questions
What is Nutrition Label?
Reference tool for life — covers intro, quickstart, patterns and more. Quick lookup for Nutrition Label concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 453 downloads so far.
How do I install Nutrition Label?
Run "/install nutrition-label" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nutrition Label free?
Yes, Nutrition Label is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nutrition Label support?
Nutrition Label is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nutrition Label?
It is built and maintained by bytesagain1 (@bytesagain1); the current version is v4.0.1.
More Skills