← 返回 Skills 市场
harrylabsj

Nutrition Planner

作者 haidong · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
399
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install nutrition-planner
功能描述
Personal nutrition and meal planning system with calorie tracking and recipe recommendations
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nutrition-planner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nutrition-planner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
修复ClawHub安全审查问题:重构架构使用scripts目录,移除本地安装要求,修复AI声明,统一数据存储路径,更新配置指向scripts目录
v1.0.0
Initial release of personalized meal planning tool: - 根据个人信息自动分析营养需求并推荐个性化菜谱 - 自动计算每餐的热量和三大营养素 - 支持一键生成7天或14天饮食计划 - 自动生成智能购物清单 - 内置常见食物的营养数据库 - 命令行管理用户档案、饮食计划与购物清单
元数据
Slug nutrition-planner
版本 1.0.1
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 2
常见问题

Nutrition Planner 是什么?

Personal nutrition and meal planning system with calorie tracking and recipe recommendations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 399 次。

如何安装 Nutrition Planner?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nutrition-planner」即可一键安装,无需额外配置。

Nutrition Planner 是免费的吗?

是的,Nutrition Planner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nutrition Planner 支持哪些平台?

Nutrition Planner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Nutrition Planner?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.1。

💬 留言讨论