← 返回 Skills 市场
harrylabsj

Meal Prep

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
19
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install meal-prep
功能描述
Weekly meal prep plan from fridge ingredients with nutrition and shopping list.
使用说明 (SKILL.md)

Meal Prep

Use this skill when the user wants to turn their available ingredients into a structured weekly meal plan with nutrition info, cooking timeline, and a shopping list.

Good triggers

  • "Plan my weekly meals from what's in my fridge."
  • "What can I cook with chicken breast, eggs, and broccoli?"
  • "Meal prep for weight loss, 1800 kcal/day."
  • "Optimize my ingredient usage to minimize waste."
  • "Generate a shopping list for a week of healthy meals for 2."

Workflow

  1. Parse ingredients. Accept a comma-separated list or natural language description of available ingredients. Normalize names and match against a basic ingredient database (produce, meat, dairy, pantry staples).

  2. Flag perishables. Identify ingredients that spoil quickly (leafy greens, fresh meat, dairy, herbs) — these must be used first.

  3. Plan weekly menu (5-7 days).

    • Apply dietary goal: weight-loss (calorie deficit), muscle-gain (high protein), balanced, or none
    • Apply serving count (default 1 person)
    • Vary cuisine across days to avoid boredom (e.g., Mon: Chinese stir-fry, Tue: Western salad, Wed: Italian, Thu: Japanese, Fri: Mexican)
    • Self-consistency: each ingredient appears in at least one meal; leftover ingredients are noted
  4. Label each meal with:

    • Cooking time (min)
    • Estimated calories (kcal)
    • Macronutrient ratio (protein / carbs / fat %)
    • Dietary labels (high-protein, low-carb, vegetarian, etc.)
  5. Generate shopping list. Group missing items by supermarket section:

    • Produce → Meats/Fish → Dairy → Dry goods → Spices/Condiments → Frozen
    • Mark items the user already has (from ingredient list)
  6. Optimize ingredient usage order. Build a day-by-day consumption schedule:

    • Day 1-2: Perishable-first meals
    • Day 3-4: Semi-perishable (root veg, tofu, eggs)
    • Day 5-7: Shelf-stable / frozen ingredients
  7. Build cooking timeline. Provide a preparation schedule in minutes:

    • Sunday batch prep (wash & chop veg, marinate proteins, cook grains)
    • Daily assembly (per-day cooking time, usually 10-30 min)
    • Total weekly time estimate
  8. Deliver complete plan. Structured output:

    • Ingredient inventory (with perishability flags)
    • 7-day meal calendar (table: day, meal, time, kcal, macros)
    • Shopping list (categorized, items user has marked as ✓)
    • Ingredient usage schedule (day-by-day)
    • Batch prep timeline
    • Notes on substitutions and waste-reduction tips

Sample prompt

meal-prep plan --ingredients "鸡胸肉500g,西兰花2颗,鸡蛋12个,番茄4个" --people 2 --goal weight-loss
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install meal-prep
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /meal-prep 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Weekly meal prep from fridge ingredients with nutrition and cooking timeline
元数据
Slug meal-prep
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Meal Prep 是什么?

Weekly meal prep plan from fridge ingredients with nutrition and shopping list. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 19 次。

如何安装 Meal Prep?

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

Meal Prep 是免费的吗?

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

Meal Prep 支持哪些平台?

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

谁开发了 Meal Prep?

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

💬 留言讨论