{
  "specVersion": "1.0",
  "host": {
    "displayName": "WenToGo",
    "identifier": "wentogo.com"
  },
  "entries": [
    {
      "identifier": "urn:air:wentogo.com:doc:llms-txt",
      "displayName": "WenToGo agent guide (llms.txt)",
      "type": "text/plain",
      "url": "https://wentogo.com/llms.txt",
      "description": "URL grammar for deterministic travel-timing answers: exact-date trip scores, best-month rankings, country and destination coverage.",
      "representativeQueries": [
        "when is the best time to visit Tokyo",
        "which destinations does WenToGo cover",
        "compare Kyoto and Seoul for an April trip"
      ]
    },
    {
      "identifier": "urn:air:wentogo.com:index:agent-skills",
      "displayName": "WenToGo agent skills index",
      "type": "application/json",
      "url": "https://wentogo.com/.well-known/agent-skills/index.json",
      "description": "Index of every agent skill WenToGo publishes, each with a digest so a client can tell when a skill changed. Read this rather than a single skill URL to stay current as skills are added.",
      "representativeQueries": [
        "what agent skills does WenToGo publish",
        "list the WenToGo skills and their digests"
      ]
    },
    {
      "identifier": "urn:air:wentogo.com:skill:plan-trip-timing",
      "displayName": "Plan trip timing skill",
      "type": "text/markdown",
      "url": "https://wentogo.com/.well-known/agent-skills/plan-trip-timing/SKILL.md",
      "description": "Agent skill that teaches the WenToGo URL grammar so an agent can answer dated travel-timing questions without guessing.",
      "representativeQueries": [
        "score a Tokyo trip from April 1 to April 8 2027",
        "find better dates near my planned Japan trip",
        "should I visit Bali in January or February"
      ]
    }
  ]
}
