Six Thinking Hats

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: six-thinking-hats Version: 1.0.0 The skill bundle is benign. All files (SKILL.md, hats.md, memory-template.md, setup.md) provide instructions for the AI agent on how to implement the 'Six Thinking Hats' methodology and manage its internal state. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts designed to subvert the agent's core function or access sensitive user data. File system interactions are limited to managing skill-specific memory within the `~/six-thinking-hats/` directory, which is a standard requirement for stateful skills.

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

Your decision-making preferences and optional analysis history may be saved locally and reused in later sessions.

Why it was flagged

The skill intentionally keeps persistent local memory containing preferences and possibly past decision analyses, which can affect future use of the skill.

Skill content
Memory lives in `~/six-thinking-hats/`... `memory.md       # Preferences + past analyses`
Recommendation

Only allow archiving if you are comfortable keeping that history, and review or delete ~/six-thinking-hats/ if you want to reset the skill's memory.