← 返回 Skills 市场
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weekly-feast-planner
功能描述
Create a realistic weekly meal plan balancing schedule, preferences, effort, leftovers, backup meals, and grouped shopping for efficient cooking.
安全使用建议
This skill appears coherent and low-risk: it only processes inputs and local templates to produce a meal plan, with no network calls or credential access. If you want extra assurance, review the handler.py locally before installing (it reads SKILL.md from the same directory), and avoid granting any unrelated environment variables or secrets. If future versions add downloads, external APIs, or require keys/config paths, re-evaluate before enabling the skill for autonomous agent runs.
功能分析
Type: OpenClaw Skill
Name: weekly-feast-planner
Version: 1.0.0
The skill is a legitimate meal planning tool that generates weekly meal arcs based on user constraints. The Python logic in handler.py is limited to string processing and template selection, with no network access, file system manipulation outside its own directory, or use of dangerous functions like eval/exec.
能力评估
Purpose & Capability
Name/description (weekly meal planning) align with the provided files and runtime behavior. The handler builds a meal plan from user inputs and predefined templates; no unrelated services, credentials, or system-level access are requested.
Instruction Scope
SKILL.md instructs the agent to ask the user about schedule, preferences, and build a meal arc. The runtime code reads only its local SKILL.md for metadata and processes inputs; there are no instructions to read arbitrary system files, access other skills' configs, call external endpoints, or exfiltrate data.
Install Mechanism
No install spec is present (instruction-only style). Code included is local Python with no downloads, package installs, or archive extraction. This is the lowest-risk install posture.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code also does not reference os.environ for secrets or network endpoints—its behavior is proportional to a meal-planning task.
Persistence & Privilege
always is false and the skill does not modify other skills or system settings. It does not persist credentials or install background services. Autonomous invocation is allowed by platform default but combined with the skill's limited scope this is low risk.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weekly-feast-planner - 安装完成后,直接呼叫该 Skill 的名称或使用
/weekly-feast-planner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Weekly Feast Planner:
- Provides realistic weekly meal plans tailored to schedules, preferences, and household needs.
- Considers busy nights, prep windows, dietary notes, and budget constraints.
- Groups shopping lists and adds prep tasks and backup meals for flexibility.
- Encourages variety across meal types and purposeful use of leftovers.
- Designed with a clear workflow and markdown output for easy use.
元数据
常见问题
Weekly Feast Planner 是什么?
Create a realistic weekly meal plan balancing schedule, preferences, effort, leftovers, backup meals, and grouped shopping for efficient cooking. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。
如何安装 Weekly Feast Planner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weekly-feast-planner」即可一键安装,无需额外配置。
Weekly Feast Planner 是免费的吗?
是的,Weekly Feast Planner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weekly Feast Planner 支持哪些平台?
Weekly Feast Planner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weekly Feast Planner?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。
推荐 Skills