{
  "version": "0.2.0",
  "skills": [
    {
      "name": "submit_contact_inquiry",
      "type": "form",
      "description": "Submit a project inquiry to BLIQER. Send name, email, optional phone/company, service type and message. Triggers email to BLIQER team and confirmation to sender.",
      "url": "https://bliqer.cz/contact",
      "method": "POST",
      "endpoint": "https://nrmpxsfaoxujexnoqzqw.supabase.co/functions/v1/send-contact-email",
      "input_schema": {
        "type": "object",
        "required": ["name", "email", "message"],
        "properties": {
          "name": { "type": "string" },
          "email": { "type": "string", "format": "email" },
          "phone": { "type": "string" },
          "company": { "type": "string" },
          "service": {
            "type": "string",
            "enum": ["web", "ecommerce", "saas", "ai", "mobile", "other"]
          },
          "message": { "type": "string" }
        }
      }
    },
    {
      "name": "browse_services",
      "type": "navigation",
      "description": "Browse BLIQER's four service pillars: custom web apps, e-commerce, SaaS products, AI integration.",
      "url": "https://bliqer.cz/services",
      "method": "GET"
    },
    {
      "name": "read_blog",
      "type": "content",
      "description": "Read BLIQER's pillar blog articles on AI-first web development, GEO/AEO optimization, vibe coding, and modern e-commerce.",
      "url": "https://bliqer.cz/blog",
      "method": "GET",
      "sitemap": "https://bliqer.cz/sitemap.xml"
    },
    {
      "name": "view_portfolio",
      "type": "content",
      "description": "View 112+ completed BLIQER projects across web, mobile, games, 3D/VR, and AI integration.",
      "url": "https://bliqer.cz/portfolio",
      "method": "GET"
    },
    {
      "name": "switch_language",
      "type": "ui",
      "description": "Switch site language between Czech (cs) and English (en). Same URLs serve both languages via context.",
      "url": "https://bliqer.cz/",
      "languages": ["cs", "en"]
    }
  ],
  "metadata": {
    "site": "https://bliqer.cz",
    "owner": "BLIQER s.r.o.",
    "contact": "info@bliqer.cz",
    "describedby": "https://bliqer.cz/llms.txt",
    "updated": "2026-05-04"
  }
}