A high-performance utility designed to convert unstructured WhatsApp TXT and JSON exports into structured, machine-readable message objects.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install message-parser
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install message-parser using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Message Parser is a foundational component within the Openclaw Skills ecosystem, specifically engineered to handle the nuances of chat export formatting. It transforms raw, often messy text files into a strict array of objects containing timestamps, sender information, and message content. By serving as the entry point for chat data processing, it ensures that subsequent AI agents receive clean, validated data for analysis.
This skill is built for developers and automation specialists who need to bridge the gap between human-readable chat logs and programmatic data pipelines. It meticulously handles edge cases such as multiline message continuations and varies date formats, making it a reliable first step in any complex Openclaw Skills workflow.
To integrate the Message Parser into your workflow, ensure the skill is registered in your agent's directory. You can trigger the parsing logic via natural language commands or CLI interactions.
# Example: Triggering the parser via a CLI-based agent
openclaw run message-parser --input ./whatsapp_chat_export.txt
The output is a validated array of message objects adhering to the following structure:
| Property | Type | Description |
|---|---|---|
timestamp |
string | RFC 3339 formatted date and time |
sender |
string | The name or identifier of the message author |
content |
string | The text body of the message |
All output is strictly validated against references/parsed-message-array.schema.json to guarantee compatibility with other Openclaw Skills.
Loading
A specialized agent skill for persisting validated lead objects into secure storage only after explicit supervisor confirmation.

Automate the transformation of unstructured chat messages into structured real estate lead records with precision.

A high-precision normalization tool for mapping Indian real-estate location aliases to canonical city and locality records.

A specialized agent skill for generating prioritized, non-binding follow-up action suggestions from lead data.

PropAI Sync is a dedicated utility for managing monorepos, automating Railway deployments, and validating hosted API contracts.

A deterministic lead scoring engine that ranks real-estate inquiries based on sentiment, urgency, and intent using Openclaw Skills.








































