{
  "name": "Moonrise Labs Website Navigator",
  "description": "Helps agents navigate Moonrise Labs engagements, industries, and scheduling links.",
  "url": "https://www.moonriselabs.ai",
  "provider": {
    "organization": "Moonrise Labs",
    "url": "https://www.moonriselabs.ai"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "open_engagements_page",
      "name": "Open Engagements Page",
      "description": "Open the engagements index or a specific engagement page.",
      "tags": ["navigation", "engagements"]
    },
    {
      "id": "open_schedule_call",
      "name": "Open Scheduling Link",
      "description": "Open the scheduling page for a consultation call.",
      "tags": ["contact", "scheduling"]
    }
  ]
}
