Loading...
Loading...
Search and track grocery prices from Berlin supermarkets (Rewe, Lidl, Aldi). Stores best prices in a local database. Triggers on: /prices search <item>, /prices best <item>, /prices list, 'how much does X cost', 'cheapest X in Berlin', 'find price for', or when looking up grocery costs for meal planning.
npx skill4agent add mary4data/clawbee price-hunterbash skills/price-hunter/scripts/init-db.sh/prices search <item>"[item] price supermarket Berlin Germany Rewe Lidl Aldi 2025"references/berlin-prices.mdbash skills/price-hunter/scripts/save-price.sh '[item]' '[store]' [price] '[unit]'Prices for pasta (500g):
• Aldi: €0.89
• Lidl: €0.99
• Rewe: €1.29
Cheapest: Aldi/prices best <item>sqlite3 /data/workspace/pantry.db "SELECT store, price, unit FROM prices WHERE item='[item]' ORDER BY price ASC LIMIT 1;"/prices listsqlite3 /data/workspace/pantry.db "SELECT item, store, MIN(price) as price, unit FROM prices GROUP BY item ORDER BY item;"references/berlin-prices.md