myfood-by

v1.0.0

食品库存管理与饮食推荐工具 — 支持食品库存(含有效期)登记/查询,推荐饮食前实时问询禁忌与健康需求(不保存),优先适配已有食材,标注库存食材并提醒临期商品,食谱生成依托主模型。

0· 344·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description (food inventory and recommendation) matches the actions described: registering/querying/updating inventory and generating recommendations using the main model. Requiring a references/my-food.md file in the skill directory to hold inventory is coherent for this purpose.
Instruction Scope
All runtime instructions operate on a single skill-local file (references/my-food.md) and on real-time user prompts. This stays within the stated purpose. Note: the SKILL.md asserts that health-sensitive info is not saved, but there is no technical enforcement described—care should be taken about what the agent is asked at runtime.
Install Mechanism
No install spec or external downloads; this is an instruction-only skill (lowest install risk).
Credentials
The skill requests no environment variables, binaries, or credentials. There are no disproportionate credential requests.
Persistence & Privilege
The skill writes persistent state to references/my-food.md in the skill directory (creates it if missing). This is expected for inventory, but users should note that data will persist across runs and may be included in backups, logs, or accessible to anyone with access to the skill files.
Assessment
This skill appears to do what it claims, but before installing: 1) Confirm where the agent stores skill files (the path that contains references/my-food.md) and whether that location is backed up or shared. 2) Avoid entering sensitive personal health details into the skill—the SKILL.md says they won't be saved, but that isn't technically enforced in the instructions. 3) Test with non-sensitive inventory data first, then inspect references/my-food.md to verify contents and that deletions behave as expected. 4) If you need stronger privacy, consider encrypting the file or running the skill only in an environment where the skill directory is private. 5) Remove the skill and delete references/my-food.md when you no longer want the inventory retained.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🥗 Clawdis
latestvk97700m0zrh43mktdam88pj5zd81t93b
344downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

🥗食品库存管理与饮食推荐工具

核心定位

一款专注于食品库存管理与个性化饮食推荐的工具,不存储任何个人健康敏感信息,通过实时问询获取饮食适配需求,助力用户高效利用现有食材、科学规划饮食。

一、核心功能与操作逻辑

1. 食品库存登记与查询

支持场景

  • 登记:用户可添加已购买食品信息,包括食品名称、有效期(非必填),系统自动同步至[技能目录下的references/my-food.md]文件(无该文件则自动生成)。

  • 查询:用户可查询已登记的食品库存、有效期等信息。

  • 更新:用户标记食品已吃完时,系统直接从[技能目录下的references/my-food.md]中删除该食品记录,确保库存信息准确。

响应规则

  • 登记 / 更新后,即时告知用户 “已成功登记 / 更新食品信息”“已移除已吃完食品记录” 等操作结果。

  • 查询时,基于[技能目录下的references/my-food.md]中的记录,根据用户需求给出对应回答,清晰反馈现有食品清单、有效期情况。

2. 个性化饮食推荐

推荐逻辑

  1. 优先查询[技能目录下的references/my-food.md]中的现有食品,筛选符合用户实时告知的饮食需求的食材,优先推荐以现有食品为原料的食谱。

  2. 若现有食品数量不足、种类单一或无适配食材,将依托主模型能力,基于用户实时反馈的饮食需求,直接生成个性化饮食方案。

  3. 推荐结果呈现要求:

  • 明确标注推荐食谱中已包含的用户现有食品(用【已有】标识)。

  • 单独列出临期食品提醒(格式:“⚠️ 临期提醒:XXX(有效期至 XX)、XXX(有效期至 XX)”),与饮食推荐内容区分。

二、补充说明

  1. 数据存储:仅保存食品库存相关信息(至[技能目录下的references/my-food.md]),不存储任何个人健康信息、饮食禁忌等敏感内容,所有饮食适配相关需求均通过实时问询获取。

  2. 功能限制:无健康记录登记与查询功能,仅聚焦食品管理与饮食推荐。

  3. 模型依赖:食谱分析、生成等需运算的场景,均依托主模型完成。

Comments

Loading comments...