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

CLI Utilities @gumadeiras Updated 2/26/2026

📚 Tldr OpenClaw Skill - ClawHub

Do you want your AI agent to automate Tldr workflows? This free skill from ClawHub helps with cli utilities tasks without building custom tools from scratch.

What this skill does

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

Install

npx clawhub@latest install tldr

Full SKILL.md

Open original
namedescription
tldrSimplified man pages from tldr-pages. Use this to quickly understand CLI tools.

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
Original URL: https://github.com/openclaw/skills/blob/main/skills/gumadeiras/tldr

Related skills

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