← Back to Skills Marketplace
freedompixels

Cn Duplicate Remover

by freedompixels · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
70
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cn-duplicate-remover
Description
Remove duplicate lines from text while optionally preserving order or sorting and counting duplicates.
README (SKILL.md)

cn-duplicate-remover

重复行去除工具。去除文本中的重复行,支持保留顺序或排序。

功能

  • 去除重复行
  • 保留首次出现顺序
  • 统计重复次数

使用方法

python3 scripts/dedup.py --text "第一行\
第二行\
第一行"
python3 scripts/dedup.py --file input.txt --output output.txt

纯Python标准库。

How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cn-duplicate-remover
  3. After installation, invoke the skill by name or use /cn-duplicate-remover
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of cn-duplicate-remover: - Removes duplicate lines from text. - Option to retain original order or sort lines. - Counts occurrences of duplicate lines. - Usable via command line for text or file input. - Implemented using only the Python standard library.
Metadata
Slug cn-duplicate-remover
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Cn Duplicate Remover?

Remove duplicate lines from text while optionally preserving order or sorting and counting duplicates. It is an AI Agent Skill for Claude Code / OpenClaw, with 70 downloads so far.

How do I install Cn Duplicate Remover?

Run "/install cn-duplicate-remover" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cn Duplicate Remover free?

Yes, Cn Duplicate Remover is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Cn Duplicate Remover support?

Cn Duplicate Remover is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cn Duplicate Remover?

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

💬 Comments