{
  "$schema": "https://agentskills.io/schema/v0.2.0/index.json",
  "version": "0.2.0",
  "publisher": {
    "name": "Cimonamia / ReBorn",
    "url": "https://cimonamia.com"
  },
  "skills": [
    {
      "name": "search_products",
      "type": "http",
      "description": "Full-text product search with category, brand, price and country filters.",
      "url": "https://cimonamia.com/skills/search_products.md",
      "sha256": "e8f9517195dc985fcb9a1ae74cd3ecd3de32cf9ae3aa0495879aae3adafe31bd"
    },
    {
      "name": "get_product",
      "type": "http",
      "description": "Retrieve full product details by slug (JSON or markdown).",
      "url": "https://cimonamia.com/skills/get_product.md",
      "sha256": "8ed1fd309c87ab29cb771fa486d24db6179e040ff3ce551358403038ebbb0094"
    },
    {
      "name": "list_categories",
      "type": "http",
      "description": "List all active categories with localized names.",
      "url": "https://cimonamia.com/skills/list_categories.md",
      "sha256": "8a7ab3a43069c984aa48eda889eb1895ee4dec278c2bb6715c869b412318bc05"
    },
    {
      "name": "shipping_quote",
      "type": "http",
      "description": "Calculate shipping options and prices for a destination (Envía + manual rates, auto currency conversion).",
      "url": "https://cimonamia.com/skills/shipping_quote.md",
      "sha256": "b0eac193387c43c99fb5b0b7869e7ffbd6be67041c978355759a979d12a6aad5"
    },
    {
      "name": "track_order",
      "type": "http",
      "description": "Public order tracking by order id.",
      "url": "https://cimonamia.com/skills/track_order.md",
      "sha256": "1e685ccbc3476c629af46688403166c011c13746bcea317159408f4e915d431d"
    },
    {
      "name": "list_countries",
      "type": "http",
      "description": "List every country the store ships to, with currency and tax config.",
      "url": "https://cimonamia.com/skills/list_countries.md",
      "sha256": "e47595e4cc5ef759563b92811adf577425610e2d7b00edf21db8fa257760d75d"
    },
    {
      "name": "unified_checkout",
      "type": "http",
      "description": "One-call agent checkout — product lookup + shipping quote + Stripe payment session in a single request. Recommended over the 3-step flow.",
      "url": "https://cimonamia.com/skills/unified_checkout.md",
      "sha256": "ce0150cfb8fcf5d754ccc00af18d48e9e167359950fa3f6901a4619aa989e920"
    }
  ]
}
