Fetch and display daily menu from Megabite workplace restaurant (monday.com offices). Use when user asks about "what's for lunch at work", "מה יש לאכול בעבודה", "מה יש לאכול היום במגהבייט", "ארוחת צהריים בעבודה", "מגהבייט", "מאנדיי", "monday lunch", workplace restaurant, or food options at work. Do NOT trigger on generic "menu" alone or general food/restaurant queries unrelated to the workplace. Do NOT trigger on "monday" or "Monday.com" alone without food/lunch context.
Query the Megabite workplace restaurant menu with filters for categories, price, and delivery information.
Default (shows full menu):
~/.openclaw/skills/megabite/scripts/megabite.sh
With branch ID:
~/.openclaw/skills/megabite/scripts/megabite.sh --branch-id 81
With workplace alias:
~/.openclaw/skills/megabite/scripts/megabite.sh --workplace megabite-tlv
Filter by category:
~/.openclaw/skills/megabite/scripts/megabite.sh --category "עסקיות"
~/.openclaw/skills/megabite/scripts/megabite.sh --category salads
Filter by max price:
~/.openclaw/skills/megabite/scripts/megabite.sh --price-max 50
Show statistics:
~/.openclaw/skills/megabite/scripts/megabite.sh --stats
Show delivery info:
~/.openclaw/skills/megabite/scripts/megabite.sh --delivery
Create config/workplaces.json based on config/workplaces.example.json to define workplace aliases:
{
"workplaces": {
"megabite-tlv": {
"branchId": 81,
"alias": "megabite",
"name": "Megabite Tel Aviv"
}
},
"default": "megabite-tlv"
}
User: "What's for lunch today?"
Run: ~/.openclaw/skills/megabite/scripts/megabite.sh
User: "Show me salads under ₪40"
Run: ~/.openclaw/skills/megabite/scripts/megabite.sh --category salads --price-max 40
User: "What are the delivery options?"
Run: ~/.openclaw/skills/megabite/scripts/megabite.sh --delivery
Menu is displayed grouped by category with:
Price filtering and category filtering work together to refine results.