ClawCoach Setup

PassAudited by ClawScan on May 1, 2026.

Overview

This setup skill is coherent and purpose-aligned, but it collects and stores personal health and diet information in local JSON files.

Before installing, be comfortable with ClawCoach asking for health-related details and saving them under ~/.clawcoach/. The behavior is disclosed and scoped, but you should avoid entering fields you do not want stored and review any separate clawcoach-core skill before using future coaching features.

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

Your age, body measurements, goals, allergies, dietary restrictions, and preferences may remain on disk until you delete or reset the ClawCoach files.

Why it was flagged

The skill creates persistent local memory containing personal health, nutrition, and preference data that future ClawCoach interactions can reuse.

Skill content
All ClawCoach data is stored in `~/.clawcoach/` as JSON files... `~/.clawcoach/profile.json` — user profile and preferences
Recommendation

Only provide information you are comfortable storing locally, and review or delete ~/.clawcoach/profile.json if you no longer want the profile retained.

What this means

Installing and using the skill can modify your home directory by creating ClawCoach configuration and log files.

Why it was flagged

The skill directs the agent to create and write local files. The paths are clearly disclosed and scoped to ClawCoach, so this is purpose-aligned rather than suspicious.

Skill content
Create this directory if it does not exist... Write all collected data to `~/.clawcoach/profile.json`... Initialize an empty food log at `~/.clawcoach/food-log.json`
Recommendation

Confirm you want these local files created, and inspect or remove the ~/.clawcoach/ directory if you want to undo the setup.