Running an e-commerce business in 2026 means being present on every channel your customers use — WhatsApp, Telegram, Discord, Slack, WeChat, QQ, and more. The nightmare isn't building the bot; it's deploying it across all these platforms without losing your mind (or your weekend).
This guide walks you through deploying an OpenClaw-powered customer service robot on every major messaging platform, all from a single Tencent Cloud Lighthouse instance. One server, one agent brain, multiple channel tentacles.
Before we dive in, make sure you have:
Don't try to run this on your laptop. Seriously. Your e-commerce bot needs to be always on, and your MacBook going to sleep at 2 AM means missed customer messages and tanked store ratings.
Go to the Tencent Cloud Lighthouse Special Offer page:
Region selection matters for e-commerce:
A 2-core / 4 GB instance handles most single-store setups. Go 4-core if you're running multiple storefronts or expect concurrent conversations exceeding 50.
SSH into your instance (or use Tencent Cloud's built-in OrcaTerm) and run the setup wizard:
# Launch the interactive onboarding
clawdbot onboard
# You'll walk through:
# 1. Accept the disclaimer -> Yes
# 2. Onboarding mode -> QuickStart
# 3. Configuration handling -> Use existing values
# 4. Model API key -> Enter your key (NEVER hard-code keys in scripts)
# 5. Channel selection -> Pick your first platform
Pro tip: Configure your model API key through the Lighthouse console's Application Management tab first. This way, when the wizard asks about model config, you can select "Skip for now" — it's already set.
For detailed model configuration, refer to the OpenClaw Deployment Guide.
Here's where it gets fun. OpenClaw supports multiple channels simultaneously from a single instance.
Perfect for international e-commerce and cross-border sellers.
clawdbot onboard and select WhatsApp (QR link) as your channel.# After your first customer message, approve the pairing
openclaw pairing approve whatsapp <PAIRING_CODE>
# Replace <PAIRING_CODE> with the actual code — no angle brackets
Full walkthrough: WhatsApp Integration Guide
Great for tech-savvy customer bases and community-driven stores.
/newbot command).clawdbot onboard, select Telegram (Bot API), and paste your token.openclaw pairing approve telegram <PAIRING_CODE>
Full walkthrough: Telegram Integration Guide
Ideal if your brand has a community server or you sell digital products.
bot + applications.commands scopes.clawdbot onboard, select Discord (Bot API), paste your token.openclaw pairing approve discord <PAIRING_CODE>
Full walkthrough: Discord Integration Guide
For B2B e-commerce or wholesale operations where your buyers live in Slack.
Follow the Slack Integration Guide for app creation and OAuth setup.
For domestic platforms, channel configuration is available directly through the Lighthouse console's Application Management page — no command-line required. Point, click, paste your app credentials, done.
This is non-negotiable for e-commerce. Your bot must survive terminal disconnects:
# Set up persistent background execution
loginctl enable-linger $(whoami)
export XDG_RUNTIME_DIR=/run/user/$(id -u)
# Install and start the daemon
clawdbot daemon install
clawdbot daemon start
# Confirm it's running
clawdbot daemon status
# Output should show "active (running)"
Now close your terminal. The bot keeps working.
A generic chatbot is useless for customer service. You need domain-specific knowledge:
Install relevant skills from ClawHub to extend your bot's capabilities. The Skills Installation Guide covers how to add and manage plugins through natural conversation.
Here's what your full-platform deployment looks like:
WhatsApp ──┐
Telegram ──┤
Discord ──┼── OpenClaw Agent (Tencent Cloud Lighthouse) ── LLM API
Slack ──┤ |
WeChat ──┘ Knowledge Base + Skills
One brain. Multiple mouths. Consistent answers everywhere.
You've now got a unified AI customer service system spanning every major messaging platform, running 24/7 on cloud infrastructure that costs less than a single part-time support hire.
Start your deployment today: visit the Tencent Cloud Lighthouse Special Offer page, choose the OpenClaw (Clawdbot) template under AI Agent, and deploy with one click. Your customers are already messaging — make sure someone's answering.