skills$openclaw/tldr
gumadeiras9.0k

by gumadeiras

tldr – OpenClaw Skill

tldr is an OpenClaw Skills integration for data analytics workflows. Simplified man pages from tldr-pages. Use this to quickly understand CLI tools.

9.0k stars6.4k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nametldr
descriptionSimplified man pages from tldr-pages. Use this to quickly understand CLI tools. OpenClaw Skills integration.
ownergumadeiras
repositorygumadeiras/tldr
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @gumadeiras/tldr
last updatedFeb 7, 2026

Maintainer

gumadeiras

gumadeiras

Maintains tldr in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
442 B
SKILL.md
863 B
SKILL.md

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.

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
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install tldr?

Run openclaw add @gumadeiras/tldr in your terminal. This installs tldr into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/gumadeiras/tldr. Review commits and README documentation before installing.