← 返回 Skills 市场
chinese-punctuation-correction
作者
catchFishCat
· GitHub ↗
· v1.0.0
· MIT-0
141
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install chinese-punctuation-sentence-correction
功能描述
Use when correcting Chinese ill-formed sentences with punctuation-focused errors (comma,顿号,分号,冒号,问号,叹号,引号,书名号,括号,省略号,破折号), including mixed punctuation-and-gr...
使用说明 (SKILL.md)
Chinese Punctuation Sentence Correction
Overview
Correct Chinese sentences by prioritizing punctuation misuse while preserving original meaning. Apply minimal edits first; only adjust wording/word order when punctuation alone cannot resolve the sentence.
Workflow
- Read the full sentence/paragraph once to lock intended meaning.
- Detect punctuation-category errors first (see
references/punctuation_rules.md). - Fix with the minimum required change; do not rewrite style.
- Re-check sentence flow, quote pairing, and punctuation hierarchy.
- Output only what the user asked for:
- If user asks to "直接改": output corrected text only.
- If user asks for explanation: provide
原句/问题类型/修改后.
Core Rules
- Prioritize punctuation errors in this order:
。?!>:>;>,>、. - Preserve semantics; avoid content expansion.
- Keep author's register and wording where possible.
- Do not convert all punctuation to one style; use the sentence structure as the source of truth.
- When uncertainty is high, keep original punctuation and report low confidence only if user asked for explanation.
Output Templates
A) Direct correction (default)
\x3C修改后文本>
B) With explanation (only when requested)
问题1:
- 原句:...
- 类型:逗号误用/顿号误用/分号误用/冒号误用/问号误用/引号误用/书名号误用/括号误用/省略号误用/破折号误用
- 修改:...
- 理由:...
Reference Usage
- Use
references/punctuation_rules.mdfor concrete rule checks and examples. - Use national standard first when conflicts appear.
Must Not Do
- Do not rewrite paragraphs for polish.
- Do not change factual meaning or stance.
- Do not add punctuation comments unless user asks for analysis.
- Do not force corrections for uncertain cases.
Quick Examples
Example 1
- Input:
理论,来源于实践,实践,要靠理论来指导。 - Output:
理论来源于实践;实践要靠理论来指导。
Example 2
- Input:
这二、三天时间里,来了二、三十个二十七、八岁的年轻人。 - Output:
这二三天时间里,来了二三十个二十七八岁的年轻人。
Example 3
- Input:
发生了这么重大的事故,作为一校之长,你难道没有责任!? - Output:
发生了这么重大的事故,作为一校之长,你难道没有责任?!
安全使用建议
This skill appears internally consistent and low-risk: it only contains instructions and a reference file for punctuation rules, asks for no credentials, and performs no installs. Before enabling, consider: (1) review corrected outputs on representative samples to ensure the minimal-edit policy preserves meaning in your use cases; (2) avoid submitting highly sensitive personal or secret data to any text-processing skill if you are unsure where model processing occurs; and (3) if you need auditability, ask the skill (via its 'explanation' mode) to show original/issue/fix details for corrections.
功能分析
Type: OpenClaw Skill
Name: chinese-punctuation-sentence-correction
Version: 1.0.0
The skill bundle is designed for correcting Chinese punctuation and sentence structure based on national standards (GB/T 15834-2011). The instructions in SKILL.md and the detailed logic in references/punctuation_rules.md are strictly focused on linguistic correction, preserving original meaning, and providing explanations when requested. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
能力评估
Purpose & Capability
Name/description, SKILL.md workflow, and the included reference document all focus on Chinese punctuation correction; no unrelated environment variables, binaries, or capabilities are requested.
Instruction Scope
Runtime instructions are narrowly scoped to reading user-provided sentences/paragraphs, applying punctuation rules from the included reference, and returning corrected text or optional explanations; they do not ask the agent to read system files, network endpoints, or other secrets.
Install Mechanism
No install spec and no code files — instruction-only skill with no downloads or executable installation steps.
Credentials
No environment variables, credentials, or config paths are required; requested access is proportional to the stated text-processing purpose.
Persistence & Privilege
always is false and the skill does not request persistent system changes or modify other skills; autonomous model invocation is allowed by default but is not a concern here given the narrow scope.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install chinese-punctuation-sentence-correction - 安装完成后,直接呼叫该 Skill 的名称或使用
/chinese-punctuation-sentence-correction触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Chinese punctuation sentence correction skill.
- Focuses on correcting Chinese sentences with punctuation-related errors while preserving meaning and minimal editing.
- Supports all Chinese punctuation types, including comma, 顿号, 分号, 冒号, 问号, 叹号, 引号, 书名号, 括号, 省略号, and 破折号.
- Provides both corrected output and detailed explanations when requested.
- Follows national standards and maintains original style and semantics.
元数据
常见问题
chinese-punctuation-correction 是什么?
Use when correcting Chinese ill-formed sentences with punctuation-focused errors (comma,顿号,分号,冒号,问号,叹号,引号,书名号,括号,省略号,破折号), including mixed punctuation-and-gr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。
如何安装 chinese-punctuation-correction?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install chinese-punctuation-sentence-correction」即可一键安装,无需额外配置。
chinese-punctuation-correction 是免费的吗?
是的,chinese-punctuation-correction 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
chinese-punctuation-correction 支持哪些平台?
chinese-punctuation-correction 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 chinese-punctuation-correction?
由 catchFishCat(@catchfishcat)开发并维护,当前版本 v1.0.0。
推荐 Skills