{
  "protocolVersion": "0.3.0",
  "name": "證道者說 Sayings of the Awakened",
  "description": "Answers questions about 80 Buddhist scripture lectures by 證道者, returning proofread lecture text with canonical citations and source URLs.",
  "url": "https://www.sayingoftheawakened.com/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://www.sayingoftheawakened.com/a2a"
    }
  ],
  "version": "1.0.0",
  "provider": {
    "organization": "證道者說",
    "url": "https://www.sayingoftheawakened.com/"
  },
  "documentationUrl": "https://www.sayingoftheawakened.com/auth.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown"
  ],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "search-lectures",
      "name": "搜尋講次 / Search lectures",
      "description": "Full-text search across every published lecture; returns titles, matching passages and canonical URLs.",
      "tags": [
        "buddhism",
        "search",
        "scripture",
        "chinese"
      ],
      "examples": [
        "什麼是無生法忍？",
        "解悟與證悟的差別",
        "Which lecture explains 阿賴耶識?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "text/markdown"
      ]
    },
    {
      "id": "read-lecture",
      "name": "讀取講次全文 / Read a lecture",
      "description": "Return the full proofread text of one lecture as Markdown, with sutra passages marked.",
      "tags": [
        "buddhism",
        "scripture",
        "chinese"
      ],
      "examples": [
        "把《修學之路》第四講全文給我",
        "read xiuxuezhilu-04"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    }
  ]
}
