← Back to Skills Marketplace
ivangdavila

Nutrition

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
1770
Downloads
4
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install nutrition
Description
Build a personal nutrition system for tracking meals, calories, macros, vitamins, and minerals.
Usage Guidance
This skill is coherent with its description and only writes files under ~/nutrition/, so it doesn't request external credentials or install code. Before installing, consider: 1) You will have personal health data stored on your machine — choose whether you want those files and set restrictive file permissions (e.g., chmod 700 ~/nutrition). 2) Back up or encrypt the folder if you want extra privacy. 3) Confirm whether you want the agent to run autonomously (it can, by default) so it doesn't log or modify files unexpectedly. 4) Periodically review the created files and delete the folder if you stop using the skill.
Capability Analysis
Type: OpenClaw Skill Name: nutrition Version: 1.0.0 The skill bundle is benign. All instructions in SKILL.md and content in other markdown files are directly related to building a personal nutrition tracking system. The only file system operation is creating a `~/nutrition/` directory, which is necessary for the skill's stated purpose of storing user data. There is no evidence of prompt injection, data exfiltration, malicious execution, or any other harmful intent.
Capability Assessment
Purpose & Capability
Name/description (personal nutrition tracking) align with the instructions: estimating portions, calculating macros, flagging micronutrients, and writing logs in ~/nutrition/. No unrelated binaries, env vars, or services are requested.
Instruction Scope
Instructions are limited to creating and managing files under ~/nutrition/ and calculating nutrition totals from user-provided meal descriptions. This is in-scope for the stated purpose, but it does instruct the agent to create and write personal health data to disk (the workspace).
Install Mechanism
No install spec or code files — instruction-only skill. Nothing will be downloaded or written beyond the files the agent is explicitly told to create in ~/nutrition/.
Credentials
The skill requires no environment variables, credentials, or external config. Requested access is proportional to a local nutrition tracker.
Persistence & Privilege
The skill is not set to always:true and requests no special platform privileges. It will, however, persist user data to ~/nutrition/ which is a lasting change on disk; consider file permissions and backups. The skill can be invoked autonomously by the agent (default), which is normal but means it could write logs without explicit per-use consent if the agent autonomously acts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nutrition
  3. After installation, invoke the skill by name or use /nutrition
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug nutrition
Version 1.0.0
License
All-time Installs 6
Active Installs 6
Total Versions 1
Frequently Asked Questions

What is Nutrition?

Build a personal nutrition system for tracking meals, calories, macros, vitamins, and minerals. It is an AI Agent Skill for Claude Code / OpenClaw, with 1770 downloads so far.

How do I install Nutrition?

Run "/install nutrition" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nutrition free?

Yes, Nutrition is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Nutrition support?

Nutrition is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Nutrition?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments