{
  "name": "SpeedCheckTest — Internet Speed Test & Guide Agent",
  "description": "Provides accurate, browser-based internet speed tests plus fact-checked guides on internet speed: what speed you need, ISP and city benchmarks, expected speeds per provider, and step-by-step troubleshooting for slow connections. Content is available in clean Markdown for agents via HTTP content negotiation (Accept: text/markdown).",
  "url": "https://speedchecktest.com/",
  "version": "1.0.0",
  "iconUrl": "https://speedchecktest.com/logo.png",
  "documentationUrl": "https://speedchecktest.com/about/",
  "provider": {
    "organization": "SpeedCheckTest",
    "url": "https://speedchecktest.com/"
  },
  "supportedInterfaces": [
    {
      "url": "https://speedchecktest.com/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "securitySchemes": {},
  "securityRequirements": [],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "speed-test",
      "name": "Run an Internet Speed Test",
      "description": "Run an accurate internet speed test and interpret the download, upload, and ping results. Use when a user wants to measure their internet speed or understand what their speed test numbers mean.",
      "tags": ["speed test", "bandwidth", "ping", "download", "upload"],
      "examples": ["How do I run a speed test?", "What do my speed test numbers mean?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "internet-speed-benchmarks",
      "name": "Internet Speed Benchmarks",
      "description": "Look up expected download, upload, and ping speeds for ISPs, cities, and countries so you can compare a measured speed against regional or provider averages.",
      "tags": ["benchmarks", "ISP", "city speeds", "country speeds"],
      "examples": ["What is the average internet speed in Chicago?", "Is my AT&T speed normal?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "internet-speed-guides",
      "name": "Internet Speed Guides",
      "description": "Retrieve structured, fact-checked guides about internet speed topics (Mbps, latency, bandwidth, Wi-Fi, fiber vs cable, gaming and streaming requirements).",
      "tags": ["guides", "Mbps", "latency", "Wi-Fi", "fiber"],
      "examples": ["How many Mbps do I need for 4K streaming?", "What is a good internet speed in 2026?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "slow-internet-troubleshooting",
      "name": "Slow Internet Troubleshooting",
      "description": "Diagnose and fix slow internet, high ping, packet loss, and connections slower than the advertised ISP plan using step-by-step guides.",
      "tags": ["troubleshooting", "slow internet", "ping", "packet loss"],
      "examples": ["Why is my internet slow at night?", "I pay for 200 Mbps but only get 30."],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}