← Back to Skills Marketplace
933
Downloads
0
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install meal-planner
Description
Plan meals with weekly menus, shopping lists, batch cooking, budget tracking, dietary preferences, and recipe management.
Usage Guidance
This skill appears to be what it says: a local meal-planning assistant that stores data under ~/meal-planner/. Before installing: 1) Review the full SKILL.md (the provided copy is truncated at 'Security & Privacy') to ensure there are no network endpoints or unexpected behaviors. 2) Decide whether you are comfortable storing dietary and household data locally in ~/meal-planner/ and who can access those files on your device. 3) If you prefer the agent not act autonomously (proactive reminders or automatic inventory updates), disable autonomous invocation or limit when it runs. 4) Inspect the created files after first run to confirm contents and remove them if you change your mind.
Capability Analysis
Type: OpenClaw Skill
Name: meal-planner
Version: 1.0.0
The OpenClaw AgentSkills skill bundle for 'meal-planner' is classified as benign. The `SKILL.md` explicitly states that the skill does not require any external binaries (`'bins':[]`), does not send data to external servers, and does not read files outside the `~/meal-planner/` directory. All data is stored locally in transparent markdown files. The instructions for the AI agent across all `.md` files are consistent with the stated purpose of meal planning and lack any evidence of prompt injection attempts, data exfiltration, malicious execution, or persistence mechanisms.
Capability Assessment
Purpose & Capability
Name, description, and runtime instructions all align: planning meals, shopping lists, recipes, inventory and budget tracking are implemented by reading/writing files under ~/meal-planner/. No unrelated binaries, env vars, or cloud credentials are requested.
Instruction Scope
Instructions explicitly direct the agent to read and write local files (memory.md, weeks/, recipes/, shopping/, inventory/). This is appropriate for the stated purpose, but the agent will store potentially sensitive personal data (household members, allergies, dietary restrictions) locally — users should be aware and confirm they are comfortable with files in ~/meal-planner/. The SKILL.md appears truncated at the 'Security & Privacy' section; inspect the full file before installing to confirm there are no hidden network behaviors.
Install Mechanism
Instruction-only skill with no install spec, no downloads, and no added binaries — lowest-risk install model. Nothing is written to disk by an installer beyond files the agent itself will create under the declared local path.
Credentials
The skill requests no environment variables, no credentials, and no external config paths. The data access it requires (local meal-planning files) is proportionate to the feature set.
Persistence & Privilege
always:false (normal) and the skill can be invoked autonomously by the agent (platform default). Because it stores and updates local memory in ~/meal-planner/, users should confirm whether they want the agent to proactively update files or only act when asked. The skill does not request elevated system privileges or modify other skills' configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install meal-planner - After installation, invoke the skill by name or use
/meal-planner - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Meal Planner?
Plan meals with weekly menus, shopping lists, batch cooking, budget tracking, dietary preferences, and recipe management. It is an AI Agent Skill for Claude Code / OpenClaw, with 933 downloads so far.
How do I install Meal Planner?
Run "/install meal-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Meal Planner free?
Yes, Meal Planner is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Meal Planner support?
Meal Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Meal Planner?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills