Humor

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: humor Version: 1.0.0 The skill bundle is classified as benign. All files are markdown documents providing instructions for an AI agent to develop adaptive humor. The only file system interactions involve creating a dedicated directory `~/humor/` and storing internal learning data (`history.md`, `callbacks.md`, `wins.md`) within it, as explicitly detailed in `SKILL.md`. These actions are directly aligned with the stated purpose of the skill and show no evidence of malicious intent such as data exfiltration, unauthorized execution, persistence, or harmful prompt injection.

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

The agent may keep a local record of what jokes worked, what failed, and shared references for future conversations.

Why it was flagged

The skill directs the agent to persist user-specific humor interaction history and reusable callbacks, which can influence future responses.

Skill content
Create `~/humor/` for scaling data: ... `history.md` # Attempts log ... `callbacks.md` # Running jokes, references to reuse ... `wins.md` ... Update after meaningful humor interactions. Keep history.md trimmed to last 30 entries.
Recommendation

Install only if you are comfortable with local humor-preference memory; periodically review or delete ~/humor/ if you do not want this history retained.