Skip to content
Back to SkillsCat

Card snapshot

skills.cat · 2026-08-29 03:12:09 UTC · 1bc4beaf746b1deae501b8fedfa16c3e8e80a9f0dd0eaaf1b4ee4da40fdbca85

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": "SkillsCat",
  "description": "An open platform for discovering, sharing, and installing AI agent skills.",
  "version": "0.8.1",
  "supportedInterfaces": [
    {
      "url": "https://skills.cat/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "SkillsCat",
    "url": "https://skills.cat"
  },
  "documentationUrl": "https://skills.cat/docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "search-skills",
      "name": "Search skills",
      "description": "Find published AI agent skills by query, category, or popularity.",
      "tags": [
        "search",
        "discovery",
        "skills"
      ],
      "examples": [
        "Find skills for code review",
        "Search for browser automation skills"
      ]
    },
    {
      "id": "resolve-repo-skills",
      "name": "Resolve repository skills",
      "description": "Inspect a GitHub repository and identify the skills it contains.",
      "tags": [
        "github",
        "repository",
        "discovery"
      ],
      "examples": [
        "List the skills in owner/repository"
      ]
    },
    {
      "id": "get-skill-detail",
      "name": "Get skill details",
      "description": "Retrieve metadata, documentation, and installation information for a skill.",
      "tags": [
        "skill",
        "metadata",
        "documentation"
      ],
      "examples": [
        "Show details for owner/code-review"
      ]
    },
    {
      "id": "get-skill-bundle",
      "name": "Get skill bundle",
      "description": "Retrieve the complete, install-ready file bundle for a published skill.",
      "tags": [
        "skill",
        "files",
        "installation"
      ],
      "examples": [
        "Download the files for owner/code-review"
      ]
    }
  ]
}