{
  "$schema": "https://agentskills.io/schemas/v0.2.0/index.json",
  "name": "LuxMaart",
  "description": "Marketplace de petites annonces et séjours au Luxembourg et zones frontalières.",
  "homepage": "https://luxmaart.lu",
  "contact": "contact@luxmaart.lu",
  "skills": [
    {
      "name": "search-listings",
      "type": "navigation",
      "description": "Search classified listings (real estate, vehicles, jobs, services) across Luxembourg and border regions.",
      "url": "https://luxmaart.lu/recherche?q={query}",
      "sha256": ""
    },
    {
      "name": "browse-categories",
      "type": "navigation",
      "description": "Browse listings by category and sub-category.",
      "url": "https://luxmaart.lu/categorie/{category}",
      "sha256": ""
    },
    {
      "name": "browse-stays",
      "type": "navigation",
      "description": "Browse short-term stays (Stays) with hosts in Luxembourg.",
      "url": "https://luxmaart.lu/sejours",
      "sha256": ""
    },
    {
      "name": "view-listing",
      "type": "navigation",
      "description": "Open a specific classified listing by its slug.",
      "url": "https://luxmaart.lu/annonce/{slug}",
      "sha256": ""
    },
    {
      "name": "contact-seller",
      "type": "navigation",
      "description": "Open a conversation with a seller (auth required). Initiated from any listing detail page.",
      "url": "https://luxmaart.lu/messages?listingId={listing_id}&sellerId={seller_id}",
      "sha256": ""
    },
    {
      "name": "contact-host",
      "type": "navigation",
      "description": "Open a conversation with a Stays host (auth required). Initiated from any stay detail page.",
      "url": "https://luxmaart.lu/messages?sejourListingId={sejour_id}&sellerId={host_id}",
      "sha256": ""
    },
    {
      "name": "publish-listing",
      "type": "navigation",
      "description": "Publish a new classified listing (auth required).",
      "url": "https://luxmaart.lu/publier",
      "sha256": ""
    },
    {
      "name": "fetch-markdown",
      "type": "api",
      "description": "Fetch a markdown representation of any LuxMaart public page. Send `Accept: text/markdown` to the agent gateway with the target URL.",
      "url": "https://qwxumjalarynmsstaucm.supabase.co/functions/v1/agent-gateway?url={page_url}",
      "sha256": ""
    },
    {
      "name": "sitemap",
      "type": "api",
      "description": "Full sitemap of indexable pages.",
      "url": "https://qwxumjalarynmsstaucm.supabase.co/functions/v1/sitemap",
      "sha256": ""
    }
  ]
}
