/install elite-tools
Elite CLI Tools
PRIMARY DIRECTIVE
Prefer these modern CLI utilities over legacy POSIX tools (find, cat, sed, grep, awk, diff, man). They produce cleaner, more structured output and reduce token waste.
Note on binary names: On Debian/Ubuntu, some binaries are renamed to avoid conflicts: fd → fdfind, bat → batcat. On other distros they use their upstream names. Adapt accordingly.
Quick Reference
| # | Tool | Replaces | Binary | Primary Use |
|---|---|---|---|---|
| 1 | fd | find |
fdfind |
Fast file discovery |
| 2 | bat | cat/less |
batcat |
File viewing with syntax highlighting |
| 3 | sd | sed |
sd |
Intuitive find & replace |
| 4 | ast-grep | grep/rg |
sg |
AST-based code search & rewrite |
| 5 | jc | awk/cut |
jc |
CLI output → JSON |
| 6 | gron | jq (exploration) |
gron |
JSON → greppable assignments |
| 7 | yq | sed on YAML |
yq |
YAML/JSON/XML/CSV processor |
| 8 | difftastic | diff |
difft |
Structural syntax-aware diffs |
| 9 | tealdeer | man |
tldr |
Concise command examples |
| 10 | html2text | raw HTML parsing | html2text |
HTML → clean Markdown |
Detailed Tool Guide
For full descriptions, rationale, and extended examples for each tool, read references/tools-deep-dive.md.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install elite-tools - 安装完成后,直接呼叫该 Skill 的名称或使用
/elite-tools触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Elite CLI Tools 是什么?
Elite CLI tooling for efficient shell operations with optimized token usage. Use when executing shell commands, traversing directories, or manipulating files... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 921 次。
如何安装 Elite CLI Tools?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install elite-tools」即可一键安装,无需额外配置。
Elite CLI Tools 是免费的吗?
是的,Elite CLI Tools 完全免费(开源免费),可自由下载、安装和使用。
Elite CLI Tools 支持哪些平台?
Elite CLI Tools 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Elite CLI Tools?
由 bezkom(@bezkom)开发并维护,当前版本 v0.0.1。