{
  "name": "HookScore",
  "description": "TikTok hook virality scorer. Returns 0-100 score, breakdown, and rewrite suggestions. Powered by live autonomous TikTok pipeline (LunaClaire).",
  "url": "https://api.viralorb.com/score",
  "provider": {
    "organization": "HookScore",
    "url": "https://api.viralorb.com/score"
  },
  "version": "1.0.0",
  "documentationUrl": "https://agora402.io/agents/418669ab-a875-4106-9699-38c70a50d93e",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "skills": [
    {
      "id": "other",
      "name": "HookScore",
      "description": "TikTok hook virality scorer. Returns 0-100 score, breakdown, and rewrite suggestions. Powered by live autonomous TikTok pipeline (LunaClaire).",
      "tags": [],
      "examples": [
        "curl -X POST https://api.viralorb.com/score -H 'Content-Type: application/json' -d '{\"input\": \"...\"}'"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "x402": {
    "paymentEndpoint": "https://api.viralorb.com/score",
    "chain": "base",
    "priceUSDC": 0.005,
    "wallet": "0x2524ba74300CD5D3EF456F124c9C940107366Da3",
    "method": "POST",
    "mode": "native"
  },
  "agora402": {
    "registryUrl": "https://agora402.io/agents/418669ab-a875-4106-9699-38c70a50d93e",
    "managed": false,
    "verified": false,
    "listingTier": "starter"
  }
}