orchestrator
SKILL.md
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.
Step 4/4 — Send to Telegram
{"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_"}
End with: "Pipeline complete! [N] items, ~€[total]. Run /plan post to share to Discord."
/plan status
sqlite3 /data/workspace/pantry.db "SELECT COUNT(*) FROM fridge; SELECT week, budget FROM meal_plans ORDER BY created_at DESC LIMIT 1;" 2>/dev/null
Show: fridge item count, latest plan week and budget.
/plan post
Post to Discord:
{"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 help
See references/all-commands.md for the full command reference across all ClawBee skills.
Weekly Installs
5
Repository
mary4data/clawbeeFirst Seen
10 days ago
Security Audits
Installed on
opencode5
claude-code5
github-copilot5
codex5
kiro-cli5
droid5