Skip to content
Back to CarShake Agent

Card snapshot

carshake.online · 2026-07-21 05:54:13 UTC · a7357b34ef440a86006c2c2a6d4a18792d07e58a0b37ae8d7b78a8a872f215e3

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.

{
  "protocolVersion": "0.3.0",
  "name": "CarShake Agent",
  "description": "Car reliability ratings and safety scores. Compare used cars by model year, check crash-test data, and find the safest vehicle for your budget.",
  "url": "https://carshake.online/api/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "compare_cars",
      "name": "Compare Car Safety",
      "description": "Compare safety ratings, reliability scores, and crash-test results across car models and years.",
      "tags": [
        "cars",
        "safety",
        "comparison",
        "reviews"
      ],
      "examples": [
        "Compare Toyota Camry vs Honda Accord",
        "Safest SUVs under $30k"
      ]
    },
    {
      "id": "check_reliability",
      "name": "Check Reliability",
      "description": "Get detailed reliability ratings and common issues for a specific car model and year.",
      "tags": [
        "cars",
        "reliability",
        "reviews"
      ],
      "examples": [
        "Is the 2023 Tesla Model 3 reliable?",
        "Common issues with Ford F-150"
      ]
    }
  ]
}