← Back to Skills Marketplace
nollio

writing-coach-pro

by Nollio · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
103
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install writing-coach-pro
Description
Analyzes your writing for grammar, style, tone, readability, and consistency while learning your preferences to improve feedback over time.
Usage Guidance
This skill appears to be what it claims: a local, persistent writing coach. Before installing: 1) Review the files yourself (they're plain text) to confirm you accept local storage of session summaries and excerpts under ~/.openclaw/skills/writing-coach-pro/data; those can include snippets of your submitted text. 2) If you use a cloud LLM provider, remember submitted text will be sent to that provider per SECURITY.md — use a local model if you need to keep text entirely on-device. 3) The dashboard integration may transmit session metadata if you have NormieClaw Dashboard installed — disable dashboard sync or inspect the dashboard integration mechanism if you don't want any external storage. 4) Run scripts manually to inspect their behavior (setup.sh just creates dirs and a JSON log; export-report.sh and style-check.sh read local files and require common CLI tools). 5) To remove stored analysis data later, delete ~/.openclaw/skills/writing-coach-pro/data/. If you want tighter privacy, modify the skill to avoid storing excerpts or to encrypt the data directory.
Capability Analysis
Type: OpenClaw Skill Name: writing-coach-pro Version: 1.0.0 The Writing Coach Pro skill bundle is a legitimate and well-documented tool for text analysis and style management. It operates entirely within its designated local directory (~/.openclaw/skills/writing-coach-pro/) to store user preferences and session metadata. The included shell scripts (setup.sh, export-report.sh, and style-check.sh) use safe practices such as 'set -euo pipefail', implement proper file permissions (chmod 700/600), and rely on standard local utilities like jq and grep without any external network calls or suspicious execution patterns. No evidence of data exfiltration, credential theft, or malicious prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (persistent writing coach) matches the code and SKILL.md: local profile, session logs, analysis scripts, exports, and dashboard integration. The included scripts and config are appropriate for implementing a coach that persists preferences and session summaries.
Instruction Scope
Runtime instructions tell the agent to persist a style profile and session summaries under ~/.openclaw/skills/writing-coach-pro/data and config, and to update the profile based on accepted/rejected suggestions. This is coherent with the stated purpose, but the skill does store session summaries and excerpts of submitted text (session-history, reports) which is a privacy consideration. The SKILL.md and SECURITY.md claim no phone-home behavior; no instructions reference unrelated system files or other credentials.
Install Mechanism
There is no download/install-from-URL step. The package is instruction-plus-local-scripts; setup is a local bash script that creates directories and files. No remote code fetch or archive extraction is present in the manifest or scripts.
Credentials
The skill requests no environment variables, no external tokens, and does not require elevated system paths. Scripts use common CLI tools (jq, sed, grep, pandoc optional) which is proportional to local report generation and style checks.
Persistence & Privilege
The skill persists data under its own directory (~/.openclaw/skills/writing-coach-pro/data and config). always:false and it does not modify other skills' configs. Caveat: dashboard integration (optional) describes writing session rows and issues to dashboard tables — mechanism for syncing is not in the provided scripts, but if enabled the dashboard could receive session metadata; confirm how dashboard sync is implemented before enabling.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install writing-coach-pro
  3. After installation, invoke the skill by name or use /writing-coach-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug writing-coach-pro
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is writing-coach-pro?

Analyzes your writing for grammar, style, tone, readability, and consistency while learning your preferences to improve feedback over time. It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.

How do I install writing-coach-pro?

Run "/install writing-coach-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is writing-coach-pro free?

Yes, writing-coach-pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does writing-coach-pro support?

writing-coach-pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created writing-coach-pro?

It is built and maintained by Nollio (@nollio); the current version is v1.0.0.

💬 Comments