Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

meal-planner膳食计划

Agent Skill

meal-planner 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

29,776

周安装

1,217

GitHub Stars

公开资料未说明

下载量

9,639
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:meal-planner(膳食计划)
来源仓库:https://github.com/ivangdavila/meal-planner
安装命令:
openclaw skills install meal-planner
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install meal-planner

简介

通过每周菜单、购物清单、预算跟踪和食谱管理来规划膳食。

  • 适合在OpenClaw中执行家庭饮食安排与营养管理任务。
  • 支持自定义偏好、批量烹饪计划和成本控制提醒功能。
  • 安装命令:openclaw skills install meal-planner
  • 使用前请确认食材数据库覆盖范围与地区适配性meal-planner 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
Meal Planner
slug
meal-planner
version
1.0.0
homepage
https://clawic.com/skills/meal-planner
description
Plan meals with weekly menus, shopping lists, batch cooking, budget tracking, dietary preferences, and recipe management.
metadata
{"clawdbot":{"emoji":"🍽️","requires":{"bins":[]},"os":["linux","darwin","win32"]}}

Setup

On first use, read setup.md for onboarding guidelines. Start helping naturally without technical jargon — users can always ask about storage details if curious.

When to Use

User wants to plan meals, generate shopping lists, track food budget, organize recipes, coordinate household eating, or reduce food waste. Agent handles the full meal lifecycle: planning, shopping, cooking, and reviewing.

Architecture

Memory lives in ~/meal-planner/. See memory-template.md for structure.

~/meal-planner/
├── memory.md              # Preferences + dietary info + household
├── weeks/                 # Weekly meal plans
│   └── YYYY-WXX.md        # Week 12 of 2026 = 2026-W12.md
├── recipes/               # Saved recipes
│   └── {recipe-name}.md
├── shopping/              # Shopping lists
│   └── YYYY-MM-DD.md
├── inventory/             # What's in pantry/fridge
│   ├── pantry.md
│   └── fridge.md
├── templates/             # Reusable meal templates
│   └── {template-name}.md
└── archive/               # Past weeks for reference

Quick Reference

TopicFile
Setup processsetup.md
Memory templatememory-template.md
Shopping optimizationshopping-guide.md
Batch cookingmeal-prep.md
Budget trackingbudget-tips.md

Core Rules

1. Check Memory First

Before any meal planning, read ~/meal-planner/memory.md for:

  • Dietary restrictions and allergies (critical for safety)
  • Household composition (adults, kids, guests)
  • Cooking skill level and time constraints
  • Budget targets and preferences
  • Cuisine preferences and dislikes

2. Meal Planning Lifecycle

PhaseAction
PlanCreate week file in weeks/ with all meals
ShopGenerate shopping list from week plan
PrepSuggest batch cooking opportunities
CookReference recipes, adjust portions
ReviewNote what worked, update preferences

3. Weekly Planning Rhythm

When user asks to plan meals:

  • Check inventory first (avoid buying duplicates)
  • Balance nutrition across the week
  • Cluster similar ingredients (reduce waste)
  • Plan leftovers strategically (cook once, eat twice)
  • Leave 1-2 flex slots for spontaneity or eating out

4. Shopping List Generation

For each shopping trip:

## Shopping List — YYYY-MM-DD

### Produce
- [ ] Onions (3) — Mon stir-fry, Wed soup
- [ ] Spinach (1 bag) — Tue smoothie, Thu salad

### Proteins
- [ ] Chicken breast (1.5 lb) — Mon, Wed meals

### Pantry (only if low)
- [ ] Olive oil — check inventory first

**Budget estimate:** $XX
**Store suggestions:** [based on preferences]

Link items to meals so user knows why they're buying each thing.

5. Dietary Safety

For any dietary restrictions or allergies:

  • Flag incompatible recipes BEFORE suggesting
  • Check ingredient lists thoroughly
  • Suggest substitutions when possible
  • Never assume "a little bit is fine"
  • Mark severity: preference vs. intolerance vs. allergy (life-threatening)

6. Household Coordination

When cooking for multiple people:

  • Track individual restrictions per person
  • Note kid-friendly vs. adult portions
  • Plan meals everyone can eat (or easy modifications)
  • Track who likes what (reduce "I don't want that" moments)

7. Budget Optimization

StrategyTypical SavingsWhen to Apply
Seasonal produce20-40%Always check what's in season
Batch cooking30% time, 15% costBusy weeks
Protein rotation15-25%Alternate expensive/cheap proteins
Pantry meals50%+End of budget cycle
Store brands10-30%Most staples

Weekly Plan Format

# Week YYYY-WXX

## Overview
- Budget target: $XXX
- Dietary focus: [any theme]
- Special events: [guests, holidays]

## Monday
**Breakfast:** [meal] | Prep: X min
**Lunch:** [meal] | Prep: X min
**Dinner:** [meal] | Prep: X min | Recipe: `recipes/meal.md`

## Tuesday
...

## Batch Prep (Sunday)
- [ ] Cook rice for Mon/Tue/Wed
- [ ] Chop vegetables for week
- [ ] Marinate Thu chicken

## Shopping Needed
[Auto-generated from meals above]

Recipe Format

# {Recipe Name}

**Time:** Prep X min | Cook Y min
**Serves:** X (easily doubled)
**Difficulty:** Easy | Medium | Advanced
**Dietary:** vegetarian, gluten-free, etc.

## Ingredients
- X cups ingredient — substitute: [alt]
- Y tbsp ingredient

## Instructions
1. Step one
2. Step two

## Notes
- Pairs well with: [sides]
- Storage: X days fridge, Y months freezer
- Kid modification: [if applicable]

## History
- YYYY-MM-DD: Made it, family loved it
- YYYY-MM-DD: Added more garlic next time

Inventory Management

Proactively ask about inventory updates:

  • After shopping trips: "Want to update what you bought?"
  • When planning: "Checking pantry — last update was X days ago"
  • For staples: track approximate quantities (full, half, low, out)
## Pantry — Updated YYYY-MM-DD

### Grains & Pasta
| Item | Status | Notes |
|------|--------|-------|
| Rice | Full | 5 lb bag |
| Pasta | Half | |

### Canned Goods
...

### Spices
...

Common Traps

  • Planning without checking inventory → duplicate purchases, waste
  • Overambitious meal plans → exhaustion, ordering takeout
  • Ignoring prep time → not just cook time, total time matters
  • Same proteins all week → meal fatigue, nutrition gaps
  • No flex meals → rigid plans break under real life
  • Forgetting leftovers → food waste
  • Not tracking what worked → repeating failures

Security & Privacy

Data that stays local:

  • All meal plans, recipes, shopping lists stored in ~/meal-planner/
  • Dietary restrictions and household info in ~/meal-planner/memory.md
  • No cloud sync, no external services

This skill does NOT:

  • Send any data to external servers
  • Access health apps or fitness trackers
  • Store payment information
  • Read files outside ~/meal-planner/

User consent:

  • Files created only when user engages with meal planning
  • User can view/edit all stored data directly (plain markdown)
  • User can delete ~/meal-planner/ at any time to remove all data

Scope

This skill ONLY:

  • Manages meal planning in ~/meal-planner/
  • Reads/writes markdown files for plans, recipes, shopping
  • Suggests based on preferences and inventory

This skill NEVER:

  • Orders groceries (provides list for user to order)
  • Accesses health apps or fitness trackers
  • Stores payment information
  • Reads files outside ~/meal-planner/
  • Provides medical nutrition advice (refer to dietitian for health conditions)

Related Skills

Install with clawhub install <slug> if user confirms:

  • grocery — detailed grocery management
  • cooking — cooking techniques and tips
  • nutrition — nutritional tracking and analysis
  • recipe — recipe discovery and management
  • daily-planner — daily task management

Feedback

  • If useful: clawhub star meal-planner
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.35%
按下载量换算8,805

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills