{
  "$schema": "https://agentskills.io/schemas/agent-skills.json",
  "skills": [
    {
      "name": "recipe-search",
      "type": "tool",
      "description": "Search the public MyQuickRecipe catalog by keyword, ingredient, category, or cooking time.",
      "url": "https://myquickrecipe.com/.well-known/agent-skills/recipe-search.md",
      "sha256": "5a6314644d2d74416382498d9fcec40563645f7666bd4505e6cd1ead7292270b"
    },
    {
      "name": "recipe-details",
      "type": "tool",
      "description": "Retrieve one complete public recipe by its preserved URL slug.",
      "url": "https://myquickrecipe.com/.well-known/agent-skills/recipe-details.md",
      "sha256": "9c20336f94bf28488485742b356c6506815e105a7796b480773b412369f31c79"
    },
    {
      "name": "recipe-categories",
      "type": "tool",
      "description": "Discover recipe categories and their landing pages.",
      "url": "https://myquickrecipe.com/.well-known/agent-skills/recipe-categories.md",
      "sha256": "9973a8cfa6b6bce02fd50dd81cb9da29e10c4de61a35cb1c5386417f9df57e4a"
    }
  ]
}