{
  "$schema": "https://agentskills.io/schemas/v0.2.0/index.json",
  "skills": [
    {
      "name": "browse-products",
      "type": "http",
      "description": "Browse the K&M online store. Search uses /km-shop?search=QUERY; use product name, application, material, dimensions, or SKU/default code.",
      "url": "https://docs.kmsheetmetal.com/km-shop"
    },
    {
      "name": "product-categories",
      "type": "http",
      "description": "Browse product-family category pages. Category URLs use /category/{slug}; this skill links to the gutters category as a representative category entry point.",
      "url": "https://docs.kmsheetmetal.com/category/gutters"
    },
    {
      "name": "shipping-and-pickup",
      "type": "http",
      "description": "Read current shipping and pickup information before estimating fulfillment.",
      "url": "https://docs.kmsheetmetal.com/shipping-information"
    },
    {
      "name": "returns-and-exchanges",
      "type": "http",
      "description": "Read current return and exchange terms before recommending or purchasing products.",
      "url": "https://www.kmsheetmetal.com/return-policy"
    },
    {
      "name": "terms-and-conditions",
      "type": "http",
      "description": "Read the current website terms and conditions before transactional actions.",
      "url": "https://docs.kmsheetmetal.com/terms"
    },
    {
      "name": "privacy-policy",
      "type": "http",
      "description": "Read the current privacy policy when handling customer information.",
      "url": "https://www.kmsheetmetal.com/privacy-policy"
    },
    {
      "name": "contact-company",
      "type": "http",
      "description": "Open K&M contact information when human confirmation or assistance is needed.",
      "url": "https://docs.kmsheetmetal.com/contact"
    }
  ]
}