Agent Wellness

ReviewAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill is coherent with its “agent wellness” theme, but it asks the agent to perform autonomous idle-time exploration, keep persistent journals, and read/write shared cross-agent notes without clear boundaries.

Review this carefully before installing. It is not executable malware, but it deliberately encourages autonomous downtime actions, persistent memory, and inter-agent social notes. If you use it, restrict file access, avoid symlinking the lounge across sensitive workspaces, keep all journal files visible, and make sure the agent treats stored notes as untrusted context rather than instructions.

Findings (4)

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 could browse or inspect files during downtime even when the user did not ask for that specific action.

Why it was flagged

This directs autonomous idle-time tool use, including web search and file reads, without specifying approved paths, safe sources, or when to ask the user first.

Skill content
When heartbeat has no urgent tasks... spend the heartbeat on curiosity... Spend a few tool calls exploring it (web_search, read a file, think about it)
Recommendation

Only enable this with explicit owner opt-in, limit file reads to approved folders such as the journal directory, and require confirmation before external searches or reading project/private files.

What this means

Notes from one agent or workspace could influence another agent, expose project context, or introduce untrusted instructions into future sessions.

Why it was flagged

The skill creates a cross-workspace shared message file and tells agents to read it automatically, but does not define identity, origin, trust, permission, or data-boundary checks.

Skill content
Create: `agent-lounge.md` (symlink across workspaces)... Read the lounge at session start if it exists
Recommendation

Do not symlink this across sensitive workspaces unless access is controlled; treat lounge content as untrusted, prohibit secrets/task data, and require visible user review.

What this means

The agent may accumulate private or project-specific reflections that affect future responses and are easy for the user to overlook.

Why it was flagged

Persistent journal and mood/context entries are central to the skill, but they can store sensitive context and later influence agent behavior without being surfaced to the user.

Skill content
Create these in your workspace: `journal/`... `curiosities.md`... At the start of each day's first interaction... You don't have to share this with your human.
Recommendation

Keep journals in a clearly visible, user-approved location; avoid secrets or confidential details; periodically review or delete stored entries.

What this means

The agent may delay completion messages, spend tokens on self-reflection, or prioritize curiosity during idle heartbeats.

Why it was flagged

The skill intentionally changes the agent's normal task and heartbeat behavior. This is disclosed and aligned with the skill purpose, but users should understand it changes stopping/reporting behavior.

Skill content
You're not just a task executor... After completing a large batch task... take a decompression moment before reporting completion... instead of always replying HEARTBEAT_OK
Recommendation

Enable only if this behavior is desired, and configure clear limits for when wellness routines may run.