← Back to Skills Marketplace
vishalgojha

Message Parser RE-India

by Vishal · GitHub ↗ · v1.0.5
cross-platform ✓ Security Clean
527
Downloads
0
Stars
2
Active Installs
6
Versions
Install in OpenClaw
/install message-parser
Description
Parse raw WhatsApp exports (TXT or JSON) into normalized message objects with `timestamp`, `sender`, and `content`. Use when users ask to parse chat export,...
Usage Guidance
This skill appears coherent and limited to parsing WhatsApp exports into structured message objects. Before installing or using it, consider: (1) the skill will process potentially sensitive chat data (PII); ensure you trust the runtime and Supervisor that supplies file contents; (2) the SKILL.md recommends chaining to downstream skills (e.g., lead-extractor, storage) — review and trust those downstream skills before chaining, because they could store or transmit parsed data even if this parser does not; (3) the skill has no provenance (unknown source/homepage), so prefer using it only in a controlled environment or after inspecting behavior in a sandbox; (4) confirm it handles the specific export formats and encodings you have and test on non-sensitive samples first.
Capability Analysis
Type: OpenClaw Skill Name: message-parser Version: 1.0.5 The skill bundle is benign. The `SKILL.md` file clearly defines the purpose of parsing WhatsApp exports and includes strong 'Enforce Boundaries' instructions that explicitly forbid malicious actions such as writing to databases or files, sending outbound communication, or generating summaries/action plans. There are no indications of prompt injection attempts, obfuscation, or any other malicious intent within the provided files.
Capability Assessment
Purpose & Capability
Name and description match the runtime instructions. The skill is instruction-only, requires no binaries, env vars, or installs, and the provided JSON schema matches the described output format. Nothing requested appears unrelated to parsing WhatsApp exports.
Instruction Scope
SKILL.md stays narrowly focused on parsing, normalization, validation, and error reporting. It explicitly forbids extracting leads, writing to storage, summarizing, or sending outbound communications. It relies on Supervisor to supply file contents and references a recommended chain (which includes a 'lead-extractor') — users should be aware that chaining this skill with downstream skills may expose parsed content to other capabilities even though this skill itself promises not to extract or store data.
Install Mechanism
No install spec or code files that would be written to disk; instruction-only skills are lowest risk in install mechanism terms.
Credentials
No environment variables, credentials, or config paths are requested. The skill does require access to input text/file contents (provided by Supervisor), which is appropriate for its purpose but is a vector for exposing sensitive chat data if the runtime environment or Supervisor is untrusted.
Persistence & Privilege
always:false and no behavior described that modifies other skills or system-wide settings. The skill explicitly prohibits writing to databases/files and bypassing Supervisor routing.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install message-parser
  3. After installation, invoke the skill by name or use /message-parser
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
Data-driven parsing and multiline handling updates from real WhatsApp dumps
v1.0.4
Preserve RE-India title and improve install-facing guidance
v1.0.3
Improve use-when clarity and chain guidance
v1.0.2
Rename display title with RE-India suffix
v1.0.1
Append RE-India suffix to display names
v1.0.0
- Initial release of message-parser skill. - Parses raw WhatsApp exports (TXT or JSON) into a normalized array of message objects. - Each parsed message includes: timestamp (RFC 3339), sender, and content. - Handles format detection, message ordering, and output schema validation. - Returns explicit parse errors with line offsets, when available. - Strict boundaries: No data interpretation, storage, summarization, or outbound actions.
Metadata
Slug message-parser
Version 1.0.5
License
All-time Installs 2
Active Installs 2
Total Versions 6
Frequently Asked Questions

What is 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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 527 downloads so far.

How do I install Message Parser RE-India?

Run "/install message-parser" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Message Parser RE-India free?

Yes, Message Parser RE-India is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Message Parser RE-India support?

Message Parser RE-India is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Message Parser RE-India?

It is built and maintained by Vishal (@vishalgojha); the current version is v1.0.5.

💬 Comments