eli5
by rob
Explain complex topics in simple terms a 5-year-old could understand. Uses everyday analogies and avoids jargon.
# 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
Reviews
Login to reviewNo reviews yet.
Issues
No issues reported for this tool.
Write a Review
Share your experience with this tool.
0/2000
Report an Issue
Help improve this tool by reporting bugs or security issues.