Overview
- Skill Key
- bluemax30001/guardian
- Author
- bluemax30001
- Source Repo
- openclaw/skills
- Version
- 2.4.5
- Source Path
- skills/bluemax30001/guardian
- Latest Commit SHA
- 38568aadc26a1adf98e470b5f8eac6996c56cfe0
One layer in a multi-layer security stack for OpenClaw agents. Intercepts prompt injection, exfiltration attempts, tool abuse, and social engineering before they reach the model. Use alongside OpenClaw's built-in capability restrictions for defense-in-depth.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 clawguardian 技能。 若已安装,则直接安装 clawguardian 技能。
# Guardian **One layer in a multi-layer security stack for OpenClaw agents.** Real agent security requires multiple layers: OpenClaw's built-in capability restrictions and approval gates handle what the agent *can do*. Guardian handles what the agent *sees* — intercepting malicious inputs before they reach the model. Guardian provides signature-based pre-model scanning for prompt injection, credential exfiltration attempts, tool abuse patterns, and social engineering attacks. It is not a complete security solution on its own. Use it alongside OpenClaw's tool allowlists, approval gates, and sandboxed execution for defense-in-depth. Guardian provides two scanning modes: - **Real-time pre-scan** — checks each incoming message before it reaches the model - **Batch scan** — periodic sweep of workspace files and conversation logs All data stays local. Cron setup is optional via `scripts/onboard.py --setup-crons`. Scan results are stored in a SQLite database (`guardian.db`). ## Installation ```bash cd ~/.openclaw/skills/guardian ./install.sh ``` ## Install mechanism and review This package includes executable scripts (including `install.sh`) and Python modules. Review `install.sh` before running in production. `install.sh` performs local setup/validation; optional helper `onboard.py` is opt-in for cron setup. ## Onboarding checklist 1) Optional: `python3 scripts/onboard.py --setup-crons` (scanner/report/digest crons) 2) `python3 scripts/admin.py status` (confirm running) 3) `python3 scripts/admin.py threats` (confirm signatures loaded; should show 0/blocked) 4) Optional: review `config.json` scan_paths and threshold for your environment ### First-load / self-activation After `install.sh` completes, it writes `.guardian-activate-pending` to the workspace root (`~/.openclaw/workspace/.guardian-activate-pending`). When OpenClaw detects this marker on next load, it triggers `onboard.py` automatically for the self-activation flow. The marker is removed once `onboard...
# 🛡️ Guardian — Security scanner for OpenClaw agents
Detects prompt injection, credential exfiltration, tool abuse, and social engineering in real time. Runs locally with bundled signatures.
---
## Install
```bash
clawhub install guardian
cd ~/.openclaw/skills/guardian && ./install.sh
```
## Install & safety note
This package includes executable scripts (`install.sh`, optional onboarding/API/webhook helpers).
Review `install.sh` before running in production environments.
## Onboarding checklist (fast)
1) Optional: `python3 scripts/onboard.py --setup-crons` (scanner/report/digest crons)
2) `python3 scripts/admin.py status` (confirm running)
3) `python3 scripts/admin.py threats` (confirm signatures loaded; should show 0/blocked)
4) Optional: review `config.json` scan paths and thresholds
## Scan scope
Guardian scans configured workspace paths and may read other skill/config files under those paths for detection. Use narrow `scan_paths` in `config.json` if needed.
## Quick commands
```bash
python3 scripts/admin.py status # running?
python3 scripts/admin.py threats # list detected threats
python3 scripts/admin.py report # full summary
python3 scripts/admin.py update-defs # update signatures (bundled by default)
```
Add `--json` to any command for machine-readable output.
## Dashboard
```bash
cd skills/guardian/dashboard && python3 -m http.server 8091
# http://localhost:8091/guardian.html
```
## Optional components
- **Cron helper**: `scripts/onboard.py --setup-crons` (scanner/report/digest crons)
## Python API
```python
from core.realtime import RealtimeGuard
guard = RealtimeGuard()
result = guard.scan_message("test payload", channel="telegram")
if guard.should_block(result):
print(result.top_threat)
```
## What it protects against
- Prompt injection / indirect injection
- Credential patterns / exfiltration attempts
- Tool abuse patterns (read → send)
- Social engineering / fake authority
## How it works
- Bundled signature...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
cchacons
The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.
cchacons
The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.