← Back to Skills Marketplace
bytesagain3

Proofreader

by bytesagain3 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
588
Downloads
0
Stars
3
Active Installs
10
Versions
Install in OpenClaw
/install proofreader
Description
校对/错别字检查、语法纠错、文风统一、一致性检查、可读性评分、校对报告。Proofreading with typo detection, grammar correction, style consistency, readability scoring.
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install proofreader
  3. After installation, invoke the skill by name or use /proofreader
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug proofreader
Version 2.0.0
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 10
Frequently Asked Questions

What is Proofreader?

校对/错别字检查、语法纠错、文风统一、一致性检查、可读性评分、校对报告。Proofreading with typo detection, grammar correction, style consistency, readability scoring. It is an AI Agent Skill for Claude Code / OpenClaw, with 588 downloads so far.

How do I install Proofreader?

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

Is Proofreader free?

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

Which platforms does Proofreader support?

Proofreader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Proofreader?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.0.

💬 Comments