Irish Takeaway Finder ๐๐ฎ๐ช
name: irish-takeaway
by cotyledonlab ยท published 2026-03-22
$ claw add gh:cotyledonlab/cotyledonlab-irish-takeaway---
name: irish-takeaway
description: Find nearby takeaways in Ireland and browse menus via Deliveroo/Just Eat. Uses Google Places API for discovery and browser automation for menu scraping.
metadata: {"clawdbot":{"emoji":"๐","requires":{"bins":["goplaces"],"env":["GOOGLE_PLACES_API_KEY"]}}}
---
# Irish Takeaway Finder ๐๐ฎ๐ช
Find nearby takeaways and get their menus from Deliveroo or Just Eat.
Prerequisites
Workflow
Step 1: Find Nearby Takeaways
Use goplaces to search for restaurants near a location:
# Search by coordinates (negative longitude needs = syntax)
goplaces search "takeaway" --lat=53.7179 --lng=-6.3561 --radius-m=3000 --limit=10
# Search by cuisine
goplaces search "chinese takeaway" --lat=53.7179 --lng=-6.3561 --radius-m=2000
# Filter by rating
goplaces search "pizza" --lat=53.7179 --lng=-6.3561 --min-rating=4 --open-nowCommon location coordinates for Ireland:
Step 2: Get Deliveroo Menu (Browser Automation)
1. Start browser and navigate to Deliveroo:
browser action=start target=host
browser action=navigate targetUrl="https://deliveroo.ie/" target=host2. Accept cookies if prompted (look for "Accept all" button)
3. Enter location in address search box:
browser action=act request={"kind": "type", "ref": "<textbox-ref>", "text": "Drogheda, Co. Louth"}4. Select location from autocomplete dropdown
5. Find and click on restaurant from list
6. Take snapshot to extract menu items - look for:
- Category headings (h2)
- Item buttons with name, description, price
- Allergen info in item descriptions
Step 3: Parse Menu Data
Menu items typically appear as buttons with structure:
Example Conversation Flow
User: "What takeaways are near me in Drogheda?"
โ Run goplaces search, present top 5-10 results with ratings
User: "Show me the menu for Mizzoni's"
โ Browser to Deliveroo โ search โ click restaurant โ snapshot โ parse menu
User: "What pizzas do they have?"
โ Filter menu items by category, present pizza options with prices
Just Eat Alternative
If restaurant not on Deliveroo, try Just Eat:
browser action=navigate targetUrl="https://www.just-eat.ie/" target=hostSimilar flow: enter postcode/address โ browse restaurants โ click for menu
Tips
Menu Categories to Look For
Future Enhancements
More tools from the same signal band
Order food/drinks (็น้ค) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...