← 返回 Skills 市场
51
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sort-tool
功能描述
Sort lines of text files alphabetically or numerically. Use for data preparation, list organization, and output formatting.
使用说明 (SKILL.md)
Line Sorting Utility
Arrange text file lines in specified order with support for numeric, month-name, and reverse sorting. Handles large files efficiently.
Usage
sort-tool [options] [file...]
Options
-n: Numeric sort-r: Reverse order-u: Unique lines (remove duplicates)-k N: Sort by column N-t SEP: Use SEP as field separator
Examples
# Alphabetical sort
sort-tool names.txt
# Numeric sort
sort-tool -n numbers.txt
# Sort by column 2
sort-tool -k 2 -t ',' data.csv
安全使用建议
This appears safe for simple local sorting tasks. Be aware that the documented -k, -t, month-name, and large-file claims are not supported by the included script, so verify behavior before relying on those features.
功能分析
Type: OpenClaw Skill
Name: sort-tool
Version: 1.0.0
The skill is a standard line-sorting utility. The Python script (scripts/sort.py) implements basic sorting logic (numeric, reverse, unique) using standard libraries without any network access, file system modifications, or suspicious execution patterns. The documentation in SKILL.md is consistent with the code's purpose, and no indicators of malicious intent or prompt injection were found.
能力评估
Purpose & Capability
The artifacts are coherently about sorting text lines, but the documentation claims some features the script does not implement, such as -k/-t column sorting and month-name sorting.
Instruction Scope
The instructions are limited to user-directed command examples for sorting files and do not attempt to override agent goals or require unsafe autonomous behavior.
Install Mechanism
There is no install spec or declared binary setup, despite an included Python script; this is a usability/provenance limitation rather than a security concern because the script has no dependencies or install-time actions.
Credentials
The script only reads a user-supplied file or standard input and prints sorted lines to standard output, which is proportionate to the stated purpose.
Persistence & Privilege
No persistence, elevated privileges, credentials, background execution, or account access are requested or implemented.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sort-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/sort-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Sort Tool 是什么?
Sort lines of text files alphabetically or numerically. Use for data preparation, list organization, and output formatting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。
如何安装 Sort Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sort-tool」即可一键安装,无需额外配置。
Sort Tool 是免费的吗?
是的,Sort Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sort Tool 支持哪些平台?
Sort Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sort Tool?
由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。
推荐 Skills