A mandatory security gatekeeper that audits and validates new code, scripts, and MCP servers against the SEP-2026 Zero Trust protocol.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ztp
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 ztp using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ZTP (Zero Trust Protocol) is a specialized security layer designed for the Openclaw Skills ecosystem to act as a rigorous gatekeeper. It enforces the SEP-2026 Security Protocol, providing developers with the tools to audit source code for malicious patterns, obfuscation, and unauthorized network capabilities before any integration occurs.
By prioritizing a Zero Trust philosophy, this skill ensures that external code, including other Openclaw Skills, Python scripts, and MCP servers, are thoroughly vetted. It acts as the primary line of defense against supply chain attacks and ensures that no untrusted code is executed within the agent's environment without passing a multi-stage audit.
To set up the ZTP security gatekeeper for your Openclaw Skills environment, follow these steps:
# Navigate to the security skill directory
cd skills/openclawSecurity
# Ensure all dependencies for Shield Pro are met
# Run a deep audit on a target directory
python3 scripts/shield_pro.py --target <path_to_scan> --format json
The skill generates structured security reports to maintain the integrity of Openclaw Skills. The data is organized as follows:
| Attribute | Description |
|---|---|
status |
The final verdict: PASS, FAIL, or HALT (for manual review). |
findings |
A list of detected issues categorized by severity (CRITICAL, HIGH, MEDIUM). |
threat_type |
The specific nature of the vulnerability, such as Obfuscation or Unauthorized Network Access. |
loc |
The specific Line of Code in the source file where the risk was identified. |
tool_reports |
Supplemental data from integrated tools like Bandit, Safety, or NPM Audit. |
Loading
A diagnostic utility for verifying the functionality and configuration of your AI agent environment.

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.

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

An autonomous workflow for building and deploying static sites to GitHub Pages using GitHub Actions.








































