{
    "$schema": "https://agentskills.io/schemas/index/v0.2.0.json",
    "version": "0.2.0",
    "source": "https://aux-bons-enfants-cannes.com/.well-known/agent-skills/index.json",
    "skills": [
        {
            "name": "search",
            "type": "query",
            "description": "Search Aux Bons Enfants - Cannes articles and pages by keyword.",
            "url": "https://aux-bons-enfants-cannes.com/?s={query}",
            "inputSchema": {
                "type": "object",
                "properties": {
                    "query": {
                        "type": "string",
                        "description": "Search keywords"
                    }
                },
                "required": [
                    "query"
                ]
            },
            "sha256": "22da6a1e0f78dde94263307126f8223134e31fc21ab54ff8f7f878591d6827bd"
        },
        {
            "name": "sitemap",
            "type": "navigation",
            "description": "Full XML sitemap listing all public pages and posts of Aux Bons Enfants - Cannes.",
            "url": "https://aux-bons-enfants-cannes.com/sitemap.xml",
            "inputSchema": {
                "type": "object",
                "properties": {}
            },
            "sha256": "315a4b4856c2e2c1614ce99a3e244e8a825c6a6d256ed69a32b75601b9bd232f"
        }
    ]
}