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