{
  "schema_version": "v0.3",
  "name": "ELITEK — Prague Electrician Booking",
  "description": "Book a licensed, quality-focused electrician in Prague and Beroun. Precise, clean, transparent service. Trilingual: Czech, English, Russian. Standard rate: 800 CZK/hour + 800 CZK call-out. Urgent surcharge up to +50%, confirmed before arrival.",
  "url": "https://elitek.cz/api/public/booking",
  "provider": {
    "organization": "ELITEK",
    "url": "https://elitek.cz"
  },
  "version": "1.0.0",
  "documentationUrl": "https://elitek.cz/api/openapi.json",
  "iconUrl": "https://elitek.cz/images/logo.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "input": {
      "modes": [
        "text",
        "data"
      ]
    },
    "output": {
      "modes": [
        "text",
        "data"
      ]
    }
  },
  "authentication": {
    "schemes": []
  },
  "skills": [
    {
      "id": "create_booking",
      "name": "Book an Electrician",
      "description": "Schedule a qualified electrician in Prague or Beroun for electrical repairs, panel upgrades, lighting installation, fault diagnosis (tripping breakers/RCDs), additional sockets, renovation electrical work, or smart home setup. Collects: name, phone/email, preferred date, service type, address. Standard scheduling within 1–3 working days. Same-day urgent visits possible with surcharge up to +50%.",
      "tags": [
        "electrician",
        "booking",
        "prague",
        "electrical repair",
        "lighting",
        "distribution board",
        "smart home",
        "circuit breaker"
      ],
      "examples": [
        "Book an electrician in Prague for next week",
        "My circuit breaker keeps tripping — I need a diagnosis",
        "I want to add more sockets in my Prague apartment",
        "Schedule lighting installation in Prague 5",
        "Нужен электрик в Праге для замены щитка",
        "Выбивает автомат, нужна диагностика",
        "Zavolat elektrikáře kvůli výpadku jističe"
      ],
      "inputModes": [
        "text",
        "data"
      ],
      "outputModes": [
        "text",
        "data"
      ]
    },
    {
      "id": "get_pricing",
      "name": "Get Pricing Information",
      "description": "Returns current pricing for electrical services. Standard: 800 CZK/hour + 800 CZK call-out. Urgent surcharge up to +50% for same-day/out-of-hours, confirmed before arrival.",
      "tags": [
        "pricing",
        "rates",
        "cost"
      ],
      "examples": [
        "How much does an electrician cost in Prague?",
        "What is the call-out fee?",
        "Сколько стоит вызов электрика в Праге?",
        "Kolik stojí elektrikář v Praze?"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    }
  ],
  "serviceArea": {
    "regions": [
      "Prague",
      "Beroun",
      "Středočeský kraj"
    ],
    "primaryFocus": [
      "Praha 5",
      "Praha 13",
      "Zličín",
      "Anděl",
      "Smíchov",
      "Motol",
      "Barrandov"
    ],
    "country": "CZ"
  },
  "languages": [
    "cs",
    "en",
    "ru"
  ],
  "contact": {
    "phone": "+420776598301",
    "email": "info@elitek.cz",
    "website": "https://elitek.cz"
  },
  "pricing": {
    "currency": "CZK",
    "standardRate": 800,
    "callOutFee": 800,
    "minimumCharge": 1600,
    "unit": "per hour",
    "urgentSurchargeMax": "50%",
    "urgentMaxRate": 1200,
    "urgentMaxCallOut": 1200,
    "note": "Urgent surcharge confirmed before arrival. VAT not applicable (not a DPH payer)."
  },
  "operatingHours": {
    "standard": "Mon–Fri 08:00–18:00 CET",
    "urgent": "Urgent/same-day calls by arrangement — surcharge may apply"
  }
}