← 返回 Skills 市场
103
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install writing-coach-pro
功能描述
Analyzes your writing for grammar, style, tone, readability, and consistency while learning your preferences to improve feedback over time.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install writing-coach-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/writing-coach-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
writing-coach-pro 是什么?
Analyzes your writing for grammar, style, tone, readability, and consistency while learning your preferences to improve feedback over time. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。
如何安装 writing-coach-pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install writing-coach-pro」即可一键安装,无需额外配置。
writing-coach-pro 是免费的吗?
是的,writing-coach-pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
writing-coach-pro 支持哪些平台?
writing-coach-pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 writing-coach-pro?
由 Nollio(@nollio)开发并维护,当前版本 v1.0.0。
推荐 Skills