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