Skip to content

eli5

by rob

Text

Explain complex topics in simple terms a 5-year-old could understand. Uses everyday analogies and avoids jargon.

text explanation simplify learning education
# eli5

Explain complex topics in simple terms a 5-year-old could understand. Uses everyday analogies and avoids jargon.

## Installation

This is a CmdForge tool. Install it from the registry:

```bash
cmdforge install eli5
```

## Usage

Pass text via pipe or redirect to explain complex topics in simple terms:

```bash
echo "quantum entanglement" | eli5
```

```bash
echo "how does blockchain work?" | eli5
```

```bash
cat technical-doc.txt | eli5
```

## Arguments

This tool has no configurable arguments.

## How It Works

1. **Step 1 (Prompt)**: Sends your input to the `opencode-pickle` AI provider with instructions to explain the concept in simple, 5-year-old-friendly terms using everyday analogies and avoiding jargon. The response is stored in the `response` variable.
2. **Output**: Returns the simplified explanation from `{response}`.

## Dependencies

None

No reviews yet.

Issues

No issues reported for this tool.