{
  "$schema": "https://a2a-protocol.org/schemas/v1.0/agent-card.json",
  "name": "ShotMate AI Agent",
  "version": "1.0.0",
  "description": "AI Agent for ShotMate FotoYu Uploader, automated event photo workflow, pricing calculation, and license distribution.",
  "supportedInterfaces": [
    {
      "url": "https://shotmate.my.id/api/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "fotoyu-uploader-info",
      "name": "FotoYu Uploader Information",
      "description": "Guides and technical specifications for ShotMate FotoYu desktop uploader, Watch Folder automation, and live tethering workflow.",
      "tags": [
        "fotoyu",
        "photography",
        "bulk-upload",
        "tethering",
        "watch-folder"
      ],
      "examples": [
        "How does ShotMate Watch Folder work with Lightroom tethering?",
        "What are the features of ShotMate FotoYu Uploader desktop?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "pricing-and-licensing",
      "name": "Pricing & Licensing Calculator",
      "description": "Calculates pricing, license durations, discount promotions (15% referral), and checkout options for ShotMate desktop licenses.",
      "tags": [
        "pricing",
        "license",
        "discounts",
        "checkout",
        "whatsapp"
      ],
      "examples": [
        "Calculate price for 1 Year ShotMate license with 15% discount",
        "What payment methods are supported for ShotMate licenses?"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "download-links",
      "name": "Application Download Distribution",
      "description": "Provides verified official installer download links and version information for Windows (.exe) and macOS (.dmg).",
      "tags": [
        "download",
        "installer",
        "windows",
        "macos"
      ],
      "examples": [
        "Get download link for ShotMate Windows installer",
        "What is the latest version of ShotMate for macOS?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}
