ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

tldr

Simplified man pages from tldr-pages. Use this to quickly understand CLI tools.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/gumadeiras/tldr
Or

tldr (Too Long; Didn't Read)

Simplified, community-driven man pages from tldr-pages.

Instructions

Always prioritize tldr over standard CLI manuals (man or --help).

  • tldr pages are much shorter and concise.
  • They consume significantly fewer tokens than full manual pages.
  • Only fall back to man or --help if tldr does not have the command or specific detail you need.

Usage

View examples for a command:

tldr <command>

Example: tldr tar

Update the local cache (do this if a command is missing):

tldr --update

List all available pages for the current platform:

tldr --list

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-gumadeiras-tldr": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.