WhatsApp AI Assistant Built with Claude Code as OpenClaw Alternative

A developer has created a WhatsApp AI assistant using Claude Code as an alternative to OpenClaw. The project addresses security concerns with OpenClaw by leveraging Anthropic's Claude Code runtime, which the developer already pays for through a Claude Max subscription.
Technical Stack
The implementation consists of three main components:
- A local relay server handling WhatsApp webhooks
- An MCP server bridging to Claude Code
- Arcade for scoped authentication to Google Calendar, Gmail, and Slack
The developer chose Claude Code because they were already using it heavily and trust Anthropic's runtime more than alternatives. The WhatsApp integration allows messaging an AI assistant directly through WhatsApp, with Claude Code serving as the "agentic brain."
Source Code
The complete working code is available on GitHub at https://github.com/manveer/whatsapp-assistant. This approach demonstrates how developers can build custom AI assistants using existing tools they already pay for and trust.
📖 Read the full source: r/ClaudeAI
👀 See Also

MuninnDB adds Dream Engine for LLM memory consolidation with vault isolation
MuninnDB, a Go-based cognitive memory database, now includes a Dream Engine that performs LLM-driven memory consolidation between sessions using deduplication thresholds and semantic review. The system features vault trust tiers for data isolation and runs locally with Ollama.

Vellium Adds Desktop Pets and CLI-Inspired Agents for Local LLMs
Vellium, an open-source crossplatform app for local LLMs, now supports desktop pets that float above windows and agents with MCP integration, terminal commands, and file editing.

Claude Text Adventure Skill v1.1.0 Adds Campaign Arcs and Enhanced NPCs
The Claude text adventure skill update v1.1.0 introduces campaign arcs where character progression persists across adventures, NPCs with hidden stats and levels, and optional visual/audio modules. Download text-adventure.zip from GitHub releases to use with Claude Desktop or claude.ai.

TideSurf: DOM compression tool reduces web agent token usage 30x, speeds TTFT 12x
TideSurf v0.3 converts rendered DOM to markdown-like compressed format, reducing token consumption by 32x on GitHub pages versus raw DOM while adding 18 interactive tools for LLM agents.