Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @bezkom Updated 6/28/2026 1,320 downloads 0 stars Security: Pass

Elite Tools OpenClaw Plugin & Skill | ClawHub

Looking to integrate Elite Tools into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

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.

Install

ClawHub CLI
openclaw skills install @bezkom/elite-tools
Node.js (npx)
npx clawhub@latest install elite-tools

Full SKILL.md

Open original
Metadata table.
nameversiondescription
elite-tools0.0.1Elite 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.

SKILL.md content below is scrollable.

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.

ClawHub Registry URL: https://clawhub.ai/bezkom/skills/elite-tools

Related skills

If this matches your use case, these are close alternatives in the same category.