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