← 返回 Skills 市场
vishalgojha

Message Parser RE-India

作者 Vishal · GitHub ↗ · v1.0.5
cross-platform ✓ 安全检测通过
527
总下载
0
收藏
2
当前安装
6
版本数
在 OpenClaw 中安装
/install message-parser
功能描述
Parse raw WhatsApp exports (TXT or JSON) into normalized message objects with `timestamp`, `sender`, and `content`. Use when users ask to parse chat export,...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install message-parser
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /message-parser 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug message-parser
版本 1.0.5
许可证
累计安装 2
当前安装数 2
历史版本数 6
常见问题

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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 527 次。

如何安装 Message Parser RE-India?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install message-parser」即可一键安装,无需额外配置。

Message Parser RE-India 是免费的吗?

是的,Message Parser RE-India 完全免费(开源免费),可自由下载、安装和使用。

Message Parser RE-India 支持哪些平台?

Message Parser RE-India 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Message Parser RE-India?

由 Vishal(@vishalgojha)开发并维护,当前版本 v1.0.5。

💬 留言讨论