← Back to Skills Marketplace
catchfishcat

chinese-sentence-correction

by catchFishCat · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
455
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install chinese-sentence-correction
Description
Use when correcting Chinese ill-formed sentences (病句) with minimal edits while preserving original meaning, including grammar, wording, word order, redundanc...
README (SKILL.md)

Chinese Sentence Correction

用于中文病句修改,遵循“一读二找三改四检查”。

一读:读通句子,确定原意

  • 先完整读句,确认原句的核心含义。
  • 修改时不得改变原意,不做无关润色。

二找:定位病症与病因

按常见语病类型逐项排查,优先定位影响语义和语法的错误。

常见九类语病:

  1. 成分残缺
  2. 用词不当
  3. 搭配不当(含关联词不当)
  4. 前后矛盾
  5. 词序颠倒
  6. 重复累赘
  7. 概念不清
  8. 不合逻辑/不合事理
  9. 指代不明

三改:对症下药,最小修改

  • 仅修改已确认错误位置,采用“增、删、调、换”。
  • 优先最小改动:能改一个词,不改整句。
  • 同句多处错误时,保证修改后语义连贯。

四检查:回读复核

  • 回读 1-2 遍,确认通顺、逻辑一致、指代清晰。
  • 复核是否保持原意,是否引入新错误。

输出约束

  • 只输出修改后的句子,不输出解释。
  • 若原句无误,保持原句不变。
  • 若有多种正确改法,允许输出任一合理版本。
Usage Guidance
This skill is coherent and low-risk: it's instruction-only, asks for no secrets, and its instructions align with the stated purpose. If you install it, test it with non-sensitive sample sentences to confirm the behavior (it should return a single corrected sentence). Also remember that the skill will run under whatever permissions your agent already has—avoid sending highly sensitive text to any external model or environment you do not trust.
Capability Analysis
Type: OpenClaw Skill Name: chinese-sentence-correction Version: 1.0.0 The skill bundle consists of metadata and Markdown instructions (SKILL.md) for correcting Chinese grammar. It contains no executable code, network activity, or suspicious instructions, and its logic is entirely focused on linguistic processing and output constraints for sentence correction.
Capability Assessment
Purpose & Capability
Name and description match the SKILL.md: the skill is solely about correcting Chinese sentences with minimal edits. No unrelated binaries, env vars, or config paths are required.
Instruction Scope
SKILL.md contains constrained, task-focused runtime instructions (read, identify error types, make minimal edits, re-check) and explicit output rules (only emit the corrected sentence). It does not instruct reading files, environment variables, or sending data to external endpoints.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is written to disk or downloaded during install, minimizing surface area.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate to a simple text-correction helper.
Persistence & Privilege
always is false and defaults are used. The skill does not request persistent system presence or modify other skills' configurations; autonomous invocation is platform-default and not concerning here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install chinese-sentence-correction
  3. After installation, invoke the skill by name or use /chinese-sentence-correction
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of chinese-sentence-correction skill. - Detects and corrects common errors in Chinese sentences (病句) with minimal edits. - Focuses on grammar, wording, word order, redundancy, and logical consistency. - Ensures corrections preserve the original meaning without unnecessary changes. - Only outputs the corrected sentence (or repeats original if no correction is needed).
Metadata
Slug chinese-sentence-correction
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is chinese-sentence-correction?

Use when correcting Chinese ill-formed sentences (病句) with minimal edits while preserving original meaning, including grammar, wording, word order, redundanc... It is an AI Agent Skill for Claude Code / OpenClaw, with 455 downloads so far.

How do I install chinese-sentence-correction?

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

Is chinese-sentence-correction free?

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

Which platforms does chinese-sentence-correction support?

chinese-sentence-correction is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created chinese-sentence-correction?

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

💬 Comments