Loading...
Loading...
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.
npx skill4agent add mary4data/clawbee orchestrator/plan weekly [budget]sqlite3 /data/workspace/pantry.db "SELECT item, quantity FROM fridge;" 2>/dev/null"[item] price supermarket Berlin 2025 Rewe Lidl Aldi"{"action":"send","channel":"telegram","to":"$TELEGRAM_CHAT_ID","message":"*Weekly Shopping List*\n\n[items with prices]\n\n*Total: €[amount]*\n\n_Family Meal Planner_"}/plan post/plan statussqlite3 /data/workspace/pantry.db "SELECT COUNT(*) FROM fridge; SELECT week, budget FROM meal_plans ORDER BY created_at DESC LIMIT 1;" 2>/dev/null/plan post{"action":"send","channel":"discord","to":"channel:$DISCORD_CHANNEL_ID","message":"**This Week's Family Meal Plan**\n\n[7-day plan]\n\nReact with ✅ if you approve!"}/plan helpreferences/all-commands.md