← Back to Skills Marketplace
bezkom

Elite CLI Tools

by bezkom · GitHub ↗ · v0.0.1
cross-platform ✓ Security Clean
921
Downloads
0
Stars
10
Active Installs
2
Versions
Install in OpenClaw
/install elite-tools
Description
Elite CLI tooling for efficient shell operations with optimized token usage. Use when executing shell commands, traversing directories, or manipulating files...
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install elite-tools
  3. After installation, invoke the skill by name or use /elite-tools
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug elite-tools
Version 0.0.1
License
All-time Installs 10
Active Installs 10
Total Versions 2
Frequently Asked Questions

What is Elite CLI Tools?

Elite CLI tooling for efficient shell operations with optimized token usage. Use when executing shell commands, traversing directories, or manipulating files... It is an AI Agent Skill for Claude Code / OpenClaw, with 921 downloads so far.

How do I install Elite CLI Tools?

Run "/install elite-tools" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Elite CLI Tools free?

Yes, Elite CLI Tools is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Elite CLI Tools support?

Elite CLI Tools is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Elite CLI Tools?

It is built and maintained by bezkom (@bezkom); the current version is v0.0.1.

💬 Comments