{
  "name": "Harbor House Shelter",
  "description": "Live availability and eligibility facts, published by Harbor House Shelter.",
  "url": "https://demo.wwel.sh",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "check-availability",
      "name": "Check availability",
      "description": "Look up current capacity, eligibility, and hours.",
      "tags": [
        "availability",
        "eligibility"
      ]
    },
    {
      "id": "book-intake",
      "name": "Request intake booking",
      "description": "Submit an intake request for a person or people in need.",
      "tags": [
        "booking",
        "intake"
      ]
    }
  ]
}