Connect KickitAI to OpenClaw

OpenClaw (powered by GoClaw) turns WhatsApp into an AI command center. KickitAI's support bot at +1 (213) 870-7548 runs on OpenClaw.

Contact Support Bot View All Integrations

What is OpenClaw?

OpenClaw (powered by GoClaw) turns WhatsApp into an AI command center. Connect your AI agent to WhatsApp and respond to user messages intelligently. KickitAI's support bot at +1 (213) 870-7548 runs on OpenClaw and is already live.

KickitAI Support Bot

Our support bot is already live on WhatsApp. DM it to activate support notifications and get help with your account.

OpenClaw KickitAI Support Bot
WhatsApp — Already Active

Support Number

Send a WhatsApp message to our support number to activate support notifications:

+1 (213) 870-7548

The bot is powered by GoClaw and handles support queries, account status, and notifications.

DM Support Bot

Connect Your Own OpenClaw Instance

Integrate your own OpenClaw/GoClaw instance with KickitAI's AI endpoint.

1

Get your API key

Send /otp api to the KickitAI bot on WhatsApp to get your API key instantly.

wa.me/12058870826?text=%2Fotp%20api
2

Configure OpenClaw skill

Point your OpenClaw skill to the KickitAI endpoint with the auth header below.

3

Set auth header

Use your OpenClaw internal token as the Bearer token in the Authorization header.

OpenClaw skill config JSON:

{
  "skill": "kickitai",
  "endpoint": "POST https://kickitai.com/api/openclaw/v1/chat/completions",
  "headers": {
    "Authorization": "Bearer <OPENCLAW_INTERNAL_TOKEN>",
    "Content-Type": "application/json"
  },
  "description": "Schedule social media posts and manage brands via KickitAI"
}

MCP via OpenClaw

You can also connect to KickitAI's MCP endpoint directly from OpenClaw for full tool access:

https://kickitai.com/mcp
The MCP endpoint supports OAuth 2.1 for authentication. No API key needed in config — the OAuth flow handles it automatically.