← 返回 Skills 市场
Proofreader
作者
bytesagain3
· GitHub ↗
· v2.0.0
· MIT-0
588
总下载
0
收藏
3
当前安装
10
版本数
在 OpenClaw 中安装
/install proofreader
功能描述
校对/错别字检查、语法纠错、文风统一、一致性检查、可读性评分、校对报告。Proofreading with typo detection, grammar correction, style consistency, readability scoring.
安全使用建议
This skill appears to do exactly what it claims: generate proofreading prompts and provide local helpers. It does not request credentials or perform network calls. Important things to consider before installing:
- The scripts create and write files under $PROOFREADER_DIR (or $XDG_DATA_HOME/proofreader or $HOME/.local/share/proofreader) including data.log and history.log. If you plan to proofread sensitive text, that text may be saved locally; set PROOFREADER_DIR to a secure location or remove those files after use.
- The skill can be invoked autonomously by the agent (disable-model-invocation is false), which is normal for skills. If you are concerned about autonomous runs, disable autonomous invocation in your agent settings.
- The code is simple shell scripts with no obfuscation and no external network activity. Continue to review updates or new versions, and avoid supplying secrets or private credentials to this skill (none are required).
功能分析
Type: OpenClaw Skill
Name: proofreader
Version: 2.0.0
The proofreader skill bundle is a legitimate tool designed to assist with text校对 (proofreading), grammar checking, and style consistency. The core logic in `scripts/proofread.sh` generates structured prompts for an AI agent to perform linguistic analysis, while `scripts/script.sh` provides basic local logging and data management utilities. No evidence of data exfiltration, malicious command execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description (proofreading, grammar/style/consistency/readability) match the included scripts and SKILL.md. No unrelated binaries or credentials are requested. The two bundled shell scripts implement prompt generation and a simple local data/log store appropriate for a proofreading tool.
Instruction Scope
SKILL.md and scripts confine behavior to producing proofreading prompts and handling user-provided text. They do not instruct the agent to read unrelated system files or contact external endpoints. The scripts echo user input into prompt templates and produce formatted output instructions for the model.
Install Mechanism
There is no install spec (instruction-only skill with bundled scripts). No remote downloads or package installs are performed. This minimizes install-time risk.
Credentials
No required environment variables or credentials. The scripts respect optional PROOFREADER_DIR/XDG_DATA_HOME/HOME for local storage, which is proportionate to storing usage history/config. No secrets or third‑party tokens are requested.
Persistence & Privilege
always:false (normal). The tool creates a local data directory (default: $XDG_DATA_HOME or $HOME/.local/share/proofreader) and writes DB/history.log and config paths there — limited persistence scoped to the skill's own data. This is expected but means user text may be stored locally.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install proofreader - 安装完成后,直接呼叫该 Skill 的名称或使用
/proofreader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.6
yaml-fix+quality
v1.0.5
yaml-fix+quality
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
Standards compliance: unique content, no template text
v1.0.1
Quality update: docs, examples, standards compliance
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions
v1.0.0
Initial release of the proofreader skill:
- Provides typo detection, grammar correction, style consistency checks, and consistency verification.
- Includes readability scoring and generates comprehensive proofreading reports.
- Supports both Chinese and English, with outputs in convenient Markdown format.
- Offers a set of commands for targeted checks (typos, grammar, style, consistency, readability, and reports).
- Includes professional proofreading tips and guidance for improved workflow.
元数据
常见问题
Proofreader 是什么?
校对/错别字检查、语法纠错、文风统一、一致性检查、可读性评分、校对报告。Proofreading with typo detection, grammar correction, style consistency, readability scoring. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 588 次。
如何安装 Proofreader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install proofreader」即可一键安装,无需额外配置。
Proofreader 是免费的吗?
是的,Proofreader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Proofreader 支持哪些平台?
Proofreader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Proofreader?
由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.0。
推荐 Skills