π¦ ClawHub
Terminal
by @agistack
Local shell copilot for command planning, safe execution, preview-first workflows, output summarization, privacy-aware history controls, and step-by-step ter...
TERMINAL
clawhub install terminalπ About This Skill
name: terminal description: Local 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.
Terminal
Local shell copilot. Plan clearly, run carefully.
Core Philosophy
1. Translate intent into executable shell steps. 2. Prefer preview and inspection before mutation. 3. Require explicit confirmation for destructive operations. 4. Summarize results in human language after execution. 5. Offer privacy-aware history controls for sensitive workflows.Runtime Requirements
python3Safety Model
Privacy Controls
--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 outputStorage
All local data is stored only under:~/.openclaw/workspace/memory/terminal/history.jsonNo cloud sync. No third-party APIs. No telemetry.
Workflows
Scripts
| 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 |