--- name: message-parser description: Parse raw WhatsApp exports (TXT or JSON) into normalized message objects with `timestamp`, `sender`, and `content`. --- # message-parser Parse raw WhatsApp exports (TXT or JSON) into normalized message objects with `timestamp`, `sender`, and `content`. ## Install ``` npx clawhub@latest install message-parser ```