{
  "protocolVersion": "0.3.0",
  "name": "Earthmoving Adelaide Assistant",
  "description": "Enquiry-routing agent card for Earthmoving Adelaide, an earthmoving information service covering metropolitan Adelaide, Mount Barker and Aldinga Beach. This static discovery card routes all actions to a human through the contact form.",
  "version": "1.0.0",
  "url": "https://www.earthmovingadelaide.com.au/contact/",
  "provider": {
    "organization": "Earthmoving Adelaide",
    "url": "https://www.earthmovingadelaide.com.au/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "request-service-callback",
      "name": "Request Service Callback",
      "description": "Routes an Adelaide earthmoving enquiry to a human. Collects contact details, suburb and project information, then hands back to the contact form. A person confirms scope, availability and pricing.",
      "tags": ["earthmoving", "excavation", "Adelaide", "South Australia"],
      "examples": ["I need a site cut for an extension in Burnside.", "Can someone review tight access for a pool excavation in Aldinga Beach?"],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["text/plain"]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.earthmovingadelaide.com.au/contact/",
    "formEndpoint": "https://www.earthmovingadelaide.com.au/api/lead",
    "email": "info@earthmovingadelaide.com.au"
  }
}
