Back to GRA Release Radar

Card snapshot

gra.caldis.me · 2026-05-18 16:03:22 UTC · 8613e083c391ed08bf686cf008feaa6d755719ab6cd068a58acb6af3f80215d2

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.

{
  "schemaVersion": "0.3.0",
  "name": "GRA Release Radar",
  "description": "A browser-based assistant surface for GitHub release download and packaging analysis.",
  "url": "https://gra.caldis.me/",
  "version": "0.2.0",
  "preferredTransport": "web",
  "provider": {
    "name": "Caldis",
    "url": "https://github.com/Caldis"
  },
  "skills": [
    {
      "id": "analyze_github_release_downloads",
      "name": "Analyze GitHub release downloads",
      "description": "Open the web app with a repository query and analyze public release asset downloads, cadence, package matrix, and repository context.",
      "inputModes": [
        "text/uri-list",
        "text/plain"
      ],
      "outputModes": [
        "text/html"
      ],
      "examples": [
        "https://gra.caldis.me/?repo=vercel/next.js",
        "https://gra.caldis.me/?repo=tauri-apps/tauri"
      ]
    }
  ],
  "authentication": {
    "schemes": [
      "none",
      "user_supplied_github_pat"
    ],
    "notes": "A GitHub token is optional and is entered by the user in the browser. GRA does not operate an OAuth server."
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "documentationUrl": "https://gra.caldis.me/developers/",
  "privacyUrl": "https://gra.caldis.me/privacy/"
}