Install
openclaw skills install @goog/food-calopenclaw skills install @goog/food-calThis skill calculates whether a food product has expired based on the product date and shelf life.
User provides:
The calculator returns:
Use the Python script scripts/food_expiry.py to calculate:
python scripts/food_expiry.py --date 2025-06-01 --shelf-life "6 months"
Arguments:
--date or -d: Product date (YYYY-MM-DD)--shelf-life or -s: Shelf life (e.g., "6 months", "2 years", "18 days")The script outputs the expiration date, days remaining, and status.