Elite CLI tooling for efficient shell operations with optimized token usage. Use when executing shell commands, traversing directories, or manipulating files...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install elite-tools或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install elite-tools⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/elite-tools/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: elite-tools description: Elite CLI tooling for efficient shell operations with optimized token usage. Use when executing shell commands, traversing directories, or manipulating files to minimize token consumption and prevent regex escaping errors. Covers fdfind, batcat, sd, sg/ast-grep, jc, gron, yq, difft, tealdeer, and html2text. version: 0.0.1 ---
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.
| # | 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 |
For full descriptions, rationale, and extended examples for each tool, read references/tools-deep-dive.md.
安装 Elite CLI Tools 后,可以对 AI 说这些话来触发它
Help me get started with Elite CLI Tools
Explains what Elite CLI Tools does, walks through the setup, and runs a quick demo based on your current project
Use Elite CLI Tools to elite CLI tooling for efficient shell operations with optimized tok...
Invokes Elite CLI Tools with the right parameters and returns the result directly in the conversation
What can I do with Elite CLI Tools in my developer & devops workflow?
Lists the top use cases for Elite CLI Tools, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/elite-tools/ 目录(个人级,所有项目可用),或 .claude/skills/elite-tools/(项目级)。重启 AI 客户端后,用 /elite-tools 主动调用,或让 AI 根据上下文自动发现并使用。
Elite CLI Tools 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Elite CLI Tools 可免费安装使用。请查阅仓库了解许可证信息。
Elite CLI tooling for efficient shell operations with optimized token usage. Use when executing shell commands, traversing directories, or manipulating files...
Elite CLI Tools 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Elite CLI Tools
Identifies repetitive steps in your workflow and sets up Elite CLI Tools to handle them automatically