{
    "$schema": "https://agentskills.io/schemas/index/v0.2.0.json",
    "version": "0.2.0",
    "source": "https://aux-bons-enfants-cannes.fr/.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.fr/?s={query}",
            "inputSchema": {
                "type": "object",
                "properties": {
                    "query": {
                        "type": "string",
                        "description": "Search keywords"
                    }
                },
                "required": [
                    "query"
                ]
            },
            "sha256": "dfa0968c2683f160c1811a9a82e284a5905ced8bc3e05da9634e7cb7a10d3618"
        },
        {
            "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.fr/sitemap.xml",
            "inputSchema": {
                "type": "object",
                "properties": {}
            },
            "sha256": "faea00178e5d82b3b38b0e4fb97728917936714bcaba8737f8b7d4435a5d8ec7"
        }
    ]
}