A runtime safety control plane that enforces deterministic security policies on shell commands, network requests, and file operations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install chainwatch
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 chainwatch using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Chainwatch acts as a robust security layer for AI agents, providing a runtime control plane to intercept and evaluate commands before they are executed. By integrating this into your Openclaw Skills library, you can prevent agents from performing unauthorized or destructive actions. It ensures that every command—from simple file deletions to complex network requests—adheres to a predefined safety profile, providing developers with peace of mind when deploying autonomous agents.
The skill is specifically designed to handle high-risk operations by routing them through a policy engine. Whether the agent is attempting to modify system configurations or access sensitive credentials, Chainwatch provides a deterministic decision-making framework. This makes it an essential component for anyone building secure and reliable agents within the ecosystem of Openclaw Skills.
To begin using this security feature within your Openclaw Skills environment, ensure the chainwatch binary is installed and accessible in your system path.
# Check if chainwatch is installed
chainwatch --version
# Perform a dry-run to test a specific command against the security policy
chainwatch evaluate --tool command --resource "rm -rf /tmp/data" --profile clawbot
Chainwatch utilizes structured data formats to communicate safety decisions and maintain audit logs, ensuring compatibility with other Openclaw Skills.
| Component | Data Format | Description |
|---|---|---|
| Policy Response | JSON | Contains boolean blocked, string decision (allow/deny/require_approval), and reason. |
| Audit Logs | JSONL | Line-delimited JSON files tracking every command evaluation and execution result. |
| Profiles | Configuration | Named policy sets (like clawbot) that define the specific rules for different agent contexts. |
Loading
An AI agent skill designed to execute multi-step tasks autonomously while adhering to strict safety guardrails and confirmation protocols.

A meta-skill designed to teach developers and agents how to create, structure, and publish their own custom agentic capabilities.

Exoskeletons provide AI agents with a persistent onchain identity, reputation system, and secure marketplace built on the Base network.

A high-performance CLI skill for the Exponential productivity platform, enabling seamless task creation, project tracking, and workspace management.

A rapid security hardening skill to protect Linux servers running OpenClaw from unauthorized access and brute-force attacks.

A privacy-focused CLI utility for analyzing Apple Health exports and extracting granular health metrics locally.








































