Skip to content
Back to NTNewHorizons

Card snapshot

ntnewhorizons.com · 2026-06-01 23:23:41 UTC · 16b0c1c46b3252575bc01d8cfa7819d9544a21e7e7acd899b5531e21a68ba492

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "NTNewHorizons",
  "description": "The public website for the Nuclear Tech: New Horizons Minecraft modpack. Provides modpack downloads, getting-started guide, blog, story, and community server discovery.",
  "supportedInterfaces": [
    {
      "url": "https://ntnewhorizons.com/.well-known/agent-skills/index.json",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "NTNewHorizons Community",
    "url": "https://github.com/NTNewHorizons"
  },
  "version": "1.0.0",
  "documentationUrl": "https://ntnewhorizons.com/guide",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "modpack-guide",
      "name": "Modpack Guidance",
      "description": "Provides installation instructions, getting-started guide, and answers about the NT:NH modpack progression.",
      "tags": [
        "minecraft",
        "modpack",
        "guide",
        "ntnh"
      ],
      "examples": [
        "How do I install NTNH?",
        "What are the tech tiers?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    },
    {
      "id": "modpack-download",
      "name": "Download Information",
      "description": "Provides download links and availability for the NT:NH modpack client and server files.",
      "tags": [
        "download",
        "release",
        "client",
        "server"
      ],
      "examples": [
        "Where can I download the latest release?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    },
    {
      "id": "blog",
      "name": "Blog Reading",
      "description": "Reads and summarizes blog posts about NT:NH development progress.",
      "tags": [
        "blog",
        "news",
        "development"
      ],
      "examples": [
        "What are the latest blog posts?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    },
    {
      "id": "community-servers",
      "name": "Community Servers",
      "description": "Lists official community multiplayer servers for NT:NH.",
      "tags": [
        "servers",
        "multiplayer",
        "community"
      ],
      "examples": [
        "What multiplayer servers are available?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}