{
  "specVersion": "1.0",
  "host": {
    "displayName": "ardvark",
    "documentationUrl": "https://ardvark.no/"
  },
  "entries": [
    {
      "identifier": "urn:air:ardvark.no:skill:ardvark-cli",
      "displayName": "ardvark CLI skill",
      "type": "application/ai-skill+md",
      "url": "https://ardvark.no/SKILLS.md",
      "description": "Teaches an agent to install ardvark, run verify/probe/crawl/seed/search/get/export, use its MCP server, interpret verdicts and exit codes, and query the resulting dataset.",
      "tags": ["ard", "crawler", "verification", "cli"],
      "representativeQueries": [
        "how do I verify an ai-catalog.json file against the ARD spec",
        "check whether a catalog is valid or valid_with_warnings",
        "query the ardvark SQLite database for invalid catalogs",
        "what config knobs control ardvark's crawl politeness"
      ]
    },
    {
      "identifier": "urn:air:ardvark.no:tool:ardvark",
      "displayName": "ardvark",
      "type": "application/ai-skill",
      "url": "https://ardvark.no/docs.html",
      "description": "Command-line crawler, verifier, and indexer for ARD ai-catalog.json documents, with SQLite/MySQL/Postgres storage and a JSONL event log.",
      "tags": ["ard", "crawler", "verification", "cli"],
      "representativeQueries": [
        "crawl a site for ai-catalog.json documents",
        "verify a catalog against the ARD JSON Schema and semantic checks",
        "index discovered agents, MCP servers, and skills into a database"
      ]
    },
    {
      "identifier": "urn:air:ardvark.no:mcp:ardvark",
      "displayName": "ardvark MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://ardvark.no/.well-known/ardvark-mcp.json",
      "description": "stdio MCP server embedded in the ardvark CLI (`ardvark mcp`), exposing crawl operations plus typed search and read access to indexed catalogs and entries.",
      "tags": ["ard", "mcp", "crawler", "verification"],
      "representativeQueries": [
        "probe a host for an ARD ai-catalog.json document over MCP",
        "verify an ai-catalog.json document from an agent",
        "search the ardvark index for valid MCP servers and read their stored catalog entries"
      ]
    }
  ]
}
