← Back to Skills Marketplace
399
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install nutrition-planner
Description
Personal nutrition and meal planning system with calorie tracking and recipe recommendations
Usage Guidance
Do not install yet. The SKILL.md expects a local CLI at ${SKILL_DIR}/scripts/nutrition-planner and a local SQLite DB, but the package does not include those scripts or an install step. Before proceeding, ask the publisher for: (1) the actual script files or a secure install spec (e.g., GitHub release or official package registry) so you can audit the code; (2) confirmation of the repository URL and a signed release or checksum to verify the downloaded code; (3) whether the tool will ever transmit data externally (network calls) and, if so, what endpoints and why. Also consider privacy: the skill will store personal profile info in ~/.openclaw/data/nutrition-planner/nutrition_planner.db, so ensure you are comfortable with local storage and backups. If the publisher supplies the scripts, review them for unexpected network access, credential use, or file system operations before enabling autonomous invocation.
Capability Analysis
Type: OpenClaw Skill
Name: nutrition-planner
Version: 1.0.1
The skill bundle describes a legitimate nutrition and meal planning tool. The documentation (SKILL.md and SKILL_EN.md) provides clear instructions for calculating nutritional needs, generating meal plans, and managing shopping lists using a local SQLite database. No malicious instructions, data exfiltration patterns, or suspicious execution commands were found in the provided metadata or documentation files.
Capability Assessment
Purpose & Capability
The name/description (nutrition planner CLI) matches the SKILL.md usage, but the instructions require running ${SKILL_DIR}/scripts/nutrition-planner. The bundle does not include those scripts (only SKILL.md, SKILL_EN.md, and package.json), so what the skill promises cannot be executed as provided. package.json references a repository URL but there is no install spec to fetch/verify that code.
Instruction Scope
Instructions direct the agent/user to create profiles, generate plans, query nutrition, and store data in ~/.openclaw/data/nutrition-planner/ (SQLite). Those actions are appropriate for a meal-planner, but they assume local CLI scripts exist. The SKILL.md does not instruct the agent to access any unrelated system paths or external endpoints, but it does instruct creating/reading a local DB and files in the user's home directory.
Install Mechanism
There is no install specification and no included executable scripts. package.json points to scripts/nutrition-planner as the CLI entry and contains a repository URL, but no mechanism is provided to fetch or install that code. This creates ambiguity about where the executable code would come from and how it would be verified.
Credentials
The skill declares no required environment variables, no credentials, and no special config paths beyond its own data directory (~/.openclaw/data/nutrition-planner/). Requesting local storage of user profiles and a SQLite DB is proportionate for the stated purpose, but storing personal profile data locally may have privacy implications.
Persistence & Privilege
always is false and the skill does not request any elevated persistence or cross-skill configuration changes. Autonomous invocation is enabled by default (not flagged alone) but does increase the importance of resolving the code/installation ambiguity first.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nutrition-planner - After installation, invoke the skill by name or use
/nutrition-planner - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
修复ClawHub安全审查问题:重构架构使用scripts目录,移除本地安装要求,修复AI声明,统一数据存储路径,更新配置指向scripts目录
v1.0.0
Initial release of personalized meal planning tool:
- 根据个人信息自动分析营养需求并推荐个性化菜谱
- 自动计算每餐的热量和三大营养素
- 支持一键生成7天或14天饮食计划
- 自动生成智能购物清单
- 内置常见食物的营养数据库
- 命令行管理用户档案、饮食计划与购物清单
Metadata
Frequently Asked Questions
What is Nutrition Planner?
Personal nutrition and meal planning system with calorie tracking and recipe recommendations. It is an AI Agent Skill for Claude Code / OpenClaw, with 399 downloads so far.
How do I install Nutrition Planner?
Run "/install nutrition-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nutrition Planner free?
Yes, Nutrition Planner is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nutrition Planner support?
Nutrition Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nutrition Planner?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.1.
More Skills