{
    "$schema": "https://agentskills.io/schemas/index/v0.2.0.json",
    "version": "0.2.0",
    "source": "https://institut-universitaire-locomoteur.chu-nice.fr/.well-known/agent-skills/index.json",
    "skills": [
        {
            "name": "search",
            "type": "query",
            "description": "Search Institut Universitaire Locomoteur et du Sport articles and pages by keyword.",
            "url": "https://institut-universitaire-locomoteur.chu-nice.fr/?s={query}",
            "inputSchema": {
                "type": "object",
                "properties": {
                    "query": {
                        "type": "string",
                        "description": "Search keywords"
                    }
                },
                "required": [
                    "query"
                ]
            },
            "sha256": "8503f2729e68e9817950a595aa5d5a026ee013a5ed01680d349d186f29806269"
        },
        {
            "name": "sitemap",
            "type": "navigation",
            "description": "Full XML sitemap listing all public pages and posts of Institut Universitaire Locomoteur et du Sport.",
            "url": "https://institut-universitaire-locomoteur.chu-nice.fr/sitemap.xml",
            "inputSchema": {
                "type": "object",
                "properties": {}
            },
            "sha256": "e11b49cd581411fdacfd5b50161d2be5048ade3717c74a9b8bf6901a95140c9d"
        }
    ]
}