writing-coach-pro

ReviewAudited by ClawScan on May 10, 2026.

Overview

This appears to be a coherent writing-coaching skill, but it stores local writing-history data and may sync writing stats to a dashboard.

This skill is reasonable to install if you want persistent writing feedback. Before using it with confidential text, understand that your submitted writing may go to your configured LLM provider, local session history may contain excerpts, and optional dashboard sync may store writing-analysis metadata outside the skill's local data folder.

Findings (3)

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

Private or confidential writing may be saved locally in analysis history and reused for future coaching behavior.

Why it was flagged

The skill intentionally keeps persistent local writing history, including possible excerpts from user text, so sensitive writing may remain on disk after a review.

Skill content
Session history (`data/session-history/`): Per-session analysis summaries. May contain excerpts from your submitted text alongside suggested corrections.
Recommendation

Avoid using it with highly sensitive documents unless you are comfortable with local retention; periodically clear the data directory if you do not want history kept.

What this means

Writing stats, issue summaries, and profile-change data may become visible in the dashboard environment if that integration is installed.

Why it was flagged

The dashboard integration is disclosed and purpose-aligned, but it means writing-analysis metadata can be shared with another local or backend dashboard component.

Skill content
If you have the NormieClaw Dashboard installed, Writing Coach Pro automatically feeds it your writing stats.
Recommendation

Use the dashboard only if you understand where its data is stored, especially if the dashboard uses a hosted backend such as Supabase.

What this means

Running the reset command will permanently delete the skill's stored writing-coach history and learning data.

Why it was flagged

The reset instructions include a destructive shell command, but it is user-directed and limited to this skill's own stored data directory.

Skill content
rm -rf ~/.openclaw/skills/writing-coach-pro/data
bash ~/.openclaw/skills/writing-coach-pro/scripts/setup.sh
Recommendation

Double-check the path before running the command and back up the data directory first if you may want to keep past analysis.