← 返回 Skills 市场
bezkom

Elite CLI Tools

作者 bezkom · GitHub ↗ · v0.0.1
cross-platform ✓ 安全检测通过
921
总下载
0
收藏
10
当前安装
2
版本数
在 OpenClaw 中安装
/install elite-tools
功能描述
Elite CLI tooling for efficient shell operations with optimized token usage. Use when executing shell commands, traversing directories, or manipulating files...
使用说明 (SKILL.md)

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: fdfdfind, batbatcat. 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.

安全使用建议
This skill is essentially a curated cheat‑sheet for modern CLI utilities and is internally consistent. Before running any example: (1) verify the named binary exists on your system and note Debian/Ubuntu name differences (fdfind/batcat); (2) never run destructive examples (rm, in-place edits) on important data — try them in a disposable repo or container first; (3) be aware some examples fetch remote content with curl (network activity) — review the URL before executing; and (4) if you plan to let an agent execute these commands autonomously, restrict it from running destructive commands or accessing sensitive directories.
功能分析
Type: OpenClaw Skill Name: elite-tools Version: 0.0.1 This skill bundle provides documentation and usage examples for a collection of modern CLI tools. While these tools inherently possess powerful capabilities like file modification, command execution, and network interaction (e.g., `fdfind -X rm`, `sd` for in-place edits, `curl` in examples), the skill itself only describes their standard, non-malicious use. There is no evidence of intentional harmful behavior, data exfiltration to malicious endpoints, persistence mechanisms, or prompt injection attempts designed to subvert the agent for unauthorized actions. The `curl` commands target public APIs or `example.com` for demonstration purposes, and the 'PRIMARY DIRECTIVE' in SKILL.md is a legitimate instruction to guide agent behavior for efficiency.
能力评估
Purpose & Capability
Name/description describe recommending and demonstrating modern CLI tools; the SKILL.md and reference docs only contain usage examples for those tools and do not request unrelated credentials, binaries, or system access.
Instruction Scope
Instructions and examples stay within the stated domain (searching, viewing, editing files, JSON/YAML processing). A few examples show destructive operations (e.g., fdfind -X rm, delete examples, in-place yq/sd modifications) and examples that fetch remote URLs (curl), which is expected for a CLI cookbook but means users/agents must not execute examples blindly.
Install Mechanism
No install spec or downloaded code — this is instruction-only. Nothing is written to disk by the skill itself.
Credentials
The skill declares no environment variables, no primary credential, and references no external tokens or config paths. Example usage of tools that can consume env vars (yq strenv) is documented but not required by the skill.
Persistence & Privilege
Skill is not always:true, does not request persistent system privileges, and is instruction-only. Autonomous invocation is allowed by platform default but not combined with any elevated permissions here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install elite-tools
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /elite-tools 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
Initial release with newline encoding fix
v1.0.0
Initial release with comprehensive documentation for 10 modern CLI tools: fd, bat, sd, sg, jc, gron, yq, difft, tldr, and html2text. Includes detailed examples and integration workflows.
元数据
Slug elite-tools
版本 0.0.1
许可证
累计安装 10
当前安装数 10
历史版本数 2
常见问题

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。

💬 留言讨论