orchestrator
Meal Planning Orchestrator
Full pipeline: fridge → prices → plan → Telegram. One command does it all.
/plan weekly [budget]
Default budget: €100. Announce each step as you go.
Step 1/4 — Fridge Check
sqlite3 /data/workspace/pantry.db "SELECT item, quantity FROM fridge;" 2>/dev/null
Step 2/4 — Price Search
Web search current Berlin prices for: pasta, chicken, ground beef, salmon, lentils, rice, potatoes, tomatoes.
Query: "[item] price supermarket Berlin 2025 Rewe Lidl Aldi"
Step 3/4 — Generate Plan Create a 7-day dinner plan within €[budget]. Use fridge contents from Step 1, prices from Step 2.
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.
99meal-planner
Plan weekly family meals based on fridge contents and a budget. Generates a 7-day dinner plan, identifies what to buy vs. what's already in the fridge, and saves the plan. Triggers on: /meals plan, /meals show, /meals pref, weekly meal planning requests, 'what should we eat this week', dinner ideas for the family.
41price-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.
10fridge-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