ClawGuard is an LLM-powered security guardrail that evaluates and intercepts risky tool executions to protect your agent environment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawguard
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 clawguard using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ClawGuard is a sophisticated security plugin designed specifically for the ecosystem of Openclaw Skills. It operates as an LLM-as-a-Judge, providing a critical layer of defense by analyzing tool calls before they are executed. By leveraging the intelligence of large language models, it can understand the intent behind a command and determine if the operation poses a threat to the system.
This plugin is indispensable for developers building autonomous agents with Openclaw Skills who require robust safety protocols. Whether you are running agents in production or experimenting with complex workflows, ClawGuard ensures that risky operations—such as unauthorized file access or destructive system commands—are identified and optionally blocked before any damage occurs.
To get started with ClawGuard for Openclaw Skills, ensure your gateway is configured correctly:
# Enable the chat completions endpoint required for the judge
openclaw config set gateway.http.endpoints.chatCompletions.enabled true
# Install the plugin via the CLI
openclaw plugins install @capsulesecurity/clawguard
# Restart your gateway. If using Docker, use the force-recreate flag:
docker compose up -d --force-recreate openclaw-gateway
ClawGuard allows for granular control over security settings for Openclaw Skills through its configuration schema:
| Option | Type | Default | Description |
|---|---|---|---|
securityCheckEnabled |
Boolean | true |
Activates the LLM-as-a-Judge evaluation logic. |
blockOnRisk |
Boolean | true |
Automatically blocks tool calls rated as high or critical risk. |
logToolCalls |
Boolean | true |
Logs the full JSON of every tool call to the gateway logs for auditing. |
maxContextWords |
Integer | 2000 |
The word limit for the session context sent to the LLM judge. |
timeoutMs |
Integer | 15000 |
The maximum time allowed for a security evaluation before timing out. |
Loading
A comprehensive security auditing tool designed to scan Openclaw Skills for malicious code, supply chain vulnerabilities, and sensitive data leaks.

A professional automotive diagnostic tool for Openclaw Skills that automates vehicle log retrieval from the cloud and provides intelligent fault analysis.

An automated diagnostic tool for analyzing the startup and shutdown performance metrics of SS4 vehicle head units.

A comprehensive automation skill for managing Proxmox VE virtual machines, containers, and cluster resources through a robust REST API interface.

A technical framework for managing long-running agent sessions through structured summarization and tokens-per-task optimization.

A proactive error management and circuit-breaking system designed to prevent AI agent failures through real-time monitoring and automated recovery.








































