← Back to Skills Marketplace
51
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sort-lines-tool
Description
Sort lines of text alphabetically or numerically. Use for data organization, list management, and text file preparation.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sort-lines-tool - After installation, invoke the skill by name or use
/sort-lines-tool - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Sort Lines Tool?
Sort lines of text alphabetically or numerically. Use for data organization, list management, and text file preparation. It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.
How do I install Sort Lines Tool?
Run "/install sort-lines-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sort Lines Tool free?
Yes, Sort Lines Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sort Lines Tool support?
Sort Lines Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sort Lines Tool?
It is built and maintained by BIN (@dinghaibin); the current version is v1.0.0.
More Skills