Coding

Message Parser RE-India

Try it

Parse raw WhatsApp exports (TXT or JSON) into normalized message objects with `timestamp`, `sender`, and `content`. Use when users ask to parse chat export,...

What it does

Parse raw WhatsApp exports (TXT or JSON) into normalized message objects with `timestamp`, `sender`, and `content`. Use when users ask to parse chat export,...

The skill document

Message Parser

Convert raw chat exports into a strict array of parsed message objects.

Quick Triggers

  • Parse this WhatsApp export file.
  • Convert this group dump into structured messages.
  • Clean this TXT chat into timestamp/sender/content rows.

message-parser -> lead-extractor -> india-location-normalizer -> sentiment-priority-scorer -> summary-generator -> action-suggester -> lead-storage

Execute Workflow

  1. Accept raw WhatsApp export input as plain text, JSON, or file contents already loaded by Supervisor.
  2. Detect and parse the source format, including WhatsApp export lines like DD/MM/YYYY, HH:MM - sender: message.
  3. Normalize each event into exactly three fields:
    • timestamp (RFC 3339 date-time string)
    • sender (non-empty string)
    • content (string; allow empty message bodies)
  4. Merge multiline continuation lines into the previous message when they do not start with a new timestamp marker.
  5. Preserve message ordering. If timestamps collide, preserve original source order.
  6. Ignore chat-system boilerplate as lead content (encryption notice, group created, member added) while preserving raw line fidelity for audit.
  7. Validate output against references/parsed-message-array.schema.json.
  8. Return only the validated array.

Enforce Boundaries

  • Never infer or extract leads.
  • Never write to databases or files.
  • Never generate summaries or action plans.
  • Never send or schedule outbound communication.
  • Never bypass Supervisor routing.

Handle Errors

  1. Return explicit parse errors for malformed entries.
  2. Include line offsets when source lines are available.
  3. Fail closed if output cannot satisfy the schema.

Related skills

Extract structured real-estate lead records from parsed message objects. Use when users ask to find leads in WhatsApp exports, extract name-phone-budget, or...

49 installs

Source and send relevant reaction GIFs in WhatsApp chats using safe filters and deterministic ranking. Use when the user asks for a GIF/meme/reaction, or whe...

34 installs

Use Social Flow as an agentic control plane for Meta operations via the installed `social` CLI and Gateway API. Ideal when the user asks for multi-step execu...

36 installs1 stars

Turn Markdown into WeChat Official Account HTML, covers, infographics, and image posts via the md2wechat CLI.

65 installs4 stars

Search, read, and update Slack messages, channel history, canvases, and users via Slack's hosted MCP server. Thin pass-through to Slack's official MCP; the l...

30 installs

Use when operating the installed `whoop` CLI for agent-friendly WHOOP access, cross-platform secret storage checks, daily briefs, summaries, health flags, ac...

37 installs