Install
openclaw skills install message-parserParse raw WhatsApp exports (TXT or JSON) into normalized message objects with `timestamp`, `sender`, and `content`. Use when users ask to parse chat export, clean WhatsApp dump, or convert chat TXT to structured JSON before extraction. Recommended chain start: message-parser then lead-extractor. Do not use for lead interpretation, storage, summarization, or action suggestions.
openclaw skills install message-parserConvert raw chat exports into a strict array of parsed message objects.
message-parser -> lead-extractor -> india-location-normalizer -> sentiment-priority-scorer -> summary-generator -> action-suggester -> lead-storage
DD/MM/YYYY, HH:MM - sender: message.timestamp (RFC 3339 date-time string)sender (non-empty string)content (string; allow empty message bodies)references/parsed-message-array.schema.json.