{
  "schema_version": "1.0",
  "name": "Hermes MuseTalk",
  "description": "AI lip-sync video generation agent. Upload avatar image + audio, receive lip-synced video. x402 micropayment $0.50/call.",
  "url": "https://aquatic-operation-specifies-extra.trycloudflare.com",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionState": "task"
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "video/mp4"
  ],
  "skills": [
    {
      "id": "lipsync-generate",
      "name": "Lip-Sync Video Generation",
      "description": "Generate a lip-synced video from an avatar image and audio file",
      "tags": [
        "video",
        "lip-sync",
        "musetalk",
        "ai"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "video/mp4",
        "application/json"
      ]
    }
  ],
  "pricing": {
    "model": "x402",
    "price_usdc": "0.50",
    "network": "base"
  },
  "contact": "hermesnous2026@web-library.net"
}