← Back to Skills Marketplace
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weekly-feast-planner
Description
Create a realistic weekly meal plan balancing schedule, preferences, effort, leftovers, backup meals, and grouped shopping for efficient cooking.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weekly-feast-planner - After installation, invoke the skill by name or use
/weekly-feast-planner - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Weekly Feast Planner?
Create a realistic weekly meal plan balancing schedule, preferences, effort, leftovers, backup meals, and grouped shopping for efficient cooking. It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.
How do I install Weekly Feast Planner?
Run "/install weekly-feast-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weekly Feast Planner free?
Yes, Weekly Feast Planner is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Weekly Feast Planner support?
Weekly Feast Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weekly Feast Planner?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.
More Skills