meal-planner
Meal Planner
Weekly dinner planning for a family of 4 using fridge contents and a budget.
Setup
bash /data/workspace/clawbee/skills/meal-planner/scripts/init-db.sh
Commands
/meals plan [budget]
Default budget: €100.
- Load fridge contents:
sqlite3 /data/workspace/pantry.db "SELECT item FROM fridge;" 2>/dev/null
More from mary4data/clawbee
shopping-agent
Generate an optimized shopping list from the current meal plan, grouped by store, and send it to Telegram and Discord. Triggers on: /shopping list, /shopping send, /shopping optimize [budget], 'send shopping list', 'what do I need to buy', 'shopping for the week', or after meal planning is complete.
99price-hunter
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.
31fridge-tracker
Track fridge and pantry inventory. Add, remove, and list food items with quantities. Triggers on: /fridge, /fridge list, /fridge add <item>, /fridge remove <item>, /fridge clear, or when a user asks what's in the fridge or wants to manage pantry contents.
10orchestrator
Run the complete family meal planning pipeline in one command: fridge check → price search → meal plan → Telegram shopping list delivery. Triggers on: /plan, /plan weekly, /plan status, /plan post, /plan help, or when a user wants to run the full meal planning workflow end-to-end.
9fridge-scanner
Scan a fridge or food photo to detect ingredients, look up Berlin supermarket prices, generate a 3-day family meal plan, and send the shopping list to Telegram. Triggers on: /scan, /scan demo, /scan plan, /scan shop, or when a user attaches a fridge/food photo and asks for meal ideas or a shopping list.
5self-improver
Meta-skill that lets the bot audit, test, and auto-improve its own ClawBee skills. Analyzes SKILL.md files, runs test commands, detects failures, and rewrites broken steps. Triggers on: /improve skills, /skills audit, /skills test, /self-improve, /skills fix, 'improve your skills', 'check your skills', 'what skills are broken'.
4