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