Writing Coach Pro

ReviewAudited by ClawScan on May 10, 2026.

Overview

This looks like a coherent writing-coach skill, but it intentionally keeps local writing history/preferences and may send text or stats to your configured LLM or dashboard.

Before installing, decide whether you are comfortable with persistent local writing history and with your configured LLM provider seeing reviewed text. For confidential documents, use a local model, consider disabling dashboard syncing, and clear the skill's data directory when you no longer need the history.

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

Sensitive drafts or excerpts could remain on your machine after a review and influence future coaching behavior.

Why it was flagged

The skill intentionally stores writing-related memory across sessions, including possible text excerpts.

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

Avoid submitting highly sensitive text unless you are comfortable with local retention; periodically clear the data folder if needed.

What this means

Private documents reviewed by the skill may leave your machine if your OpenClaw agent uses a cloud model.

Why it was flagged

User writing may be sent to the configured model provider as part of normal agent operation.

Skill content
**Your text goes wherever your LLM calls go.** If your agent uses a cloud-hosted model (most do), your text is sent to that model's API.
Recommendation

Use a local model for confidential writing, or review your LLM provider's data handling policy before processing sensitive content.

What this means

Writing statistics, issue descriptions, and profile-change history may be stored outside the local skill folder if the dashboard uses an external backend.

Why it was flagged

The optional dashboard integration can write writing-session metadata to dashboard tables, potentially backed by Supabase.

Skill content
Tables auto-created on first data sync if using Supabase backend ... After each Writing Coach Pro review session, the agent writes a summary row to `wc_sessions`
Recommendation

Only enable the dashboard if you understand where it stores data; check table permissions and retention settings.

What this means

Running the command will permanently delete this skill's stored writing analysis data.

Why it was flagged

The setup guide includes a destructive cleanup command, though it is scoped to the skill's own data directory and is user-directed.

Skill content
rm -rf ~/.openclaw/skills/writing-coach-pro/data
Recommendation

Double-check the path before running cleanup commands and back up reports or history you want to keep.