← Back to Skills Marketplace
Quicksort Markdown
by
albionaiinc-del
· GitHub ↗
· v1.0.0
· MIT-0
75
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install quicksort-markdown
Description
Sort markdown file headings and nested content alphabetically to organize notes efficiently.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quicksort-markdown - After installation, invoke the skill by name or use
/quicksort-markdown - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Quicksort Markdown?
Sort markdown file headings and nested content alphabetically to organize notes efficiently. It is an AI Agent Skill for Claude Code / OpenClaw, with 75 downloads so far.
How do I install Quicksort Markdown?
Run "/install quicksort-markdown" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Quicksort Markdown free?
Yes, Quicksort Markdown is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Quicksort Markdown support?
Quicksort Markdown is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Quicksort Markdown?
It is built and maintained by albionaiinc-del (@albionaiinc-del); the current version is v1.0.0.
More Skills