← 返回 Skills 市场
dinghaibin

Uniq Tool

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
29
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install uniq-tool
功能描述
Report or filter repeated lines in sorted text. Use for deduplication, frequency counting, and data cleanup.
使用说明 (SKILL.md)

Duplicate Line Filter

Remove or count consecutive duplicate lines from sorted input. Works best with pre-sorted data using sort-tool.

Usage

uniq-tool [options] [input_file [output_file]]

Options

  • -c: Count occurrences of each line
  • -d: Only show duplicate lines
  • -u: Only show unique (non-duplicate) lines
  • -i: Case-insensitive comparison

Examples

# Remove adjacent duplicates
uniq-tool sorted.txt

# Count occurrences
uniq-tool -c sorted.txt

# Only show duplicates
uniq-tool -d sorted.txt
安全使用建议
This skill appears safe for local text-processing tasks. Be aware that the included script does not implement every option described in the README-style instructions, so verify behavior before using it in an automated workflow.
功能分析
Type: OpenClaw Skill Name: uniq-tool Version: 1.0.0 The skill bundle provides a standard utility for filtering duplicate lines from text. The Python implementation in scripts/uniq.py and the documentation in SKILL.md are consistent with the stated purpose and contain no indicators of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The stated purpose is coherent with the code's local line de-duplication/counting behavior, but SKILL.md advertises `-d`, `-u`, `-i`, and an `output_file` usage while `scripts/uniq.py` only implements an optional input file and `-c/--count`.
Instruction Scope
Instructions are limited to user-directed examples for processing sorted text; there are no hidden prompts, goal overrides, or instructions to run unrelated actions.
Install Mechanism
No install spec, package install, remote download, or external dependency is declared; the included Python script uses only standard-library modules.
Credentials
The script reads stdin or a user-specified file and prints results to stdout, which is proportionate for a text filtering tool.
Persistence & Privilege
Artifacts show no persistence, background workers, credential access, privilege escalation, or account/session use.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install uniq-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /uniq-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug uniq-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Uniq Tool 是什么?

Report or filter repeated lines in sorted text. Use for deduplication, frequency counting, and data cleanup. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 29 次。

如何安装 Uniq Tool?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install uniq-tool」即可一键安装,无需额外配置。

Uniq Tool 是免费的吗?

是的,Uniq Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Uniq Tool 支持哪些平台?

Uniq Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Uniq Tool?

由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。

💬 留言讨论