← Back to Skills Marketplace
catchfishcat

chinese-punctuation-correction

by catchFishCat · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
141
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install chinese-punctuation-sentence-correction
Description
Use when correcting Chinese ill-formed sentences with punctuation-focused errors (comma,顿号,分号,冒号,问号,叹号,引号,书名号,括号,省略号,破折号), including mixed punctuation-and-gr...
README (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

  1. Read the full sentence/paragraph once to lock intended meaning.
  2. Detect punctuation-category errors first (see references/punctuation_rules.md).
  3. Fix with the minimum required change; do not rewrite style.
  4. Re-check sentence flow, quote pairing, and punctuation hierarchy.
  5. 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.md for 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: 发生了这么重大的事故,作为一校之长,你难道没有责任?!
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install chinese-punctuation-sentence-correction
  3. After installation, invoke the skill by name or use /chinese-punctuation-sentence-correction
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug chinese-punctuation-sentence-correction
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is chinese-punctuation-correction?

Use when correcting Chinese ill-formed sentences with punctuation-focused errors (comma,顿号,分号,冒号,问号,叹号,引号,书名号,括号,省略号,破折号), including mixed punctuation-and-gr... It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.

How do I install chinese-punctuation-correction?

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

Is chinese-punctuation-correction free?

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

Which platforms does chinese-punctuation-correction support?

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

Who created chinese-punctuation-correction?

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

💬 Comments