Built-in integration
NanoClaw comes with WhatsApp support out of the box:Built-in messaging channel using the Baileys library. No additional setup required after initial authentication.
Available integration skills
Add additional integrations using the skills system. Each skill transforms your NanoClaw installation to support a new platform:Telegram
Add Telegram as a channel using
/add-telegram. Can replace WhatsApp or run alongside it.Discord
Add Discord support with
/add-discord. Perfect for team collaboration and community management.Slack
Connect to Slack workspaces using
/add-slack. Uses Socket Mode—no public URL needed.Gmail
Add Gmail integration with
/add-gmail. Use as a tool or full channel for email monitoring.How the skills system works
NanoClaw uses a skills-based architecture instead of bundling all integrations into the core codebase. This approach:- Keeps your installation lean - Only add what you need
- Maintains clean code - No unused features cluttering the codebase
- Enables customization - Each installation is tailored to your needs
- Prevents bloat - The base system stays minimal and understandable
Channel capabilities
All channel integrations support:- Isolated contexts - Each chat/channel has its own memory and filesystem
- Trigger patterns - Configure when the assistant responds (
@Andy, etc.) - Scheduled tasks - Set up recurring jobs that can message you
- Container isolation - Every context runs in its own sandboxed environment
- Multi-channel support - Run multiple channels simultaneously
Adding an integration
To add an integration, use the corresponding skill command in Claude Code:- Apply code changes using the skills engine
- Guide you through platform-specific setup
- Help you configure authentication
- Register your first chat/channel
- Verify the connection works
Choosing your primary channel
You can either:- Keep WhatsApp and add channels alongside it (default)
- Replace WhatsApp entirely with a different channel
TELEGRAM_ONLY=true, DISCORD_ONLY=true, or SLACK_ONLY=true to disable WhatsApp.
Next steps
Skills system
Learn how the skills system works and how to manage installed skills
WhatsApp setup
Set up the built-in WhatsApp integration