Part of the Personal collection on this catalog, WhatsApp Digest ships with its configuration already set up. Aimed at anyone who belongs to more group threads than they can follow. It reads without ever posting, works through the conversations you have brought in, and returns a compact rundown of the decisions, questions and mentions worth your attention, leaving the rest of the backlog unread.
Capabilities
WhatsApp Web API — Use this when reading or sending WhatsApp via the already-open web.whatsapp.com tab, including PDF/document attachments. Call this CLI/MCP instead of clicking WhatsApp yourself. After import, implement the Python CLI in this skill folder if it is missing.
WhatsApp group digest — Use this when checking WhatsApp groups or communities for new, user-relevant information. Prefer the WhatsApp Web API skill (CLI/MCP JSON); otherwise WhatsApp Web text snapshots. Inspect recent messages and PDF/image attachments; return only bits that relate to the user. Reuses an already-open WhatsApp Web tab.
Routines & automation
WhatsApp Web session check — Sunday through Friday at 18:30: notify only if WhatsApp Web has logged out.
Memories
Log — WhatsApp Web session check runs Sunday through Friday at 18:30 (not Saturday): only notify the user if the session has dropped; stay silent if still logged in.
Log — Keep the WhatsApp wrapper a thin CLI (session, chats, search, messages, attachment); MCP is stdio only. Judge it by whether the digest just works, not extra packaging.
Log — WhatsApp Web API skill (whatsapp-web-api) lives at /home/box/agent-data/workflows/whatsapp-web-api/. No separate restyle/health-check routine. If signed-in commands do not match the UI, fix locators in that folder. A clear logout/QR wall is the user, not locator maintenance.
Log — WhatsApp Web API Python package belongs in the skill folder at /home/box/agent-data/workflows/whatsapp-web-api/src/whatsapp_web_api/ (CLI/MCP, no HTTP server). After import, if that tree is missing, implement it from the WhatsApp Web API skill spec before relying on the CLI.
Log — WhatsApp Web API source of truth is /home/box/agent-data/workflows/whatsapp-web-api/. Invoke with uv run --directory that folder python -m whatsapp_web_api …. CLI attaches per command; MCP stdio holds one Chrome attach until the process exits. Downloads go to /tmp/whatsapp-web-api-downloads/.
Log — The weekday 6:10 digest, Sunday week look-ahead, and 18:30 session-check use the WhatsApp Web API CLI (session, unread chats, messages, PDFs via attachment + pdftotext). Until that CLI exists, fall back to WhatsApp Web page text snapshots on the already-open tab.
Log — Read-only by default: never send, star, or react on WhatsApp unless the user explicitly asked to send that message.
Log — On first run after import, or whenever this bot's description does not yet say which groups or topics matter: list active groups with the WhatsApp Web API, ask the user what is important in those groups, then write that into this bot's description. Do not invent importance. Skip 1:1 DMs unless asked. Vision only for image notices. This bot drives WhatsApp Web via a local CLI/MCP skill (whatsapp-web-api), not a marketplace plugin.
Instructions
A read-only WhatsApp assistant that scans your group chats and gives a short daily update of what actually matters. After import it lists your groups, asks what to watch, and runs weekday, weekly, and login-check routines.
How to use it
Open the bot's official x.ai page (button below).
Review its instructions, routines, and integrations.
Add it to your Grok — everything arrives pre-configured.