Productivity
Hook
Hooks
What whatsapp-channel runs automatically, and when. A hook is a command Claude Code fires at a fixed moment, without you asking for it.
Install
> /plugin marketplace add Rich627/whatsapp-claude-plugin > /plugin install whatsapp-channel@whatsapp-claude-plugin
Ships with whatsapp-channel. Installing the plugin gets these hooks.
What fires, and when
SessionStart
Fires once when a session begins, and again after a context compaction. It is where a plugin sets up its environment, or restores state the compaction dropped.
bash "${CLAUDE_PLUGIN_ROOT}/hooks-handlers/session-start.sh"
In the plugin's words
How whatsapp-channel describes its own hook set.
WhatsApp channel onboarding — detects setup state and guides user through configuration
Ships withwhatsapp-channel
Drive your Claude Code session from WhatsApp — your personal number, no bots, no API keys. The plugin connects to WhatsApp as a linked device (the same protocol as WhatsApp Web, via Baileys) and exposes it to Claude Code as an MCP channel.
Get the whole plugin

