Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Human-in-the-loop security layer. Intercepts high-risk commands and requires push notification approval.
Human-in-the-loop security layer. Intercepts high-risk commands and requires push notification approval.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Human-in-the-loop security layer for OpenClaw. ClawShell intercepts shell commands before execution, analyzes their risk level, and requires your explicit approval (via push notification) for dangerous operations.
The agent calls clawshell_bash instead of bash ClawShell analyzes the command against built-in and configurable risk rules Based on risk level: Critical (e.g. rm -rf /, fork bombs) — automatically blocked High (e.g. rm -rf, curl to external URLs, credential access) — sends a push notification and waits for your approval Medium (e.g. npm install, git push) — logged and allowed Low (e.g. ls, cat, git status) — allowed All decisions are logged to logs/clawshell.jsonl
Secure replacement for bash. Analyzes command risk and executes only if safe or approved. Parameters: command (string, required) — The shell command to execute workingDir (string, optional) — Working directory (defaults to cwd) Returns: { exitCode, stdout, stderr } High-risk commands will block until you approve or reject via push notification. Critical commands are rejected immediately.
Returns current ClawShell state: pending approval requests and recent decisions. Parameters: none
Returns recent log entries for audit and debugging. Parameters: count (number, optional) — Number of entries to return (default: 20)
cd /app/workspace/skills/clawshell npm install
Create a Pushover application at https://pushover.net/apps/build and add your keys to .env: CLAWSHELL_PUSHOVER_USER=your-user-key CLAWSHELL_PUSHOVER_TOKEN=your-app-token Alternatively, configure Telegram instead: CLAWSHELL_TELEGRAM_BOT_TOKEN=your-bot-token CLAWSHELL_TELEGRAM_CHAT_ID=your-chat-id
ClawShell reads configuration from environment variables (CLAWSHELL_*) with fallback to config.yaml. VariableDefaultDescriptionCLAWSHELL_PUSHOVER_USER—Pushover user keyCLAWSHELL_PUSHOVER_TOKEN—Pushover app tokenCLAWSHELL_TELEGRAM_BOT_TOKEN—Telegram bot token (alternative)CLAWSHELL_TELEGRAM_CHAT_ID—Telegram chat ID (alternative)CLAWSHELL_TIMEOUT_SECONDS300Seconds to wait for approval before auto-rejectCLAWSHELL_LOG_DIRlogs/Directory for JSONL log filesCLAWSHELL_LOG_LEVELinfoLog verbosity: debug, info, warn, errorCLAWSHELL_BLOCKLIST—Comma-separated extra blocked commandsCLAWSHELL_ALLOWLIST—Comma-separated extra allowed commands Custom rules can also be defined in config.yaml under rules.blocklist and rules.allowlist using exact strings, globs, or regex patterns.
Not a security guarantee. LLMs can encode, split, or obfuscate commands to bypass pattern matching. Defense-in-depth only. Use alongside OpenClaw's sandbox mode, not as a replacement. Approval latency. High-risk commands block execution until you respond or the timeout expires. Always ask your AI to scan any skill or software for security risks.
Identity, auth, scanning, governance, audit, and operational guardrails.
Largest current source with strong distribution and engagement signals.