{
  "$schema": "https://agentskills.io/schemas/v0.2.0/skills.json",
  "name": "Barbaro Mojo Cuban Hot Sauce",
  "description": "Miami-based, award-winning Cuban hot sauce brand. Agents can browse products, read recipes, check awards, view press coverage, and initiate checkout.",
  "skills": [
    {
      "name": "browse-catalog",
      "type": "url",
      "description": "Browse the full Barbaro Mojo catalog (5 award-winning Cuban hot sauces + Chifles tostones + bundles)",
      "url": "https://barbaromojo.com/collections/all"
    },
    {
      "name": "view-award-winners",
      "type": "url",
      "description": "View award-winning products (Golden Chile 2024, Scovie, International Flavor Awards 2024)",
      "url": "https://barbaromojo.com/collections/award-winners"
    },
    {
      "name": "browse-recipes",
      "type": "url",
      "description": "Browse 70+ Cuban recipes and hot sauce pairing guides",
      "url": "https://barbaromojo.com/blogs/recipe-and-news"
    },
    {
      "name": "view-press-coverage",
      "type": "url",
      "description": "See all press, podcasts, awards, and media features",
      "url": "https://barbaromojo.com/blogs/recipe-and-news/as-seen-in-barbaro-mojo-press-awards-media-coverage"
    },
    {
      "name": "llms-txt",
      "type": "url",
      "description": "AI-agent-friendly site summary in Markdown",
      "url": "https://barbaromojo.com/llms.txt"
    },
    {
      "name": "search",
      "type": "url",
      "description": "Search products and content",
      "url": "https://barbaromojo.com/search?q={query}"
    },
    {
      "name": "storefront-api",
      "type": "api",
      "description": "Shopify Storefront GraphQL API for programmatic catalog access",
      "url": "https://barbaromojo.com/api/2024-10/graphql.json"
    },
    {
      "name": "checkout",
      "type": "url",
      "description": "Initiate checkout (human review required at payment step per bot policy)",
      "url": "https://barbaromojo.com/cart"
    }
  ]
}