{
  "protocolVersion": "0.3.0",
  "name": "Quizriella site agent",
  "description": "Answers questions about Quizriella from the site's own pages: searches every page, returns any page as markdown, and explains what the product does.",
  "version": "1.0.0",
  "url": "https://quizriella.com/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://quizriella.com/a2a",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "APHVN Limited",
    "url": "https://aphvn.com"
  },
  "documentationUrl": "https://quizriella.com/.well-known/agent-skills/index.json",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "search-site",
      "name": "Search the site",
      "description": "Keyword search across every page on https://quizriella.com, returning titles, URLs and summaries.",
      "tags": [
        "search",
        "discovery"
      ],
      "examples": [
        "pricing",
        "how Quizriella works",
        "comparison with competitors"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    },
    {
      "id": "page-markdown",
      "name": "Read a page as markdown",
      "description": "Returns the markdown representation of one page, given its path or full URL.",
      "tags": [
        "content",
        "markdown"
      ],
      "examples": [
        "/pricing",
        "https://quizriella.com/blog",
        "/features"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    },
    {
      "id": "product-overview",
      "name": "Explain the product",
      "description": "What Quizriella is, what it does, and where to start.",
      "tags": [
        "overview"
      ],
      "examples": [
        "what is Quizriella",
        "tell me about this product"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ]
}