feast

Verified·Scanned 2/18/2026

Comprehensive meal planning system with cultural themes, authentic recipes, intelligent shopping, and surprise reveals. Use when:

  • Planning weekly meals or menus
  • Generating shopping lists
  • Asking for recipe ideas or cooking help
  • Reviewing past meals or planning ahead
  • Onboarding a new user to the meal system
  • Looking for cuisine inspiration or cultural food events
  • Tracking dietary goals or nutrition
  • Managing favourites, failures, or meal history
from clawhub.ai·v613fe59·97.3 KB·0 installs
Scanned from 1.0.2 at 613fe59 · Transparency log ↗
$ vett add clawhub.ai/smadgerano/feast

Feast 🍽️

A comprehensive meal planning skill for OpenClaw that transforms weekly cooking into a cultural experience.

Features

  • Weekly meal planning with advance preparation
  • Authentic cuisines — properly researched, not Westernised defaults
  • Intelligent shopping lists — ingredient overlap, waste reduction, price checking
  • Cultural immersion — regional history, current events, and context for every dish
  • Curated music — 1-2 hour playlists with contemporary + classic music from each region (not generic Spotify searches)
  • Smart shopping — price checking across stores, deal alerts, shopping strategy recommendations
  • Surprise & delight — shopping is transparent, daily meal reveals with full cultural experience
  • Health-focused — balanced nutrition, dietary phases, calorie tracking
  • Seasonal awareness — location-based produce guidance
  • Universal — works for any user, any region, any household size

Installation

Via ClawHub (recommended)

clawhub install feast

Manual installation

git clone https://github.com/smadgerano/feast.git ~/.openclaw/skills/feast

Setup

Ask your agent to run through the Feast onboarding process.

This will guide you through making all the dietary and regional decisions needed, and then start planning your culinary experiences.

Documentation

  • Specification — Full system design
  • SKILL.md — Core skill instructions
  • Onboarding — New user setup guide
  • Theme Research — How to create cultural experiences
  • Price Checking — Smart shopping guidance
  • Conversions — Unit conversion reference

Structure

feast/
├── SKILL.md                    # Core skill instructions
├── LICENSE                     # MIT License
├── docs/
│   └── SPECIFICATION.md        # Full specification
├── references/
│   ├── onboarding.md           # User onboarding guide
│   ├── theme-research.md       # How to research cultural themes
│   ├── price-checking.md       # Smart shopping guidance
│   ├── conversions.md          # Unit conversions
│   ├── nutrition.md            # Dietary guidance
│   ├── events.md               # Cultural events calendar
│   ├── cuisines/               # Per-cuisine research guides (grow organically)
│   └── seasonality/            # Regional seasonal produce (grow organically)
├── templates/
│   ├── profile.yaml            # User profile template
│   ├── week.md                 # Weekly plan (self-contained: recipes, themes, music, shopping)
│   └── shopping-list.md        # Standalone shopping list format (reference)
└── scripts/
    └── update-history.py       # History tracking script

User Data

User data lives in the OpenClaw workspace, not the skill:

workspace/meals/
├── profile.yaml            # User preferences
├── history.yaml            # Meal history
├── favourites.yaml         # Favourite recipes
├── failures.yaml           # Recipes to avoid
└── weeks/
    └── YYYY-MM-DD.md       # Weekly plans (self-contained)

Each weekly plan is fully self-contained — recipes, cultural context, music playlists, and shopping lists are all embedded in a single file.

Contributing

Issues and pull requests welcome.

License

MIT — see LICENSE