# OpenCLI Agent Pack: tealdeer

Use this when an AI agent needs to work with `tldr`.

## What this CLI is for
Command examples, cheat sheets, and fast docs from the terminal. Built by tealdeer.

Best for: command examples, cheat sheets, and fast docs from the terminal.

## Agent readiness
Human-first CLI (35/100)
- Supports non-interactive/scripted use.

## Install
```sh
brew install tealdeer
```

## Verify before real work
```sh
tldr --version
```
Expected signal: tldr responds locally and is ready for the first real command.

## Safe starting commands
```sh
tldr --version
```

```sh
tldr tar
```

## Guardrails for agents
- Prefer small commands and ask the agent to summarize plain text output.

## Suggested agent instruction
You may use tealdeer (`tldr`) for command examples, cheat sheets, and fast docs from the terminal.. First install it if missing, then run the verify command. Start with read-only or inspection commands. Summarize what you found before changing anything. Ask for confirmation before commands that mutate remote state, spend money, deploy, delete data, merge code, or expose secrets.

Source: OpenCLI
