{
  "schemaVersion": "1.0",
  "item": {
    "slug": "irish-takeaway",
    "name": "Irish Takeaway Finder",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/cotyledonlab/irish-takeaway",
    "canonicalUrl": "https://clawhub.ai/cotyledonlab/irish-takeaway",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/irish-takeaway",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=irish-takeaway",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "search-takeaways.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/irish-takeaway"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/irish-takeaway",
    "agentPageUrl": "https://openagent3.xyz/skills/irish-takeaway/agent",
    "manifestUrl": "https://openagent3.xyz/skills/irish-takeaway/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/irish-takeaway/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Irish Takeaway Finder 🍕🇮🇪",
        "body": "Find nearby takeaways and get their menus from Deliveroo or Just Eat."
      },
      {
        "title": "Prerequisites",
        "body": "goplaces CLI installed (brew install steipete/tap/goplaces)\nGOOGLE_PLACES_API_KEY environment variable set\nBrowser tool available"
      },
      {
        "title": "Step 1: Find Nearby Takeaways",
        "body": "Use goplaces to search for restaurants near a location:\n\n# Search by coordinates (negative longitude needs = syntax)\ngoplaces search \"takeaway\" --lat=53.7179 --lng=-6.3561 --radius-m=3000 --limit=10\n\n# Search by cuisine\ngoplaces search \"chinese takeaway\" --lat=53.7179 --lng=-6.3561 --radius-m=2000\n\n# Filter by rating\ngoplaces search \"pizza\" --lat=53.7179 --lng=-6.3561 --min-rating=4 --open-now\n\nCommon location coordinates for Ireland:\n\nDrogheda: 53.7179, -6.3561\nDublin City: 53.3498, -6.2603\nCork: 51.8985, -8.4756\nGalway: 53.2707, -9.0568"
      },
      {
        "title": "Step 2: Get Deliveroo Menu (Browser Automation)",
        "body": "Start browser and navigate to Deliveroo:\n\nbrowser action=start target=host\nbrowser action=navigate targetUrl=\"https://deliveroo.ie/\" target=host\n\nAccept cookies if prompted (look for \"Accept all\" button)\n\n\nEnter location in address search box:\n\nbrowser action=act request={\"kind\": \"type\", \"ref\": \"<textbox-ref>\", \"text\": \"Drogheda, Co. Louth\"}\n\nSelect location from autocomplete dropdown\n\n\nFind and click on restaurant from list\n\n\nTake snapshot to extract menu items - look for:\n\nCategory headings (h2)\nItem buttons with name, description, price\nAllergen info in item descriptions"
      },
      {
        "title": "Step 3: Parse Menu Data",
        "body": "Menu items typically appear as buttons with structure:\n\nName: In paragraph element\nDescription: In text content\nPrice: Usually \"€X.XX\" format\nAllergens: Listed after description (Gluten, Milk, etc.)"
      },
      {
        "title": "Example Conversation Flow",
        "body": "User: \"What takeaways are near me in Drogheda?\"\n→ Run goplaces search, present top 5-10 results with ratings\n\nUser: \"Show me the menu for Mizzoni's\"\n→ Browser to Deliveroo → search → click restaurant → snapshot → parse menu\n\nUser: \"What pizzas do they have?\"\n→ Filter menu items by category, present pizza options with prices"
      },
      {
        "title": "Just Eat Alternative",
        "body": "If restaurant not on Deliveroo, try Just Eat:\n\nbrowser action=navigate targetUrl=\"https://www.just-eat.ie/\" target=host\n\nSimilar flow: enter postcode/address → browse restaurants → click for menu"
      },
      {
        "title": "Tips",
        "body": "Always dismiss cookie banners first\nWait for autocomplete suggestions before clicking\nSome restaurants have \"Limited order tracking\" - still works for menu viewing\nPrices include allergen info in descriptions\nUse snapshot with compact=true for cleaner output"
      },
      {
        "title": "Menu Categories to Look For",
        "body": "Meal Deals & Special Offers\nPizzas (by size: Small/Medium/Large/XL/Wagon Wheel)\nStarters\nPasta\nBurgers\nSides\nDesserts\nDrinks"
      },
      {
        "title": "Future Enhancements",
        "body": "Twilio voice integration for phone ordering\n Price comparison across platforms\n Favorite restaurants memory\n Order history tracking"
      }
    ],
    "body": "Irish Takeaway Finder 🍕🇮🇪\n\nFind nearby takeaways and get their menus from Deliveroo or Just Eat.\n\nPrerequisites\ngoplaces CLI installed (brew install steipete/tap/goplaces)\nGOOGLE_PLACES_API_KEY environment variable set\nBrowser tool available\nWorkflow\nStep 1: Find Nearby Takeaways\n\nUse goplaces to search for restaurants near a location:\n\n# Search by coordinates (negative longitude needs = syntax)\ngoplaces search \"takeaway\" --lat=53.7179 --lng=-6.3561 --radius-m=3000 --limit=10\n\n# Search by cuisine\ngoplaces search \"chinese takeaway\" --lat=53.7179 --lng=-6.3561 --radius-m=2000\n\n# Filter by rating\ngoplaces search \"pizza\" --lat=53.7179 --lng=-6.3561 --min-rating=4 --open-now\n\n\nCommon location coordinates for Ireland:\n\nDrogheda: 53.7179, -6.3561\nDublin City: 53.3498, -6.2603\nCork: 51.8985, -8.4756\nGalway: 53.2707, -9.0568\nStep 2: Get Deliveroo Menu (Browser Automation)\nStart browser and navigate to Deliveroo:\nbrowser action=start target=host\nbrowser action=navigate targetUrl=\"https://deliveroo.ie/\" target=host\n\n\nAccept cookies if prompted (look for \"Accept all\" button)\n\nEnter location in address search box:\n\nbrowser action=act request={\"kind\": \"type\", \"ref\": \"<textbox-ref>\", \"text\": \"Drogheda, Co. Louth\"}\n\n\nSelect location from autocomplete dropdown\n\nFind and click on restaurant from list\n\nTake snapshot to extract menu items - look for:\n\nCategory headings (h2)\nItem buttons with name, description, price\nAllergen info in item descriptions\nStep 3: Parse Menu Data\n\nMenu items typically appear as buttons with structure:\n\nName: In paragraph element\nDescription: In text content\nPrice: Usually \"€X.XX\" format\nAllergens: Listed after description (Gluten, Milk, etc.)\nExample Conversation Flow\n\nUser: \"What takeaways are near me in Drogheda?\" → Run goplaces search, present top 5-10 results with ratings\n\nUser: \"Show me the menu for Mizzoni's\" → Browser to Deliveroo → search → click restaurant → snapshot → parse menu\n\nUser: \"What pizzas do they have?\" → Filter menu items by category, present pizza options with prices\n\nJust Eat Alternative\n\nIf restaurant not on Deliveroo, try Just Eat:\n\nbrowser action=navigate targetUrl=\"https://www.just-eat.ie/\" target=host\n\n\nSimilar flow: enter postcode/address → browse restaurants → click for menu\n\nTips\nAlways dismiss cookie banners first\nWait for autocomplete suggestions before clicking\nSome restaurants have \"Limited order tracking\" - still works for menu viewing\nPrices include allergen info in descriptions\nUse snapshot with compact=true for cleaner output\nMenu Categories to Look For\nMeal Deals & Special Offers\nPizzas (by size: Small/Medium/Large/XL/Wagon Wheel)\nStarters\nPasta\nBurgers\nSides\nDesserts\nDrinks\nFuture Enhancements\n Twilio voice integration for phone ordering\n Price comparison across platforms\n Favorite restaurants memory\n Order history tracking"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/cotyledonlab/irish-takeaway",
    "publisherUrl": "https://clawhub.ai/cotyledonlab/irish-takeaway",
    "owner": "cotyledonlab",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/irish-takeaway",
    "downloadUrl": "https://openagent3.xyz/downloads/irish-takeaway",
    "agentUrl": "https://openagent3.xyz/skills/irish-takeaway/agent",
    "manifestUrl": "https://openagent3.xyz/skills/irish-takeaway/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/irish-takeaway/agent.md"
  }
}