skills$openclaw/tldr
nicoataiza8.3k

by nicoataiza

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.

8.3k stars4.3k 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.
ownernicoataiza
repositorynicoataiza/tldr-bak-2026-01-28t18-01-30-10-30
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @nicoataiza/tldr-bak-2026-01-28t18-01-30-10-30
last updatedFeb 7, 2026

Maintainer

nicoataiza

nicoataiza

Maintains tldr in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
324 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 @nicoataiza/tldr-bak-2026-01-28t18-01-30-10-30 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/nicoataiza/tldr-bak-2026-01-28t18-01-30-10-30. Review commits and README documentation before installing.