{
  "name": "Step By Step Crochet Guide Agent",
  "description": "Searches and returns public, localized Step By Step Crochet tutorials about stitches, yarn, hooks, techniques, projects, and beginner mistakes.",
  "supportedInterfaces": [
    {
      "url": "https://stepbystepcrochet.com/api/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Molly Digital Apps",
    "url": "https://stepbystepcrochet.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://stepbystepcrochet.com/llms.txt",
  "iconUrl": "https://stepbystepcrochet.com/favicon.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown"],
  "skills": [
    {
      "id": "find-crochet-guides",
      "name": "Find crochet guides",
      "description": "Finds relevant public tutorials in English, Spanish, German, French, or Portuguese and returns canonical HTML and Markdown URLs.",
      "tags": ["crochet", "tutorials", "beginner", "stitches", "yarn", "multilingual"],
      "examples": [
        "Find a beginner guide to granny squares",
        "Busca consejos para evitar errores comunes de crochet"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    }
  ]
}
