explain_command
Explains any shell command offline, breaking down each token into plain English and flagging destructive operations. Use it to understand a command's behavior and risks before running it.
Instructions
Explain any shell command offline: a plain-English, token-by-token breakdown of the program, its flags and operands — including pipes, redirects, subshells and common inline languages (sed/awk/jq) — plus a risk assessment. Use it to understand what a command line does before running or recommending it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The shell command line to explain, e.g. "tar -xzvf archive.tar.gz". |