Simplified man pages from tldr-pages. Use this to quickly understand CLI tools.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add sundial-org/awesome-openclaw-skills --skill tldr --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tldr?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/sundial-org-tldr)More formats (shields.io, HTML) on the badges page.
---
name: tldr
description: Simplified man pages from tldr-pages. Use this to quickly understand CLI tools.
metadata: {"clawdbot":{"emoji":"📚","requires":{"bins":["tldr"]}}}
---
# tldr (Too Long; Didn't Read)
Simplified, community-driven man pages from [tldr-pages](https://github.com/tldr-pages/tldr).
## 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:
```bash
tldr <command>
```
Example: `tldr tar`
Update the local cache (do this if a command is missing):
```bash
tldr --update
```
List all available pages for the current platform:
```bash
tldr --list
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!