Skip to content
Back to Animal Checklist

Card snapshot

animalchecklist.com · 2026-09-26 07:02:50 UTC · d6de71efc880cecd5e6ab16e8bd7e236ee1d425d8d2b32da7de9c182d9b9d5cf

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": "Animal Checklist",
  "description": "Species lookup agent: search animals in eight languages and return names, habitats, countries, a Wikipedia summary and the photo licence.",
  "url": "https://animalchecklist.com/api/v1",
  "preferredTransport": "HTTP+JSON",
  "provider": {
    "organization": "Animal Checklist",
    "url": "https://animalchecklist.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://animalchecklist.com/agents.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "species-lookup",
      "name": "Look up an animal species",
      "description": "Search the catalogue by free text, category, habitat or country. Read one species with its names, habitats, country counts, Wikipedia summary and photo licence.",
      "tags": [
        "animals",
        "species",
        "wildlife",
        "biodiversity",
        "nature"
      ],
      "examples": [
        "What is a red fox called in Polish?",
        "Which birds live in freshwater habitats in Germany?"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/markdown"
      ]
    }
  ],
  "contact": "animalchecklist@arnekellmann.de"
}