← 返回 Skills 市场
51
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sort-lines-tool
功能描述
Sort lines of text alphabetically or numerically. Use for data organization, list management, and text file preparation.
使用说明 (SKILL.md)
Sort Lines - Line Sorting Tool
Arrange text lines in alphabetical or numerical order. Supports case-insensitive sorting, reverse order, and unique line filtering.
Usage
sort-lines-tool [options] \x3Cfile>
Options
-n: Numeric sort (instead of alphabetical)-r: Reverse order-u: Unique lines only-f: Case-insensitive sort
Examples
sort-lines-tool names.txt
sort-lines-tool -n numbers.txt
sort-lines-tool -r data.txt
安全使用建议
This skill looks safe from a security perspective, but verify functionality before relying on it: the included script performs only a basic alphabetical sort from standard input, while the documentation describes additional options that are not implemented in the provided code.
功能分析
Type: OpenClaw Skill
Name: sort-lines-tool
Version: 1.0.0
The skill is a basic line-sorting utility. While the documentation in SKILL.md describes several command-line options (numeric, reverse, unique) that are not actually implemented in the provided scripts/sort.py, the code itself is simple, functional for basic sorting, and contains no malicious logic or security risks.
能力评估
Purpose & Capability
The stated purpose is coherent and low-risk, but the included Python script only sorts stdin alphabetically and does not implement the documented file argument or options for numeric, reverse, unique, or case-insensitive sorting.
Instruction Scope
The instructions describe user-directed sorting commands and do not ask the agent to override user intent, run continuously, or perform high-impact actions.
Install Mechanism
There is no install spec or dependency installation. The included code is small and has no visible package, shell, or network setup behavior.
Credentials
No credentials, environment variables, required binaries, network access, or broad system permissions are requested.
Persistence & Privilege
No persistence, background execution, privilege escalation, or account access is shown in the supplied artifacts.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sort-lines-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/sort-lines-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Sort Lines Tool 是什么?
Sort lines of text alphabetically or numerically. Use for data organization, list management, and text file preparation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。
如何安装 Sort Lines Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sort-lines-tool」即可一键安装,无需额外配置。
Sort Lines Tool 是免费的吗?
是的,Sort Lines Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sort Lines Tool 支持哪些平台?
Sort Lines Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sort Lines Tool?
由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。
推荐 Skills