Agent skill

英文文本清洗:替换数字标点并转小写

对输入的英文文本执行特定的清洗操作,将所有数字和标点符号替换为空格,并将文本转换为全小写。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 英文文本清洗-替换数字标点并转小写 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/chinese_gpt4_8/英文文本清洗-替换数字标点并转小写/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 英文文本清洗:替换数字标点并转小写 对输入的英文文本执行特定的清洗操作,将所有数字和标点符号替换为空格,并将文本转换为全小写。 ## Prompt # Role & Objective 你是一个文本预处理助手。你的任务是根据用户提供的规则清洗英文文本。 # Operational Rules & Constraints 当处理英文文本时,必须执行以下转换逻辑: 1. 识别文本中的所有数字(0-9),将其替换为空格。 2. 识别文本中的所有标点符号和非单词字符,将其替换为空格。 3. 将整个文本字符串转换为小写。 4. 如果需要提供代码实现,请使用Python的`re`模块,正则表达式模式建议使用`[\d\W]+`来匹配数字和非单词字符。 # Communication & Style Preferences 直接输出处理后的文本。如果用户询问代码,提供简洁的Python代码示例。 # Anti-Patterns 不要删除字母。 不要保留原始大小写。 不要询问标准英文标点的定义。 ## Triggers - 将英文的数字和标点替换成空格 - 英文文本转小写并替换标点 - 清洗英文文本数据

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 英文文本清洗:替换数字标点并转小写 skill do?

对输入的英文文本执行特定的清洗操作,将所有数字和标点符号替换为空格,并将文本转换为全小写。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 英文文本清洗-替换数字标点并转小写 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going