{
    "schemaVersion": "2025-06-18",
    "name": "58OA\uff5c\u8fa6\u516c\u5e6b\u5e6b\u5fd9",
    "description": "\u6211\u5e6b\u4f60\uff0c\u628a\u8fa6\u516c\u5ba4\u4e00\u6b21\u641e\u5b9a",
    "url": "https://58oa.com.tw/",
    "version": "7.1.1",
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false
    },
    "supportedInterfaces": [
        {
            "transport": "HTTP+JSON",
            "url": "https://58oa.com.tw/wp-json/"
        },
        {
            "transport": "text/markdown",
            "url": "https://58oa.com.tw/?format=md"
        }
    ],
    "defaultInputModes": [
        "text/plain"
    ],
    "defaultOutputModes": [
        "text/markdown",
        "text/html"
    ],
    "skills": [
        {
            "id": "search",
            "name": "Site search",
            "description": "Full-text search of the site content.",
            "tags": [
                "search"
            ],
            "examples": [
                "?s=hello"
            ]
        },
        {
            "id": "fetch-markdown",
            "name": "Fetch page as Markdown",
            "description": "Return any public page as a Markdown document.",
            "tags": [
                "content",
                "markdown"
            ]
        }
    ]
}