{
  "specVersion": "0.2",
  "host": {
    "name": "guru-go.com",
    "url": "https://guru-go.com/",
    "description": "guru-go.com"
  },
  "entries": [
    {
      "identifier": "urn:air:guru-go.com:content:llms-txt",
      "displayName": "guru-go.com — site index (llms.txt)",
      "type": "text/markdown",
      "url": "https://guru-go.com/llms.txt",
      "description": "Markdown index of guru-go.com: what the site is and every published page with a one-line summary.",
      "representativeQueries": [
        "what does guru-go.com offer",
        "list the pages on guru-go.com",
        "summarise guru-go.com in a paragraph"
      ]
    },
    {
      "identifier": "urn:air:guru-go.com:content:page-markdown",
      "displayName": "guru-go.com — pages as markdown",
      "type": "text/markdown",
      "url": "https://guru-go.com/",
      "description": "Every page of this site returns markdown instead of HTML when the request sends Accept: text/markdown, or when .md is appended to the page url.",
      "representativeQueries": [
        "read the guru-go.com pricing page as markdown",
        "get the text of a page on guru-go.com without the HTML",
        "what does this page of guru-go.com say"
      ]
    },
    {
      "identifier": "urn:air:guru-go.com:skills:site-content",
      "displayName": "guru-go.com — agent skill index",
      "type": "application/json",
      "url": "https://guru-go.com/.well-known/agent-skills/index.json",
      "description": "Agent Skills discovery index for guru-go.com: how an agent should read this site and read its offers.",
      "representativeQueries": [
        "how should an agent browse guru-go.com",
        "what skills does guru-go.com publish"
      ]
    },
    {
      "identifier": "urn:air:guru-go.com:api:catalog",
      "displayName": "guru-go.com — API catalog",
      "type": "application/linkset+json",
      "url": "https://guru-go.com/.well-known/api-catalog",
      "description": "RFC 9727 API catalog for guru-go.com: documentation, descriptions and status endpoints.",
      "representativeQueries": [
        "what apis does guru-go.com publish",
        "where is the machine-readable description of guru-go.com"
      ]
    }
  ]
}