tldr-cmd: CLI command TL;DR
Produce 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 scrollin…
terrycarter1985
@terrycarter1985
Install
$ openclaw skills install @terrycarter1985/tldr-cmdtldr-cmd
Given 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".
When to use it
- You need a 5-screen-line-or-fewer reminder of how
xargs,rsync,ffmpeg, etc. work - An agent is about to invoke a command it hasn't used in a while
- You're reviewing a teammate's one-liner and want the relevant flags fast
What it owns
- Selecting the best available source:
man <cmd>→dwim/command-not-foundhint →<cmd> --help - Extracting the NAME / SYNOPSIS / a few OPTIONS lines and one worked example
It does not run the command, interpret shell syntax, or guarantee man-page availability.
Run
bin/tldr-cmd <command>
# e.g.
bin/tldr-cmd rsync
bin/tldr-cmd ffmpeg
Output shape
tldr: <command>
about: <short description>
usage: <synopsis>
flags:
-<x> <one-line meaning>
-<y> <one-line meaning>
example: <one idiomatic invocation>
Top skills in this category
Self-Improving + Proactive Agent
@ivangdavilaSelf-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when...
ontology
@oswalpalashTyped knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...
Humanizer
@biostartechnologyRemove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Obsidian
@steipeteWork with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
YouTube Watcher
@michaelgatharaFetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.