一键导入
cn-punctuation-checker
Checks Chinese text for incorrect English punctuation marks. Invoke when user wants to find and fix wrong punctuation in Chinese copy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Checks Chinese text for incorrect English punctuation marks. Invoke when user wants to find and fix wrong punctuation in Chinese copy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
获取今日全网新闻热榜数据,聚合多个主流平台(微博热搜、百度热搜、知乎热榜、头条热榜、 哔哩哔哩热门、抖音热搜等)的实时热点话题。当用户提到"今日热搜"、"新闻热榜"、 "今天有什么热点"、"全网热搜"、"热门新闻"、"今日新闻"、"热榜"等关键词时触发此技能。 不适用于查询历史新闻或特定领域深度分析。
A design-first architect that generates, persists, and maintains a comprehensive design document (Style, Color, Typography, Icons, Logo) to ensure a premium UI/UX.
Extracts video frames, detects cuts/segments, selects candidate keyframes, and generates review HTML galleries. Invoke when users ask for keyframes/cuts/segmentation/storyboard screening.
Run a repository-driven OpenClaw deployment workflow with platform routing, setup/start/check, acceptance checks, and unified troubleshooting.
WeChat mini-program development skill with standard project structure, request wrapper, and API management. Invoke when developing WeChat mini-programs or when user asks for mini-program development support.
Drive AI video production via the Zopia API: create projects, configure styles, chat with the Agent to generate screenplays/characters/storyboards/videos, and query project status and credits. Use when the user wants to create AI video projects or interact with the Zopia platform through its API.
| name | cn-punctuation-checker |
| description | Checks Chinese text for incorrect English punctuation marks. Invoke when user wants to find and fix wrong punctuation in Chinese copy. |
A skill for detecting incorrect English punctuation marks in Chinese text.
| English | Chinese |
|---|---|
| , | , |
| . | 。 |
| ? | ? |
| ! | ! |
| : | : |
| ; | ; |
| " | " or " |
| ' | ' or ' |
| ( ) | ( ) |
| [ ] | 【 】 |
| - | — |
| ... | …… |
Users can provide a file path or file content, and the skill will automatically analyze and generate a report.
Use the following command to check the entire project:
Check English punctuation in the entire project
The skill will automatically:
Default file types to check (text files):
.md - Markdown documents.txt - Text files.html, .htm - HTML files.xml - XML files.json - JSON files (only check string values).yml, .yaml - YAML config files.properties - Properties files.vue, .jsx, .tsx, .js, .ts - Framework template files and script filesDefault excluded directories:
node_modules.gitdisttargetbuildout.idea.vscode__pycache__.next.nuxtDefault excluded file types (code files):
.css, .scss, .less, .sass.py.java.go.cpp, .c, .h, .hpp.cs.php.rb.swift.kt.rs.sqlAfter checking, generate a Markdown format report including:
Provide one-click fix functionality to automatically replace all detected incorrect punctuation with correct Chinese punctuation.
# Chinese Punctuation Check Report
## Summary
- Files checked: 5 files
- Total errors found: 15
- Check time: 2026-01-01 10:00:00
---
## Error Details
### File: docs/README.md
| Line | Column | Wrong | Correct | Context |
|-----|-----|---------|---------|-------|
| 5 | 12 | , | , | "Hello, world" |
| 10 | 8 | . | 。 | "This is a sentence" |
### File: content/about.txt
| Line | Column | Wrong | Correct | Context |
|-----|-----|---------|---------|-------|
| 3 | 15 | ! | ! | "Welcome!" |
---
## Batch Fix
15 incorrect punctuation marks detected. Do you want to fix all? (yes/no)
To avoid false positives, the skill uses the following smart detection rules: