{
  "name": "ColorBook Agent",
  "version": "1.0.0",
  "description": "Agent for discovering, searching, and downloading Moroccan bilingual coloring books for kids, teachers, and parents.",
  "supportedInterfaces": [
    {
      "url": "https://colorbook.ma/a2a",
      "protocol": "json-rpc-2.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "search_coloring_books",
      "name": "Search Coloring Books",
      "description": "Search coloring books by category (animals, letters, numbers, girls, toddlers) or keywords."
    },
    {
      "id": "download_coloring_book",
      "name": "Download Coloring Book",
      "description": "Retrieve direct PDF download link for any coloring book in the catalog."
    }
  ]
}