Install
openclaw skills install terminalLocal shell copilot for command planning, safe execution, preview-first workflows, output summarization, privacy-aware history controls, and step-by-step terminal help. Use whenever the user wants to run terminal commands, inspect files, debug shell issues, automate local tasks, or translate natural language into shell actions. Prefer safe preview before mutation. Require explicit confirmation for destructive commands. Local-only.
openclaw skills install terminalLocal shell copilot. Plan clearly, run carefully.
python3--preview to inspect before execution--no-store-output to avoid storing stdout/stderr in history for sensitive commands--redact-display to mask sensitive-looking values in displayed outputAll local data is stored only under:
~/.openclaw/workspace/memory/terminal/history.jsonNo cloud sync. No third-party APIs. No telemetry.
| Script | Purpose |
|---|---|
init_storage.py | Initialize local terminal history storage |
plan_command.py | Generate a shell command from user intent |
run_command.py | Execute or preview a local command with safety checks and privacy controls |
summarize_result.py | Summarize command output in plain language |
show_history.py | Show recent command history |