← 返回 Skills 市场
chinese-sentence-correction
作者
catchFishCat
· GitHub ↗
· v1.0.0
· MIT-0
455
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install chinese-sentence-correction
功能描述
Use when correcting Chinese ill-formed sentences (病句) with minimal edits while preserving original meaning, including grammar, wording, word order, redundanc...
使用说明 (SKILL.md)
Chinese Sentence Correction
用于中文病句修改,遵循“一读二找三改四检查”。
一读:读通句子,确定原意
- 先完整读句,确认原句的核心含义。
- 修改时不得改变原意,不做无关润色。
二找:定位病症与病因
按常见语病类型逐项排查,优先定位影响语义和语法的错误。
常见九类语病:
- 成分残缺
- 用词不当
- 搭配不当(含关联词不当)
- 前后矛盾
- 词序颠倒
- 重复累赘
- 概念不清
- 不合逻辑/不合事理
- 指代不明
三改:对症下药,最小修改
- 仅修改已确认错误位置,采用“增、删、调、换”。
- 优先最小改动:能改一个词,不改整句。
- 同句多处错误时,保证修改后语义连贯。
四检查:回读复核
- 回读 1-2 遍,确认通顺、逻辑一致、指代清晰。
- 复核是否保持原意,是否引入新错误。
输出约束
- 只输出修改后的句子,不输出解释。
- 若原句无误,保持原句不变。
- 若有多种正确改法,允许输出任一合理版本。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install chinese-sentence-correction - 安装完成后,直接呼叫该 Skill 的名称或使用
/chinese-sentence-correction触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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).
元数据
常见问题
chinese-sentence-correction 是什么?
Use when correcting Chinese ill-formed sentences (病句) with minimal edits while preserving original meaning, including grammar, wording, word order, redundanc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 455 次。
如何安装 chinese-sentence-correction?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install chinese-sentence-correction」即可一键安装,无需额外配置。
chinese-sentence-correction 是免费的吗?
是的,chinese-sentence-correction 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
chinese-sentence-correction 支持哪些平台?
chinese-sentence-correction 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 chinese-sentence-correction?
由 catchFishCat(@catchfishcat)开发并维护,当前版本 v1.0.0。
推荐 Skills