{
  "name": "HarrysonTech Agent",
  "description": "海衫科技官方 agent — 提供公司資訊、產品查詢與部落格文章導航",
  "url": "https://harrysontech.xyz",
  "version": "1.0.0",
  "protocolVersion": "0.2.5",
  "provider": {
    "organization": "HarrysonTech",
    "url": "https://harrysontech.xyz",
    "email": "harrison.tech.0857@gmail.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "supportedInterfaces": [
    {
      "url": "https://harrysontech.xyz",
      "transport": "https",
      "protocol": "rest"
    },
    {
      "url": "https://harrysontech.xyz/openapi.json",
      "transport": "https",
      "protocol": "openapi"
    }
  ],
  "preferredTransport": "https",
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown"],
  "skills": [
    {
      "id": "company-info",
      "name": "公司資訊查詢",
      "description": "查詢 HarrysonTech 公司基本資料、8 條產品線與聯繫方式",
      "tags": ["info", "company", "contact"],
      "examples": [
        "HarrysonTech 有哪些產品？",
        "怎麼聯絡海衫科技？",
        "海衫科技用什麼技術棧？"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "text/markdown"]
    },
    {
      "id": "blog-lookup",
      "name": "部落格文章查詢",
      "description": "搜尋 HarrysonTech 部落格技術文章（AEO、AI Agent、Claude Code 主題）",
      "tags": ["blog", "search", "content"],
      "examples": [
        "AEO vs SEO 的差別？",
        "Claude Code 72 小時實驗是怎麼做的？"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "text/markdown"]
    }
  ]
}
