← Back to Skills Marketplace
168
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weekly-meal-planner
Description
Weekly meal planner - input people count, budget, taste preference → output 7-day menu with breakfast/lunch/dinner and shopping list
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weekly-meal-planner - After installation, invoke the skill by name or use
/weekly-meal-planner - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Weekly meal planning assistant with 7-day menu and shopping list generation
Metadata
Frequently Asked Questions
What is Weekly Meal Planner?
Weekly meal planner - input people count, budget, taste preference → output 7-day menu with breakfast/lunch/dinner and shopping list. It is an AI Agent Skill for Claude Code / OpenClaw, with 168 downloads so far.
How do I install Weekly Meal Planner?
Run "/install weekly-meal-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weekly Meal Planner free?
Yes, Weekly Meal Planner is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Weekly Meal Planner support?
Weekly Meal Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weekly Meal Planner?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.
More Skills