{
  "$schema": "https://agentskills.io/schema/v0.2.0/index.json",
  "skills": [
    {
      "name": "browse_all_products",
      "type": "resource",
      "description": "Browse all Lufeno furniture products including sofas, sectionals, sofa beds and specialty furniture",
      "url": "https://lufeno.com/collections/all"
    },
    {
      "name": "search_products",
      "type": "action",
      "description": "Search Lufeno products by keyword. Returns matching furniture items.",
      "url": "https://lufeno.com/search?q={query}&type=product"
    },
    {
      "name": "browse_sofas",
      "type": "resource",
      "description": "Browse all sofa options at Lufeno",
      "url": "https://lufeno.com/collections/all-sofas"
    },
    {
      "name": "browse_sofa_beds",
      "type": "resource",
      "description": "Browse sofa beds and specialty sofas at Lufeno",
      "url": "https://lufeno.com/collections/sofa-beds-special-sofas"
    },
    {
      "name": "get_shipping_info",
      "type": "resource",
      "description": "Get shipping and delivery information. Free delivery on orders over $260 in Ontario and Quebec.",
      "url": "https://lufeno.com/policies/shipping-policy"
    }
  ]
}
