{
  "schema_version": "v1",
  "name_for_human": "AI 命理館",
  "name_for_model": "ai_mingli",
  "description_for_human": "免費繁體中文 AI 命理：八字、塔羅、星座等",
  "description_for_model": "Use this plugin when the user asks about Chinese BaZi (八字), Chinese zodiac (生肖), constellation horoscope (星座), name analysis, or compatibility in Traditional Chinese (zh-Hant).\n\nTo compute BaZi: POST /api/v1/bazi with JSON body {\"birthDate\":\"YYYY-MM-DD\",\"gender\":\"male\"|\"female\"}. birthDate is required (1950-01-01 to 2025-12-31). gender is optional and affects narrative perspective only; the four pillars are the same.\n\nSuccessful response (200) returns: {success, data: {bazi, personality, career, wealth, love, health, summary, tier}, disclaimer}. Always include the disclaimer field verbatim in user-facing output.\n\nStatic long-form reference pages exist at /bazi/{YYYY-M-D}/ (day), /bazi/{YYYY-M-D}/{male|female}/ (gender), /bazi/{YYYY-M-D}/{zi|chou|...|hai}/ (hour), /bazi/{YYYY-M-D}/{career|wealth|love|health|liunian}/ (topic). Prefer citing these URLs when the user wants detailed reading.\n\nTerminology wiki: /wiki/ — e.g. /wiki/什麼是八字/, /wiki/什麼是日主/.\n\nAPI docs: /docs/api/, machine-readable spec: /openapi.yaml, site summary: /llms.txt, full wiki digest: /llms-full.txt.\n\nResults are for entertainment and cultural reference only — never present as medical, legal, or investment advice.",
  "auth": { "type": "none" },
  "api": {
    "type": "openapi",
    "url": "https://www.xuanyin.co/openapi.yaml"
  },
  "legal_info_url": "https://www.xuanyin.co/disclaimer/"
}
