An automated outbound security framework that prevents AI agents from leaking secrets, PII, or internal system configurations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-safety
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 agent-safety using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Agent Safety is a critical security layer designed specifically for autonomous AI agents. While most security tools focus on inbound prompt injection, this skill prioritizes outbound protection by scanning output before it ever leaves the machine. It ensures that Openclaw Skills maintain a high standard of data privacy and operational security by preventing the accidental publication of sensitive credentials or internal metadata.
By implementing automated enforcement at the system and git levels, Agent Safety removes the reliance on LLM self-correction for security. It provides developers with peace of mind when using Openclaw Skills in production environments, ensuring that every commit and publication is verified against a strict set of safety rules.
To secure a specific repository with git hooks, run:
bash scripts/install-hook.sh <repo-path>
To perform a manual scan on a directory or file before publishing to the web, use:
bash scripts/pre-publish-scan.sh <file-or-directory>
To verify the health and security status of the host machine running Openclaw Skills, execute:
bash scripts/health-check.sh
| Category | Pattern / Data Type | Enforcement Level |
|---|---|---|
| Secrets | API Keys, PEM Blocks, Bearer Tokens | Blocking (Exit 1) |
| PII | SSNs, Credit Card Numbers, Emails | Blocking / Review Required |
| System | Home Paths, Config Paths, Internal IPs | Review Required |
| Infrastructure | Disk Usage, SIP Status, Firewall Status | Warning/Reporting |
Loading
A passive alignment service that provides domain-specific safety reminders to help autonomous agents stay on task and avoid hallucinations.

A specialized skill for AI agents to create, poll, and export professional PowerPoint presentations directly from text prompts or outlines.

A real-time web search skill that integrates Felo AI to provide agents with live information, current events, and up-to-date data.

Integrate comprehensive podcast searching and metadata retrieval into your AI workflows.

A practical framework of grounding exercises designed to help AI agents maintain honesty, recognize limitations, and prevent behavioral drift during autonomous operation.

Shed provides a rigorous framework of decision rules to manage context window hygiene for AI agents, preventing token bloat through strategic masking and compression.








































