← 返回 Skills 市场
168
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weekly-meal-planner
功能描述
Weekly meal planner - input people count, budget, taste preference → output 7-day menu with breakfast/lunch/dinner and shopping list
安全使用建议
This skill appears coherent and local-only. Before running: (1) review the script if you want to confirm behavior (it is short and readable); (2) note it writes menu_plan.json to the current working directory — run it in a safe folder if you care about where files land; (3) SKILL.md is slightly ambiguous about whether --budget is per-person or total, but the script treats --budget as per-person per day (check your inputs); (4) no network or credential access is requested. If you plan to allow autonomous invocation, be aware the skill will only run the local script and write a JSON file — there is no external exfiltration visible in the code.
功能分析
Type: OpenClaw Skill
Name: weekly-meal-planner
Version: 1.0.0
The skill is a straightforward meal planning utility that generates a 7-day menu and shopping list based on user-provided parameters (people count, budget, and taste). The Python script (scripts/meal-planner.py) uses hardcoded meal data and prices, performs basic calculations, and saves the output to a local JSON file without any network access, sensitive file system interactions, or suspicious execution patterns.
能力评估
Purpose & Capability
Name/description state a weekly meal planner and the included script implements exactly that (menu generation, shopping list, cost estimates). Required capabilities (none) match the simple local Python implementation.
Instruction Scope
SKILL.md instructs running the bundled Python script. The script only reads command-line args, uses built-in data, prints output, and writes menu_plan.json in the current directory — no external network calls, no reading of unrelated system files, and no environment variables are accessed.
Install Mechanism
There is no install spec; this is instruction-only plus a local script. No archives or remote downloads are performed or required.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The script only uses provided CLI args and local in-code data structures.
Persistence & Privilege
always is false and the skill does not modify agent/system configuration. It does persist output to a local file (menu_plan.json) in the working directory, which is expected behavior for this utility.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weekly-meal-planner - 安装完成后,直接呼叫该 Skill 的名称或使用
/weekly-meal-planner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Weekly meal planning assistant with 7-day menu and shopping list generation
元数据
常见问题
Weekly Meal Planner 是什么?
Weekly meal planner - input people count, budget, taste preference → output 7-day menu with breakfast/lunch/dinner and shopping list. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 168 次。
如何安装 Weekly Meal Planner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weekly-meal-planner」即可一键安装,无需额外配置。
Weekly Meal Planner 是免费的吗?
是的,Weekly Meal Planner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weekly Meal Planner 支持哪些平台?
Weekly Meal Planner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weekly Meal Planner?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。
推荐 Skills