Grocery Shopping
Overview
This skill allows Gemini CLI to fetch the user's shopping list and find current sales at supermarkets (Netto, REWE, Lidl, Aldi) in the 13156 postcode (Berlin-Pankow).
Workflow
- Fetch the List: Use
scripts/fetch_list.cjsto get the current items from the Google Doc. - Check for Sales:
- Consult
references/supermarkets.mdfor store locations and postcode. - Search for current offers using
google_web_searchwith terms likeNetto 13156 AngeboteorLidl aktuell 13156. - Compare the found deals with the items on the shopping list.
- Consult
- Answering Inquiries:
- "What's on sale?": List all deals found for items on the shopping list.
- "Where is X cheapest?": Compare prices for item X across different stores.
Quick Start
# Fetch the list
node scripts/fetch_list.cjs
# (Simulation) Check for sales for items on the list
# Note: Currently uses google_web_search for real-time data
References
- shopping_list_url.md - Google Doc source.
- supermarkets.md - Store list and 13156 postcode.