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