OpenGuardrails is an open-source runtime security plugin designed to protect AI agents from data exfiltration, prompt injection, and sensitive data leakage.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install og-openclawguard-test
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 og-openclawguard-test using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
OpenGuardrails provides a robust security layer for AI agents, functioning as a local-first guardrail against critical threats. By integrating directly into the agent workflow, it monitors tool calls in real-time to block suspicious activities like shell escapes and unauthorized data transfers. As one of the most vital Openclaw Skills for production environments, it ensures that sensitive information like PII and credentials are sanitized before ever reaching an LLM provider.
The plugin operates with a privacy-first approach, offering local-only detection for common attack vectors while providing an optional cloud-based behavioral assessment for complex patterns. Whether you are building autonomous agents or internal tools, OpenGuardrails acts as a comprehensive AI Security Gateway that maintains data integrity and prevents malicious exploitation without compromising agent performance.
Install the plugin via the CLI to add these security capabilities to your Openclaw Skills environment:
# Install from npm
openclaw plugins install @openguardrails/openclaw-security
To verify the installation and check the current security status, use the status command:
/og_status
For cloud-based behavioral assessment, activate the plugin to receive a claim URL and verification code:
/og_activate
OpenGuardrails manages configuration and credentials locally to ensure security and persistence. The primary files include:
| File Path | Description |
|---|---|
~/.openclaw/openclaw.json |
Main configuration file where plugin settings like blockOnRisk and apiKey are stored. |
~/.openclaw/credentials/openguardrails/credentials.json |
Stores the unique Agent ID and API key used for cloud-based detection. |
Sanitization Taxonomy:
<EMAIL>: Redacted email addresses detected in tool calls.<SECRET>: API keys, tokens, and high-entropy secrets stripped before transmission.<CREDIT_CARD>: Credit card and bank card numbers replaced by placeholders.<IP_ADDRESS>: Internal and external IP addresses hidden from external providers.Loading
An intelligent orchestration hub that analyzes, decomposes, and distributes complex tasks to specialized sub-agents while ensuring reliability and progress monitoring.

A comprehensive testing suite for Flutter applications covering unit, widget, and end-to-end integration tests.

A comprehensive AI development skill for building professional Flutter applications using Riverpod 2.0 and Clean Architecture.

A comprehensive guide to implementing smooth and performant Flutter animations, ranging from simple implicit transitions to complex physics-based motion.

An AI-powered security scanner designed to detect vulnerabilities in OpenClaw code, plugins, and Node.js dependencies.

A comprehensive runtime security guard for OpenClaw agents providing local-first protection against exfiltration, injection, and sensitive data leaks.








































