A diagnostic utility for verifying the functionality and configuration of your AI agent environment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openguardrails1
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 openguardrails1 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Test Skill is a fundamental utility designed to validate the integration between your AI agent and the Openclaw Skills ecosystem. It allows developers to confirm that all dependencies are met and that the agent has the necessary permissions to operate within the local development environment.
This skill serves as a baseline for troubleshooting, ensuring that more complex workflows can be executed without infrastructure-related interruptions. It is the recommended starting point for anyone setting up a new instance of Openclaw Skills.
To install the test skill and verify your setup, run the following command in your terminal:
openclaw install test
Once installed, ask your agent to run the test diagnostic to ensure everything is configured correctly.
The skill generates a standard diagnostic report with the following structure:
| Attribute | Type | Description |
|---|---|---|
execution_id |
String | Unique identifier for the test run. |
result |
Boolean | Final status of the environment check. |
errors |
Array | List of any configuration issues or missing dependencies detected. |
env_status |
Object | Metadata regarding current system paths and versioning. |
Loading
A comprehensive runtime security guard for OpenClaw agents providing local-first protection against exfiltration, injection, and sensitive data leaks.

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

OpenGuardrails is an open-source runtime security plugin designed to protect AI agents from data exfiltration, prompt injection, and sensitive data leakage.

An intelligent orchestration hub that analyzes, decomposes, and distributes complex tasks to specialized sub-agents while ensuring reliability and progress monitoring.

A mandatory security gatekeeper that audits and validates new code, scripts, and MCP servers against the SEP-2026 Zero Trust protocol.

A specialized maintenance tool designed to resolve Gateway crashes caused by file descriptor exhaustion and workspace file bloat.








































