← Back to Skills Marketplace
1215656

Terminal Command [email protected]

by 1215656 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
210
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install terminal-command-execution-1-0-0
Description
Execute terminal commands safely and reliably with clear pre-checks, output validation, and recovery steps. Use when users ask to run shell/CLI commands, ins...
Usage Guidance
This skill appears to do what it says, but it gives the agent the ability to run and inspect shell commands on the host. Before installing/use: (1) require explicit user confirmation for any privileged or destructive actions (sudo, rm -rf, global installs); (2) restrict or review any autonomous invocation so the agent cannot run commands without your approval; (3) run initial tests in a safe/sandboxed environment and limit operations to specific paths or containers; (4) enable command/audit logging and review outputs for secrets before storing or transmitting them; (5) if you need stronger guarantees, add policy rules that forbid access to sensitive directories and environment variables. If you cannot implement these safeguards, treat the skill as higher risk despite being coherent.
Capability Analysis
Type: OpenClaw Skill Name: terminal-command-execution-1-0-0 Version: 1.0.0 The skill bundle provides a structured and safety-oriented framework for an AI agent to execute terminal commands. The instructions in SKILL.md emphasize pre-flight checks, incremental execution, error handling, and explicit user approval for destructive actions. There is no evidence of malicious intent, data exfiltration, or obfuscation; the skill is designed to facilitate standard CLI workflows with defensive guardrails.
Capability Assessment
Purpose & Capability
The name and description match the SKILL.md: this is explicitly a terminal/CLI command execution helper. It requests no unrelated environment variables, binaries, or install artifacts — everything it asks for (none) is proportionate to a generic command-execution skill.
Instruction Scope
SKILL.md directs the agent to inspect system state (pwd, ls, which, logs), run incremental commands, read stderr, and verify outcomes. This is appropriate for the stated goal but inherently grants read/write and execution capability on the host; the doc does include safety rules (avoid destructive commands, request approval for privileged/destructive actions) which mitigate risk if followed. Because the instructions are broad (arbitrary shell commands), they can access sensitive files or state if the agent is allowed to act without user confirmation.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is lowest-risk from an install/remote-code perspective — nothing is downloaded or written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The skill does, however, instruct the agent to read filesystem and process state (which is appropriate to its purpose); no unexplained credential access is present.
Persistence & Privilege
always: false (normal). The skill is user-invocable and permits model invocation (default platform behavior). That autonomous invocation combined with arbitrary command execution increases operational risk if you permit the agent to act without explicit user confirmation — the setting itself is standard, but you should consider policy controls.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install terminal-command-execution-1-0-0
  3. After installation, invoke the skill by name or use /terminal-command-execution-1-0-0
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release providing safe, proven workflows for executing terminal commands. - Ensures careful pre-checks, incremental execution, and validation steps. - Includes detailed error handling and recovery guidance. - Prioritizes user safety by default, avoiding unsafe or ambiguous operations. - Provides clear reporting on actions taken and next steps when needed.
Metadata
Slug terminal-command-execution-1-0-0
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Terminal Command [email protected]?

Execute terminal commands safely and reliably with clear pre-checks, output validation, and recovery steps. Use when users ask to run shell/CLI commands, ins... It is an AI Agent Skill for Claude Code / OpenClaw, with 210 downloads so far.

How do I install Terminal Command [email protected]?

Run "/install terminal-command-execution-1-0-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Terminal Command [email protected] free?

Yes, Terminal Command [email protected] is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Terminal Command [email protected] support?

Terminal Command [email protected] is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Terminal Command [email protected]?

It is built and maintained by 1215656 (@1215656); the current version is v1.0.0.

💬 Comments