ADHD Body Doubling

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears purpose-aligned and benign, with the main thing to notice being that it can store local session-history details about your work and focus patterns.

This looks safe to install for its stated purpose. Be aware that using the session-history or standalone script can save details about what you are working on, your micro-steps, and your energy level under ~/.openclaw/skills/adhd-body-doubling/history/. Delete that directory or avoid sensitive wording if you do not want those details retained.

Findings (2)

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

If you run the standalone script, it will prompt you for session details and create local history files.

Why it was flagged

The skill includes a user-directed shell script for standalone sessions. This is disclosed and aligned with the focus-session purpose, but it is still local code execution the user should choose intentionally.

Skill content
Or run standalone:
```bash
chmod +x scripts/start-session.sh
./scripts/start-session.sh 50
```
Recommendation

Run the script only if you want standalone mode, and review or delete its local history files if they contain sensitive task details.

What this means

Your work plans, blockers, and focus-pattern details may remain on your machine after a session.

Why it was flagged

The script stores user-entered task descriptions, micro-steps, and energy level in persistent local JSON history. This supports the stated history-tracking feature, but may include sensitive personal or business context.

Skill content
SESSION_DIR="${HOME}/.openclaw/skills/adhd-body-doubling/history"
...
"task_description": "$TASK_ESC",
"first_microstep": "$MICROSTEP_ESC",
"smallest_step": "$SMALLEST_ESC",
"energy_start": ${ENERGY_START:-5}
Recommendation

Avoid entering confidential details you do not want retained, and periodically review or clear ~/.openclaw/skills/adhd-body-doubling/history/.