{
    "schemaVersion": "2025-06-18",
    "name": "\u6eab\u91f2 WENSZU",
    "description": "\u7d66\u4e0d\u8ffd\u6d41\u884c\u7684\u4f60 | \u6975\u7c21\u8f15\u73e0\u5bf6 | 14K\u91d1\u9996\u98fe \u7d14\u9280\u98fe\u54c1",
    "url": "https://wenszu.com/",
    "version": "7.1.1",
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false
    },
    "supportedInterfaces": [
        {
            "transport": "HTTP+JSON",
            "url": "https://wenszu.com/wp-json/"
        },
        {
            "transport": "text/markdown",
            "url": "https://wenszu.com/?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"
            ]
        }
    ]
}