← 返回 Skills 市场
nollio

Meal Planner Pro

作者 Nollio · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
128
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install normieclaw-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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install normieclaw-meal-planner-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /normieclaw-meal-planner-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug normieclaw-meal-planner-pro
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。

如何安装 Meal Planner Pro?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install normieclaw-meal-planner-pro」即可一键安装,无需额外配置。

Meal Planner Pro 是免费的吗?

是的,Meal Planner Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Meal Planner Pro 支持哪些平台?

Meal Planner Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Meal Planner Pro?

由 Nollio(@nollio)开发并维护,当前版本 v1.0.3。

💬 留言讨论