irish-takeaway

1
1
Source

Find nearby takeaways in Ireland and browse menus via Deliveroo/Just Eat. Uses Google Places API for discovery and browser automation for menu scraping.

Install

mkdir -p .claude/skills/irish-takeaway && curl -L -o skill.zip "https://mcp.directory/api/skills/download/7369" && unzip -o skill.zip -d .claude/skills/irish-takeaway && rm skill.zip

Installs to .claude/skills/irish-takeaway

About this skill

Irish Takeaway Finder 🍕🇮🇪

Find nearby takeaways and get their menus from Deliveroo or Just Eat.

Prerequisites

  • goplaces CLI installed (brew install steipete/tap/goplaces)
  • GOOGLE_PLACES_API_KEY environment variable set
  • Browser tool available

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-now

Common location coordinates for Ireland:

  • Drogheda: 53.7179, -6.3561
  • Dublin City: 53.3498, -6.2603
  • Cork: 51.8985, -8.4756
  • Galway: 53.2707, -9.0568

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=host
  1. Accept cookies if prompted (look for "Accept all" button)

  2. Enter location in address search box:

browser action=act request={"kind": "type", "ref": "<textbox-ref>", "text": "Drogheda, Co. Louth"}
  1. Select location from autocomplete dropdown

  2. Find and click on restaurant from list

  3. 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:

  • Name: In paragraph element
  • Description: In text content
  • Price: Usually "€X.XX" format
  • Allergens: Listed after description (Gluten, Milk, etc.)

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=host

Similar flow: enter postcode/address → browse restaurants → click for menu

Tips

  • Always dismiss cookie banners first
  • Wait for autocomplete suggestions before clicking
  • Some restaurants have "Limited order tracking" - still works for menu viewing
  • Prices include allergen info in descriptions
  • Use snapshot with compact=true for cleaner output

Menu Categories to Look For

  • Meal Deals & Special Offers
  • Pizzas (by size: Small/Medium/Large/XL/Wagon Wheel)
  • Starters
  • Pasta
  • Burgers
  • Sides
  • Desserts
  • Drinks

Future Enhancements

  • Twilio voice integration for phone ordering
  • Price comparison across platforms
  • Favorite restaurants memory
  • Order history tracking

You might also like

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

1,5561,556

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

1,8251,484

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

1,7051,235

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

1,606899

pdf-to-markdown

aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches.

1,885835

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

1,434791