{
  "id": "fr.domotique-store.tutoriels",
  "name": "Tutoriels Domotique Store",
  "version": "1.0.0",
  "description": "French home-automation knowledge base with 564 tutorials covering Z-Wave, Zigbee, WiFi, Matter, IP cameras and modules from Fibaro, Aeotec, Somfy, Chacon, Xiaomi Aqara. Read-only static content delivered as HTML or Markdown via Accept negotiation.",
  "url": "https://tutoriels.domotique-store.fr/",
  "endpoint": "https://tutoriels.domotique-store.fr/",
  "supportedInterfaces": [
    {
      "type": "http-static",
      "url": "https://tutoriels.domotique-store.fr/",
      "description": "Read tutorial HTML directly, or request Markdown via Accept: text/markdown."
    }
  ],
  "skills": [
    {
      "id": "search-tutorials",
      "name": "Search tutorials",
      "description": "Discover tutorials by querying the JSON search index at /search-index.json. Each entry exposes title, category, URL and a normalised search haystack.",
      "tags": ["search", "discovery", "index"],
      "examples": [
        "fibaro fgd dimmer",
        "domotiser volet roulant",
        "camera wifi tuya"
      ]
    },
    {
      "id": "fetch-tutorial",
      "name": "Fetch tutorial",
      "description": "Retrieve the full content of any tutorial. Sending Accept: text/markdown returns a plain Markdown version instead of HTML.",
      "tags": ["content", "markdown", "html"],
      "examples": [
        "GET /content/1/147/fr/quelle-box-domotique-choisir-partie-1-comparatif-des-meilleures-box-domotiques-z-wave.html"
      ]
    },
    {
      "id": "catalog-overview",
      "name": "Catalog overview",
      "description": "Fetch /llms.txt for a human-readable summary listing top categories and the 30 most-visited tutorials.",
      "tags": ["catalog", "overview", "llms-txt"]
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "noauth": {
      "type": "noauth",
      "description": "Content is public and requires no authentication."
    }
  },
  "security": [
    { "noauth": [] }
  ]
}
