{
  "$schema": "https://agentskills.dev/schemas/v0.2.0/index.json",
  "version": "0.2.0",
  "provider": {
    "name": "Zeruvmed",
    "url": "https://zeruvmed.com"
  },
  "skills": [
    {
      "name": "search_products",
      "type": "http",
      "description": "Search the Zeruvmed catalog of healthcare apparel (scrubs, lab coats, athleisure, surgical). Supports a free-text query, category filter, and pagination.",
      "url": "https://zeruvmed.com/openapi.json",
      "method": "GET",
      "endpoint": "/api/v1/products",
      "auth": "none",
      "scopes": [],
      "sha256": "616c3bd8a3470f406ff43f7e0b098883d9423a180f3b1c505e5ba009aae4761e"
    },
    {
      "name": "get_product",
      "type": "http",
      "description": "Fetch a single product by its slug, including variants, pricing, images, and fabric details.",
      "url": "https://zeruvmed.com/openapi.json",
      "method": "GET",
      "endpoint": "/api/v1/products/{slug}",
      "auth": "none",
      "scopes": [],
      "sha256": "aa9087fded9c1f3623db416f5decd627b9ca9da9274356f0954a9ba47f0ae998"
    },
    {
      "name": "list_categories",
      "type": "http",
      "description": "List all product categories (collections) available in the Zeruvmed store.",
      "url": "https://zeruvmed.com/openapi.json",
      "method": "GET",
      "endpoint": "/api/v1/categories",
      "auth": "none",
      "scopes": [],
      "sha256": "0434be4c60a78c0116b6706db66da9f205e2a3a2d225ad720c3e72b0a90bee36"
    },
    {
      "name": "create_order",
      "type": "http",
      "description": "Place a guest order (no account required). Provide line items, a shipping address, and contact details. Returns the created order with payment instructions.",
      "url": "https://zeruvmed.com/openapi.json",
      "method": "POST",
      "endpoint": "/api/v1/orders/guest",
      "auth": "none",
      "scopes": [],
      "sha256": "a233cc7c8056c6eb11681870456741d7f301ab0972d92c38109fb41c981c7856"
    },
    {
      "name": "check_order_status",
      "type": "http",
      "description": "Retrieve the authenticated customer's orders and their fulfilment status. Requires an OAuth access token with the orders.read scope.",
      "url": "https://zeruvmed.com/openapi.json",
      "method": "GET",
      "endpoint": "/api/v1/orders/me",
      "auth": "bearer",
      "scopes": [
        "orders.read"
      ],
      "sha256": "5f30c886fe8f064943d9497df26f19509480134f15619b281089318d5a3f3399"
    }
  ]
}