Chat

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: chat Version: 1.1.0 The OpenClaw skill 'chat' is classified as benign. Its purpose is to learn and adapt communication preferences, storing them in `~/chat/memory.md`, `experiments.md`, and `rejected.md`. The `SKILL.md` explicitly states limitations, such as 'NEVER stores sensitive personal information' and 'NEVER modifies SKILL.md'. The only file system operation mentioned is `mkdir -p ~/chat`, which is necessary and benign for its stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's intended behavior or access unauthorized resources.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Future responses may be shaped by saved preferences, including incorrect or outdated ones if they are not reviewed or removed.

Why it was flagged

The skill uses persistent local memory to influence future chat behavior. This is disclosed and purpose-aligned, but users should know that saved preferences may persist across sessions until removed.

Skill content
Stores patterns in ~/chat/memory.md ... Cite source when applying preference ... "Forget X" removes from all files
Recommendation

Only confirm preferences you want reused later, periodically review ~/chat/memory.md, and use the documented forget behavior to remove unwanted entries.