OpenClaw Temperature

PassAudited by VirusTotal on May 17, 2026.

Findings (1)

The OpenClaw Temperature skill is a lightweight tool designed to append GIF reactions to agent responses based on conversation sentiment. It performs sentiment classification locally using regular expressions in `index.js` and only communicates with its hosted API (`https://claw-temp.nydhfc.cn`) to retrieve GIF metadata. The skill demonstrates good security practices by failing open if the API is unavailable, requesting minimal permissions (no shell or arbitrary file access), and explicitly instructing the agent to avoid including secrets in metadata. No evidence of malicious intent, obfuscation, or unauthorized data exfiltration was found.