Install
openclaw skills install @terrycarter1985/tldr-cmdProduce a short, copy-paste-ready TL;DR summary of any CLI command from its man page or --help text, so a human (or a coding agent) can learn the essential options without scrolling.
openclaw skills install @terrycarter1985/tldr-cmdGiven a command name, print a short TL;DR summary built from its man page (preferred)
or --help output (fallback). No network, no extra dependencies — pure POSIX text
munging. Useful when you want "the essentials, now".
xargs, rsync, ffmpeg, etc. workman <cmd> → dwim/command-not-found hint → <cmd> --helpIt does not run the command, interpret shell syntax, or guarantee man-page availability.
bin/tldr-cmd <command>
# e.g.
bin/tldr-cmd rsync
bin/tldr-cmd ffmpeg
tldr: <command>
about: <short description>
usage: <synopsis>
flags:
-<x> <one-line meaning>
-<y> <one-line meaning>
example: <one idiomatic invocation>