{
    "$schema": "https://agentskills.io/schemas/index/v0.2.0.json",
    "version": "0.2.0",
    "source": "https://www.chu-nice.fr/.well-known/agent-skills/index.json",
    "skills": [
        {
            "name": "search",
            "type": "query",
            "description": "Search chu-nice.fr articles and pages by keyword.",
            "url": "https://www.chu-nice.fr/?s={query}",
            "inputSchema": {
                "type": "object",
                "properties": {
                    "query": {
                        "type": "string",
                        "description": "Search keywords"
                    }
                },
                "required": [
                    "query"
                ]
            },
            "sha256": "70226be34815fc3fa6bf9006dcff9d527a2b9b678e22c097b30d8d241de6c9cb"
        },
        {
            "name": "sitemap",
            "type": "navigation",
            "description": "Full XML sitemap listing all public pages and posts of chu-nice.fr.",
            "url": "https://www.chu-nice.fr/sitemap.xml",
            "inputSchema": {
                "type": "object",
                "properties": {}
            },
            "sha256": "7514509aa30a20c23563f5ef271ea2fba96f739d95b668bc418067a38b64c676"
        }
    ]
}