{
  "$schema": "https://agentskills.io/schemas/v0.2.0/index.json",
  "schemaVersion": "0.2.0",
  "publisher": {
    "name": "Tankyu Distillery Co., Ltd.",
    "url": "https://tankyudistillery.jp",
    "contact": "info@tankyudistillery.jp"
  },
  "skills": [
    {
      "name": "plan-distillery-visit",
      "type": "informational",
      "description": "Plan a visit to Tankyu Distillery in Higashikawa, Hokkaido: retrieve tour pricing, available languages, schedule, and booking URLs. Also returns access directions from Asahikawa Airport.",
      "url": "https://tankyudistillery.jp/.well-known/agent-skills/plan-distillery-visit/SKILL.md",
      "sha256": "c1a9f7f43a7c4b0d6a5f1a2e7b8d9c0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c",
      "version": "0.1.0",
      "inputs": {
        "language": {
          "type": "string",
          "enum": ["ja", "en", "zh-Hant"],
          "description": "Preferred content language"
        }
      },
      "links": [
        { "rel": "openapi", "href": "https://tankyudistillery.jp/api/openapi.json", "type": "application/vnd.oai.openapi+json;version=3.1" },
        { "rel": "docs", "href": "https://tankyudistillery.jp/developers", "type": "text/html" },
        { "rel": "data", "href": "https://tankyudistillery.jp/api/tour.json", "type": "application/json" }
      ]
    },
    {
      "name": "lookup-tankyu-products",
      "type": "informational",
      "description": "Look up Tankyu Distillery's current gin, whisky, and liqueur SKUs with pricing in JPY, botanical profiles, and availability status.",
      "url": "https://tankyudistillery.jp/.well-known/agent-skills/lookup-tankyu-products/SKILL.md",
      "sha256": "d2a9f7f43a7c4b0d6a5f1a2e7b8d9c0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6d",
      "version": "0.1.0",
      "inputs": {
        "category": {
          "type": "string",
          "enum": ["gin", "whisky", "liqueur", "all"],
          "description": "Product category"
        }
      },
      "links": [
        { "rel": "data", "href": "https://tankyudistillery.jp/api/products.json", "type": "application/json" },
        { "rel": "docs", "href": "https://tankyudistillery.jp/llms-full.txt", "type": "text/markdown" }
      ]
    },
    {
      "name": "cask-ownership-inquiry",
      "type": "transactional",
      "description": "Initiate a private-cask ownership inquiry with Tankyu Distillery's team. Prefills a consultation request with caller preferences (cask size, language, availability). User consent required before submission.",
      "url": "https://tankyudistillery.jp/.well-known/agent-skills/cask-ownership-inquiry/SKILL.md",
      "sha256": "e3a9f7f43a7c4b0d6a5f1a2e7b8d9c0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6e",
      "version": "0.1.0",
      "inputs": {
        "customerType": { "type": "string", "enum": ["individual", "business"] },
        "consultationLanguage": { "type": "string", "enum": ["ja", "en", "zh-Hant"] }
      },
      "links": [
        { "rel": "openapi", "href": "https://tankyudistillery.jp/api/openapi.json#/paths/~1api~1forms~1cask-inquiry" },
        { "rel": "docs", "href": "https://tankyudistillery.jp/en/private-cask", "type": "text/html" }
      ],
      "consent": {
        "required": true,
        "note": "Submits a real contact request to Tankyu Distillery staff. Obtain explicit user consent before invoking."
      }
    }
  ],
  "links": [
    { "rel": "mcp", "href": "https://tankyudistillery.jp/.well-known/mcp/server-card.json" },
    { "rel": "ai-plugin", "href": "https://tankyudistillery.jp/.well-known/ai-plugin.json" },
    { "rel": "llms-txt", "href": "https://tankyudistillery.jp/llms.txt" }
  ]
}
