Platform Integrations

Your agents, wherever your team already talks.

Connect Nanoclaw to any combination of chat platforms. Each platform runs through the same agent fleet — add a platform once, and all your agents are available on it.


WhatsApp

Connect via QR code pairing. No business API required. Agents respond to group messages, send polls to gather input, and run on schedules. Use send_poll and await_poll_response to build interactive flows without leaving WhatsApp.

Nanoclaw uses whatsmeow for the WhatsApp connection.


Discord

Full gateway integration. Agents respond to messages, send rich embeds with structured data, create threads, and register slash commands. Live Activity updates can surface in Discord status.

Available MCP tools: send_discord_embed, send_discord_components, create_discord_thread, register_discord_command.


Slack

Socket Mode connection — no public webhook URL needed. Agents receive messages and respond in channels and DMs.


Mattermost

WebSocket connection with action button support. Agents can send messages with interactive buttons that trigger follow-up actions. Includes a separate action server for handling button callbacks.

Available MCP tools: send_mattermost_message, send_mattermost_attachment, set_mattermost_status.


Telegram

Bot token connection via long polling. No webhook server needed. Agents respond to messages in groups and direct conversations.


Setup

Each platform is configured once when you run nanoclaw serve. See the platform guides → for per-platform setup instructions including tokens, bot setup, and QR pairing.