A defense-in-depth security layer that intercepts malicious inputs, prompt injections, and exfiltration attempts before they reach your AI model.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install guardian
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 guardian using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Guardian acts as a critical security interceptor within the Openclaw Skills ecosystem, designed to protect AI agents from sophisticated attacks. While core systems handle permissions, Guardian focuses on the data itself—scanning incoming messages and workspace files for malicious patterns. By providing a signature-based pre-model scanning layer, it ensures that prompt injections, credential leaks, and social engineering tactics are neutralized before the model processes them. This tool is essential for developers who require a robust, local-first security stack for their autonomous agents, ensuring that Openclaw Skills remain secure and compliant with safety standards.
To install Guardian as part of your Openclaw Skills library, navigate to your skills directory and run the installation script:
cd ~/.openclaw/skills/guardian
./install.sh
For optional automated cron jobs and background scanning, use the onboarding helper:
python3 scripts/onboard.py --setup-crons
Verify the installation using the admin CLI:
python3 scripts/admin.py status
Guardian manages security data locally via a SQLite database and configuration files to ensure maximum privacy for your Openclaw Skills. Below is the primary structure:
| Component | Description |
|---|---|
| guardian.db | Local SQLite database storing all detected threats and logs. |
| config.json | Central configuration for scan paths, severity thresholds, and master toggles. |
| definitions/ | JSON files containing threat-detection regex patterns and signature IDs. |
| audit_exports/ | Local directory for security audits (automatically excluded from distribution). |
Loading
A CLI-driven workflow for generating and stitching high-quality AI videos using Google Veo 3.x via the Gemini API.

Automate hyper-personalized cold email outreach by leveraging AI to research prospects and craft unique, high-converting sequences.

A lightweight workflow for transcribing, cleaning, translating, and packaging YouTube video transcripts with high accuracy and auditability.

A diagnostic and mitigation toolkit for resolving execution failures during the publishing and verification of Openclaw Skills.

An AI-powered fleet management skill for querying machine data, logging maintenance, and tracking expenses via the FieldFix API.

An AI-driven analysis tool that transforms raw Meta ad assets into structured strategy reports and funnel visualizations.








































