Connect WhatsApp
WhatsApp connects through Baileys (an unofficial WhatsApp Web client) with QR login on first run; the session persists to disk afterwards.
WhatsApp connects through Baileys (an unofficial WhatsApp Web client) with QR login on first run; the session persists to disk afterwards.
Setup
- Add the config block below and start VibeAround.
- Scan the QR code shown on first run with the WhatsApp mobile app (Linked devices).
Configuration
Required fields: none (QR authentication at runtime).
{
"channels": {
"whatsapp": {
"verbose": { "show_thinking": false, "show_tool_use": false }
}
}
}Behavior
- Unofficial-client caveat: WhatsApp does not offer an official bot API for this use; treat the connection as best-effort and keep the linked device list tidy.
Source anchors: va-plugin-channel-whatsapp src/main.ts (QR auth, session persisted).
Last verified: v0.7.11
Connect WeChat
WeChat connects through an OpenClaw compatible bridge with QR login — no credentials in settings.
Security model
VibeAround exposes powerful things — a terminal, a coding agent with shell access, your provider credentials — so its trust boundaries are worth understanding precisely. The short version: everything runs on your mach...