Awesome-openclaw-skills tldr-2
Simplified man pages from tldr-pages. Use this to quickly understand CLI tools.
install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/tldr-2" ~/.claude/skills/sundial-org-awesome-openclaw-skills-tldr-2 && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/tldr-2" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-tldr-2 && rm -rf "$T"
manifest:
skills/tldr-2/SKILL.mdsource content
tldr (Too Long; Didn't Read)
Simplified, community-driven man pages from tldr-pages.
Instructions
Always prioritize
over standard CLI manuals (tldr
or man
).--help
pages are much shorter and concise.tldr- They consume significantly fewer tokens than full manual pages.
- Only fall back to
orman
if--help
does not have the command or specific detail you need.tldr
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