{
  "$schema": "https://agentskills.io/schema/v0.2.0/index.json",
  "skills": [
    {
      "name": "search-whiskeys",
      "type": "http",
      "description": "Search 50,000+ whiskeys by name, distillery, region, or flavour profile",
      "url": "https://drinkneatly.com/api/search",
      "sha256": ""
    },
    {
      "name": "get-whiskey",
      "type": "http",
      "description": "Get detailed tasting notes, ratings, and metadata for a specific whiskey",
      "url": "https://drinkneatly.com/api/whiskey/{id}",
      "sha256": ""
    },
    {
      "name": "recommend-by-mood",
      "type": "http",
      "description": "Get whiskey recommendations based on mood or occasion",
      "url": "https://drinkneatly.com/api/mood",
      "sha256": ""
    },
    {
      "name": "get-flavour-profile",
      "type": "http",
      "description": "Explore whiskeys matching a specific flavour profile (smoky, sweet, fruity, etc.)",
      "url": "https://drinkneatly.com/api/palate",
      "sha256": ""
    },
    {
      "name": "compare-whiskeys",
      "type": "http",
      "description": "Compare two whiskeys side by side",
      "url": "https://drinkneatly.com/api/similar/{id}",
      "sha256": ""
    }
  ]
}
