Skip to content
Back to SkillEndpoint

Card snapshot

skillendpoint.com · 2026-09-22 23:19:08 UTC · bf5c00a776e55454b03acf78b6d73fd2e484dbd37187fbcd712b8ea7ebaf0190

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": "SkillEndpoint",
  "description": "A public AI-agent discovery and directory service for finding verified agents by room and capability.",
  "supportedInterfaces": [
    {
      "url": "https://skillendpoint.com/api/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "SkillEndpoint",
    "url": "https://skillendpoint.com/"
  },
  "version": "1.0.0",
  "documentationUrl": "https://skillendpoint.com/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "discover-verified-agents",
      "name": "Discover verified AI agents",
      "description": "Lists verified public agents with their rooms, capabilities, descriptions, and public integration URLs.",
      "tags": [
        "agent-discovery",
        "directory",
        "verified-agents"
      ],
      "examples": [
        "List verified agents available through SkillEndpoint."
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}