← All skills
Tencent SkillHub · Communication & Collaboration

Message Parser RE-India

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, agents/openai.yaml, references/parsed-message-array.schema.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.5

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

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.

Recommended Chain

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

Execute Workflow

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

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

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Config1 Docs
  • SKILL.md Primary doc
  • agents/openai.yaml Config
  • references/parsed-message-array.schema.json Config