← Back to Skills Marketplace
nollio

Meal Planner Pro

by Nollio · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
128
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install normieclaw-meal-planner-pro
Description
Every household faces the same exhausting question every single day: 'What's for dinner?' Meal Planner Pro learns your family's unique tastes, allergies, and...
Usage Guidance
This skill appears coherent and low-risk in that it is instruction-only and stores data locally under data/ and config/. Before installing: 1) Confirm your OpenClaw runtime enforces the skill's file-path restrictions (only data/ and config/) and does not grant broader filesystem access. 2) The skill uses vision-capable LLMs for fridge photos — images and their parsed text will be sent to whatever model provider your agent uses; if you rely on a third-party LLM, consider privacy implications. 3) The dashboard spec references optional external services (Supabase, Next.js) — you only need to provide credentials if you choose to build and host the dashboard; do not supply unrelated API keys. 4) The setup writes files and tightens permissions (umask/chmod) — review the commands if you have specific security policies. 5) The SKILL.md includes explicit prompt-injection defenses (the scanner flagged patterns), which is intentional; still audit runtime handling of untrusted recipe text to ensure the agent doesn't treat user-pasted or scraped recipe content as executable instructions. If you need stronger assurances, run the skill in a sandboxed environment and review the created data files after first run.
Capability Analysis
Type: OpenClaw Skill Name: normieclaw-meal-planner-pro Version: 1.0.3 The Meal Planner Pro skill bundle is a well-structured and security-conscious AI agent for household meal management. It includes explicit prompt-injection defenses in SKILL.md, instructing the agent to treat external recipe data as untrusted string literals and enforcing strict regex-based allowlists for file path access. The setup process in SETUP-PROMPT.md uses defensive shell commands with restrictive file permissions (umask 077, chmod 600) to protect sensitive dietary data. The comprehensive dashboard specification and database schema further emphasize security best practices, such as Row-Level Security (RLS) and private storage buckets for user-uploaded images. No indicators of malicious intent, data exfiltration, or unauthorized execution were found.
Capability Assessment
Purpose & Capability
Name, description, and all declared artifacts align: an instruction-only meal-planner that stores profiles, plans, grocery lists, and uses a vision-capable LLM for fridge photos. There are no unrelated env vars or binaries requested.
Instruction Scope
SKILL.md explicitly limits file I/O to data/ and config/ with strict allowlists and filename patterns; setup steps only create local directories and files. There are no instructions to call unknown external endpoints or to read unrelated system files. The prompt-injection defense is explicit and restrictive.
Install Mechanism
No install spec and no code to download or execute — instruction-only. This minimizes install-time risk.
Credentials
The skill declares no credentials, no required env vars, and asks only to use local data files. The accompanying dashboard spec mentions optional third-party stack (Supabase) but that is not required for the skill to operate as described.
Persistence & Privilege
always:false and default agent-invocation settings are appropriate. The skill does not request permanent platform privileges or attempt to change other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install normieclaw-meal-planner-pro
  3. After installation, invoke the skill by name or use /normieclaw-meal-planner-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
v1.0.3: Security fixes: confined scripts to skill directory, removed filesystem traversal from setup
v1.0.2
v1.0.2: MIT license, cleaned descriptions, removed cross-sell
v1.0.0
Initial publish from NormieClaw.ai — Free OpenClaw skills for everyone.
Metadata
Slug normieclaw-meal-planner-pro
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Meal Planner Pro?

Every household faces the same exhausting question every single day: 'What's for dinner?' Meal Planner Pro learns your family's unique tastes, allergies, and... It is an AI Agent Skill for Claude Code / OpenClaw, with 128 downloads so far.

How do I install Meal Planner Pro?

Run "/install normieclaw-meal-planner-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Meal Planner Pro free?

Yes, Meal Planner Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Meal Planner Pro support?

Meal Planner Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Meal Planner Pro?

It is built and maintained by Nollio (@nollio); the current version is v1.0.3.

💬 Comments