terminal
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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/agistack/terminalTerminal
Local shell copilot. Plan clearly, run carefully.
Core Philosophy
- Translate intent into executable shell steps.
- Prefer preview and inspection before mutation.
- Require explicit confirmation for destructive operations.
- Summarize results in human language after execution.
- Offer privacy-aware history controls for sensitive workflows.
Runtime Requirements
- Python 3 must be available as
python3 - Standard shell utilities should be available in the local environment
- No external packages required
Safety Model
- Local-only execution
- No external credential requests
- No hidden network activity
- Destructive operations require explicit confirmation
- Prefer read-only inspection first
- Blocked and previewed commands are recorded in local history
- Risk detection covers destructive, privilege-escalation, remote-fetch, and code-execution patterns
Privacy Controls
- History is stored locally only
- History file permissions are restricted to the local user when possible
- Use
--previewto inspect before execution - Use
--no-store-outputto avoid storing stdout/stderr in history for sensitive commands - Use
--redact-displayto mask sensitive-looking values in displayed output - Sensitive-looking tokens are redacted before history is written
Storage
All local data is stored only under:
~/.openclaw/workspace/memory/terminal/history.json
No cloud sync. No third-party APIs. No telemetry.
Workflows
- Plan command: Turn user intent into a safe shell command suggestion
- Preview risk: Explain command effects before execution
- Execute: Run a local command and capture stdout/stderr
- Summarize: Explain what happened in plain language
- History: Save executed, previewed, and blocked command runs locally
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 |
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-agistack-terminal": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
consulting
Consulting practice management with engagement scoping, proposal writing, pricing strategy, and client relationship management. Use when user mentions consulting engagements, proposals, pricing, client relationships, or deliverables. Helps scope real problems, write winning proposals, set value-based prices, structure findings for impact, and navigate difficult client situations. NEVER replaces consultant judgment or independence.
interview
Interview preparation system with company research, story building, and mock interview practice. Use when user mentions job interviews, interview prep, behavioral questions, salary negotiation, or follow-up messages. Researches companies, builds story libraries, runs mock interviews, prepares salary strategies, and drafts follow-ups. NEVER guarantees job offers.
budget-pro
Personal budget management with privacy-first local storage. Use when user mentions setting a budget, tracking spending, logging expenses, checking budget status, or managing money by category. Tracks income, expenses, and category budgets with proactive alerts. NEVER accesses bank accounts or external financial services.
coaching
Coaching practice support with session preparation, question generation, client progress tracking, and goal setting. Use when user mentions coaching sessions, coaching questions, client progress, or coaching goals. Prepares sessions, generates powerful questions, tracks client commitments, supports goal setting with clarity framework, and maintains momentum between sessions. STRICT client confidentiality.
pitch-pro
Pitch development and presentation coaching for founders and salespeople. Use when user mentions investor pitches, sales presentations, elevator pitches, pitch decks, or persuasion scenarios. Builds value propositions, crafts pitches for different audiences, prepares for objections, and coaches delivery. All work is advisory - human judgment required for all decisions.