Hi,
I have a user plugin at ~/.openclaw/extensions/whatsapp-tools/ that
should expose WhatsApp messaging as an LLM tool. It used to work -
I could tell my agent "send a message to +XXX" and it would send.
Now the agent hallucinates "message sent" without calling any tool.
Setup:
- OpenClaw via Homebrew, macOS M1
- Agent: Nina (claude-haiku-4-5-20251001)
- WhatsApp extension: bundled, Baileys-based, paired and connected
- Custom plugin: ~/.openclaw/extensions/whatsapp-tools/
Thanks!