{
    "$schema": "https://agentskills.io/schemas/index/v0.2.0.json",
    "version": "0.2.0",
    "source": "https://5e9a022241.969.mcms.ovh.net/.well-known/agent-skills/index.json",
    "skills": [
        {
            "name": "search",
            "type": "query",
            "description": "Search ADAFCA articles and pages by keyword.",
            "url": "https://5e9a022241.969.mcms.ovh.net/?s={query}",
            "inputSchema": {
                "type": "object",
                "properties": {
                    "query": {
                        "type": "string",
                        "description": "Search keywords"
                    }
                },
                "required": [
                    "query"
                ]
            },
            "sha256": "9f6343d4ae1aa335e4c31e663e154226a3ddd0844a44918dbb4d4ead0e7b1173"
        },
        {
            "name": "sitemap",
            "type": "navigation",
            "description": "Full XML sitemap listing all public pages and posts of ADAFCA.",
            "url": "https://5e9a022241.969.mcms.ovh.net/sitemap.xml",
            "inputSchema": {
                "type": "object",
                "properties": {}
            },
            "sha256": "025791916b311f3ae11c81ecf1264b4281c29e35ea6fd2b8de0632617e7d952e"
        }
    ]
}