← 返回 Skills 市场
Sorter
作者
BytesAgain2
· GitHub ↗
· v1.0.0
· MIT-0
151
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sorter
功能描述
Sorting algorithm and system reference — comparison sorts, distribution sorts, parallel sorting, and industrial sortation. Use when choosing sorting strategi...
安全使用建议
This skill appears coherent and intended as a local reference: the commands run a bundled shell script that prints sorting guidance. Before installing or invoking it, open and read scripts/script.sh entirely to confirm it only prints documentation and does not perform unexpected actions (network calls, deleting files, or invoking other programs). If you plan to run it on a production machine, consider running it in a sandbox or container, and ensure the SORTER_DIR location is acceptable. If you want higher assurance, provide the full script contents (untruncated) for a complete review.
功能分析
Type: OpenClaw Skill
Name: sorter
Version: 1.0.0
The 'sorter' skill is a purely informational reference tool for sorting algorithms and industrial sortation systems. The bash script (scripts/script.sh) only outputs static text documentation via heredocs and contains no functional code that interacts with the network, file system, or sensitive environment variables.
能力评估
Purpose & Capability
Name/description (sorting algorithms, system reference) align with the provided assets: an instruction file (SKILL.md) and a bundled shell script that prints guidance and command help. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md instructs the agent to run the bundled scripts/script.sh with subcommands (intro, comparison, distribution, etc.). The visible portions of scripts/script.sh only output documentation text. Running the included script is expected for this skill, but any shipped executable code should be inspected because it will run locally when invoked.
Install Mechanism
No install spec is present (instruction-only plus a bundled script). Nothing is downloaded from external URLs or written to disk by an installer. This is low-risk from an install-mechanism perspective.
Credentials
The skill declares no required environment variables or credentials. SKILL.md documents an optional SORTER_DIR (default ~/.sorter/) which is reasonable for storing local data; no unrelated secrets are requested.
Persistence & Privilege
always is false, and there are no indications the skill attempts to modify other skills or system-wide agent settings. The only potential persistence is use of a local data dir (~/.sorter/) which is declared in the docs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sorter - 安装完成后,直接呼叫该 Skill 的名称或使用
/sorter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
常见问题
Sorter 是什么?
Sorting algorithm and system reference — comparison sorts, distribution sorts, parallel sorting, and industrial sortation. Use when choosing sorting strategi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。
如何安装 Sorter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sorter」即可一键安装,无需额外配置。
Sorter 是免费的吗?
是的,Sorter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sorter 支持哪些平台?
Sorter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sorter?
由 BytesAgain2(@ckchzh)开发并维护,当前版本 v1.0.0。
推荐 Skills