Protect your system with an automated command interception and human-in-the-loop approval workflow for AI agent shell operations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install safe-exec-0-3-2
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install safe-exec-0-3-2 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
SafeExec is a critical security skill designed for Openclaw Skills to prevent accidental or malicious system damage during autonomous agent operations. It acts as a transparent interceptor for shell commands, scanning every instruction for dangerous patterns like recursive deletions, system formatting, or unauthorized configuration changes.
By integrating this safety layer, developers can confidently allow AI agents to interact with their environment while maintaining strict control through a multi-level risk assessment system. Whether you are running agents in interactive or non-interactive modes, SafeExec ensures that high-risk operations are caught and held until a human provides explicit authorization.
The fastest way to install SafeExec is to ask your agent: Help me install SafeExec skill from ClawdHub.
For manual installation via CLI:
# Install via ClawdHub
export CLAWDHUB_REGISTRY=https://www.clawhub.ai
clawdhub install safe-exec
# Enable the security layer
Enable SafeExec
SafeExec maintains a structured data hierarchy to ensure transparency and traceability for Openclaw Skills:
| File/Directory | Purpose | Format |
|---|---|---|
~/.openclaw/safe-exec-rules.json |
Risk detection patterns and severity settings | JSON |
~/.openclaw/safe-exec-audit.log |
Detailed history of all command attempts and outcomes | Text/Log |
~/.openclaw/safe-exec/pending/ |
Queue for commands awaiting manual user approval | Files |
SAFE_EXEC_AUTO_CONFIRM |
Environment variable for automated low-risk bypass | Variable |
Loading
ClawShell is a security-focused tool that intercepts shell commands and requires push notification approval for high-risk operations.

A comprehensive filesystem toolkit for AI agents that enables advanced file listing, pattern-based searching, and safe batch operations.

A full-featured Signal messenger bridge for AI agents featuring encrypted text, voice transcription, and role-based security.

A protocol conversion bridge that allows the OpenAI Codex CLI to utilize high-performance domestic Chinese AI models.

A high-performance skill that enables AI agents to query the internet for real-time information using the DuckDuckGo API.

A lightweight, per-workspace SQLite todo manager operated via a dedicated shell script for seamless task tracking.








































