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