← 返回 Skills 市场
albionaiinc-del

Quicksort Markdown

作者 albionaiinc-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
75
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install quicksort-markdown
功能描述
Sort markdown file headings and nested content alphabetically to organize notes efficiently.
安全使用建议
This tool appears to be a simple local Markdown sorter, but the package has a few packaging/implementation issues. Before installing or using it: 1) Inspect the script (tool.py) locally — it does not contact the network or read secrets. 2) Note the SKILL.md uses a different filename (quicksort_markdown.py) — either rename the script or call it directly (python tool.py). 3) Test on a copy of your notes (keep a backup or use version control) — the sorting logic has bugs that may reorder sections unexpectedly (e.g., top-level selection logic is odd). 4) If you will run it on sensitive files, read through the code line-by-line to gain confidence. If you prefer, use a well-maintained alternative tool or library with more robust parsing. If you want, I can point out the specific lines in tool.py that are likely buggy and suggest fixes.
功能分析
Type: OpenClaw Skill Name: quicksort-markdown Version: 1.0.0 The skill is a straightforward utility for sorting markdown headings and their content alphabetically. The Python script (tool.py) uses standard libraries to parse and reorganize text without any network access, sensitive file reads, or suspicious execution patterns, and the documentation (SKILL.md) contains no malicious instructions.
能力评估
Purpose & Capability
The declared purpose (sorting markdown headings) matches the included Python script: the tool reads markdown and outputs sorted lines. However SKILL.md shows usage invoking quicksort_markdown.py while the repository provides tool.py (filename mismatch). The SKILL.md also mentions a price string ($2.50) unrelated to runtime. These inconsistencies suggest sloppy packaging but not malicious intent.
Instruction Scope
Runtime instructions are limited to running the Python script on a local file or stdin/stdout. Neither the instructions nor the code access network, environment variables, or unrelated filesystem paths. The code only reads the provided input file (or stdin) and writes the specified output.
Install Mechanism
No install spec is provided (instruction-only skill plus a local script). Nothing is downloaded or written to disk at install time beyond the included files.
Credentials
The skill requires no environment variables, credentials, or config paths. The code operates solely on provided input/output streams.
Persistence & Privilege
The skill does not request persistent privileges; always:false and normal invocation semantics apply. It does not modify other skills or system configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install quicksort-markdown
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /quicksort-markdown 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of QuickSort Markdown. - Sorts markdown headings and their nested content alphabetically. - Supports sorting files directly or via standard input. - Helps users organize notes quickly and reliably. - Set price: $2.50.
元数据
Slug quicksort-markdown
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Quicksort Markdown 是什么?

Sort markdown file headings and nested content alphabetically to organize notes efficiently. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。

如何安装 Quicksort Markdown?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install quicksort-markdown」即可一键安装,无需额外配置。

Quicksort Markdown 是免费的吗?

是的,Quicksort Markdown 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Quicksort Markdown 支持哪些平台?

Quicksort Markdown 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Quicksort Markdown?

由 albionaiinc-del(@albionaiinc-del)开发并维护,当前版本 v1.0.0。

💬 留言讨论