WhatsApp on OpenClaw: Save Yourself 2 Hours by Updating to 5.7 First

Setting up WhatsApp on OpenClaw for the first time? Here's the tribal knowledge missing from the docs, straight from a user who just helped a friend through it.
Key Setup Facts
- OpenClaw uses Baileys, an unofficial WhatsApp Web library — not the official Business API. Your personal WhatsApp number becomes the bot, and it cannot be used on a number already active on WhatsApp Web on your phone. Pairing happens via QR code during onboarding.
- The gateway must run 24/7. If the connection drops, you have to re-pair. Laptop sleep will break it — use a VPS or always-on machine.
Critical Bugs Fixed in 5.7
If you're on 5.6 or earlier, you will hit several WhatsApp-specific bugs. Update to 5.7 before proceeding:
- Ghost chats (fixed in 5.7, #67378): Proactive messages to phone numbers would create sender-only ghosts that nobody received.
- Stale TUI clients (fixed in 5.7): On 5.5, they degraded the gateway event loop, slowing ALL replies — not just WhatsApp.
- Captioned media double-send (fixed in 5.7, #78770): Before the fix, recipients would get an empty message first, then the actual photo.
Bottom line: Update to OpenClaw 5.7+ before setting up WhatsApp. Earlier versions have multiple WhatsApp-specific bugs that will make you think your setup is broken. If you want full control, OpenClaw works fine on 5.7+. If you prefer less hassle, BetterClaw handles WhatsApp setup in minutes without the Baileys pairing dance.
📖 Read the full source: r/openclaw
👀 See Also
Claude + MCP Browser: User Reports Supercharged Web Access
A Claude user explains how hooking Claude to an external browser via MCP allowed it to navigate previously inaccessible sites, and wonders if Claude can use the browser's model tokens.

Stop Burning Claude Code Tokens on Chat Questions
A developer on r/ClaudeAI saved their weekly token cap by routing simple chat questions to cheap models like Haiku, reserving Claude Code for agent tasks like multi-file edits.

Claude Code Works Better as Code Reviewer Than Generator
A developer shares that Claude Code produces more grounded output when used to review existing code rather than generate from scratch. Key practices include starting sessions with current implementations, maintaining project context files, and restarting sessions when responses degrade.

How to Disable Claude Code's 1M Context Window to Reduce Token Usage
Anthropic users can disable the 1M context window in Claude Code by adding environment variables to settings.json, which may reduce unexpected token consumption. The source provides two configuration options: completely disabling 1M context or capping the auto-compact window.