{
  "version": "0.2.0",
  "name": "WG Luxury Restrooms Agent Skills",
  "description": "Skills an agent can perform on wgluxrestrooms.com: pricing, availability checks, booking requests, and payments.",
  "homepage": "https://www.wgluxrestrooms.com",
  "contact": "mailto:info@wgluxrestrooms.com",
  "updated": "2026-08-23",
  "skills": [
    {
      "id": "get-rental-price",
      "name": "Get rental price",
      "description": "Return a price quote for a luxury restroom trailer rental given dates, guest count, location, and add-ons.",
      "url": "https://www.wgluxrestrooms.com/.well-known/agent-skills/get-rental-price.json",
      "tags": ["pricing", "quote"],
      "endpoint": {
        "operationId": "getRentalPrice",
        "openapi": "https://www.wgluxrestrooms.com/openapi.json"
      }
    },
    {
      "id": "check-availability",
      "name": "Check availability",
      "description": "Check whether luxury restroom trailers are available for a requested date range.",
      "url": "https://www.wgluxrestrooms.com/.well-known/agent-skills/check-availability.json",
      "tags": ["availability", "calendar"],
      "endpoint": {
        "operationId": "getRentalPrice",
        "openapi": "https://www.wgluxrestrooms.com/openapi.json"
      }
    },
    {
      "id": "create-booking-checkout",
      "name": "Create booking checkout",
      "description": "Create a checkout session to secure a booking with a deposit or full payment.",
      "url": "https://www.wgluxrestrooms.com/.well-known/agent-skills/create-booking-checkout.json",
      "tags": ["booking", "payment"],
      "endpoint": {
        "operationId": "createBookingCheckout",
        "openapi": "https://www.wgluxrestrooms.com/openapi.json"
      }
    }
  ]
}
