{
  "$schema": "https://agentskills.io/schema/v0.2.0.json",
  "version": "0.2.0",
  "skills": [
    {
      "name": "fetch-plans",
      "type": "api",
      "description": "PressHane abonelik planlarını ve fiyatlarını canlı olarak getir. Response includes meta.registration_enabled flag.",
      "url": "https://panel.presshane.com/api/public/plans",
      "method": "GET"
    },
    {
      "name": "fetch-eur-try-rate",
      "type": "api",
      "description": "Anlık EUR/TRY döviz kuru, server-side 30 dk cache.",
      "url": "https://panel.presshane.com/api/eur-try",
      "method": "GET"
    },
    {
      "name": "fetch-tenant-products",
      "type": "api",
      "description": "Tenant'a göre yayınlanmış ürünleri getir. Tenant resolution: X-Tenant-ID header veya tenant_id query param.",
      "url": "https://panel.presshane.com/api/public/products",
      "method": "GET"
    },
    {
      "name": "submit-contact",
      "type": "api",
      "description": "İletişim formu, throttle 5/dk.",
      "url": "https://panel.presshane.com/api/contact",
      "method": "POST"
    },
    {
      "name": "fetch-changelog",
      "type": "api",
      "description": "PressHane sürüm değişiklik notları.",
      "url": "https://panel.presshane.com/api/changelog",
      "method": "GET"
    },
    {
      "name": "health-check",
      "type": "api",
      "description": "Sistem sağlık kontrolü (DB durumu, version, timestamp).",
      "url": "https://panel.presshane.com/health",
      "method": "GET"
    }
  ]
}
