{
  "$schema": "https://agent-skills.org/schema/v1.json",
  "name": "Pinhal da Torre",
  "description": "Single-estate winery from Alpiarça (Tejo, Portugal). 8 generations of the Saturnino Cunha family, 30 hectares of own vineyards, cellar from 1947. Sells wine online, runs wine tourism (Enoturismo), an HORECA trade portal and a multi-tier Wine Club.",
  "url": "https://www.pinhaldatorre.com",
  "contact": "geral@pinhaldatorre.com",
  "languages": ["pt", "en", "fr", "de"],
  "skills": [
    {
      "id": "browse-wines",
      "name": "Browse the wine catalogue",
      "description": "List all single-estate wines, with tasting notes, vintages, vinification details, ESG attributes and prices.",
      "url": "https://www.pinhaldatorre.com/store",
      "method": "GET"
    },
    {
      "id": "wine-detail",
      "name": "Get a single wine sheet",
      "description": "Read full editorial content for one wine: tasting notes, terroir, pairing, vinification, awards and Product+Wine JSON-LD.",
      "url": "https://www.pinhaldatorre.com/wines/{slug}",
      "method": "GET",
      "parameters": { "slug": "Wine slug, e.g. 'protagonista-tinto-2020'" }
    },
    {
      "id": "wine-pairing",
      "name": "AI wine pairing suggestion",
      "description": "Recommend a Pinhal da Torre wine for a dish or occasion via the on-site widget.",
      "url": "https://www.pinhaldatorre.com/#pairing"
    },
    {
      "id": "pipa-concierge",
      "name": "PIPA — virtual sommelier",
      "description": "24/7 digital sommelier available in 50+ languages via Telegram bot and on-site chat.",
      "url": "https://www.pinhaldatorre.com/pipa"
    },
    {
      "id": "wine-tourism",
      "name": "Book Enoturismo experiences",
      "description": "Three guided experiences at the 1947 estate in Alpiarça (Tejo): 40€, 75€ and 150€ per person. Reservations confirmed via contact form.",
      "url": "https://www.pinhaldatorre.com/enoturismo-tejo"
    },
    {
      "id": "wine-club",
      "name": "Join the Wine Club",
      "description": "Three tiers (Raíz, Círculo, Vanguarda) with quarterly allocations, member-only releases and estate access.",
      "url": "https://www.pinhaldatorre.com/clube"
    },
    {
      "id": "trade-portal",
      "name": "HORECA / B2B trade portal",
      "description": "Restricted area for restaurants, hotels, importers and distributors with EXW pricing, MOQ and trade docs. Token required.",
      "url": "https://www.pinhaldatorre.com/trade"
    },
    {
      "id": "blog",
      "name": "Editorial blog",
      "description": "Articles on wine, terroir, hospitality, sommellerie and the family heritage. Available in Portuguese and English.",
      "url": "https://www.pinhaldatorre.com/blog"
    },
    {
      "id": "contact",
      "name": "Contact form",
      "description": "Send a message about wine orders, trade, press, events or general enquiries. Stored as a lead and forwarded to geral@pinhaldatorre.com.",
      "url": "https://www.pinhaldatorre.com/contact",
      "method": "POST"
    }
  ],
  "policies": {
    "ageGate": "Visitors must confirm they are 18+ before browsing.",
    "shipping": "Flat €7 per 6-bottle box within Portugal/Spain, free above €60. International rates calculated dynamically.",
    "payments": "Stripe Checkout (opens in a new tab)."
  }
}
