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