Overview
- Skill Key
- atlaspa/openclaw-warden-pro
- Author
- atlaspa
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/atlaspa/openclaw-warden-pro
- Latest Commit SHA
- b8c678bd716cd3cfba2ed89bc98bb6ba8114433b
Full workspace security suite: detect unauthorized modifications, scan for prompt injection patterns, and automatically respond with countermeasures — snapshot restore, skill quarantine, git rollback, and automated protection sweeps. The complete post-installation security layer for agent workspaces.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 openclaw-warden-pro 技能。 若已安装,则直接安装 openclaw-warden-pro 技能。
# OpenClaw Warden Pro
Everything in [openclaw-warden](https://github.com/AtlasPA/openclaw-warden) (free) plus automated countermeasures.
**Free version detects threats. Pro version responds to them.**
## Detection Commands (also in free)
```bash
python3 {baseDir}/scripts/integrity.py baseline --workspace /path/to/workspace
python3 {baseDir}/scripts/integrity.py verify --workspace /path/to/workspace
python3 {baseDir}/scripts/integrity.py scan --workspace /path/to/workspace
python3 {baseDir}/scripts/integrity.py full --workspace /path/to/workspace
python3 {baseDir}/scripts/integrity.py status --workspace /path/to/workspace
python3 {baseDir}/scripts/integrity.py accept SOUL.md --workspace /path/to/workspace
```
## Pro Countermeasures
### Restore from Snapshot
Restore a tampered file to its baseline snapshot. Critical, config, and skill files are automatically snapshotted when the baseline is established.
```bash
python3 {baseDir}/scripts/integrity.py restore SOUL.md --workspace /path/to/workspace
```
### Git Rollback
Restore a file to its last git-committed state.
```bash
python3 {baseDir}/scripts/integrity.py rollback SOUL.md --workspace /path/to/workspace
```
### Quarantine a Skill
Disable a suspicious skill by renaming its directory. The agent will not load quarantined skills.
```bash
python3 {baseDir}/scripts/integrity.py quarantine bad-skill --workspace /path/to/workspace
```
### Unquarantine a Skill
Restore a quarantined skill after investigation.
```bash
python3 {baseDir}/scripts/integrity.py unquarantine bad-skill --workspace /path/to/workspace
```
### Protect (Automated Response)
Full scan + automatic countermeasures in one pass: restore tampered critical files, quarantine malicious skills, flag remaining issues. This is the recommended command for session startup.
```bash
python3 {baseDir}/scripts/integrity.py protect --workspace /path/to/workspace
```
## Recommended Integration
### Session Startup Hook (Claude Code)
```json
{
"hooks"...
# OpenClaw Warden Pro Full workspace security suite for [OpenClaw](https://github.com/openclaw/openclaw), [Claude Code](https://docs.anthropic.com/en/docs/claude-code), and any Agent Skills-compatible tool. Everything in [openclaw-warden](https://github.com/AtlasPA/openclaw-warden) (free) **plus automated countermeasures**: snapshot restore, skill quarantine, git rollback, and one-command protection sweeps. ## Free Version Detects. Pro Version Responds. | Feature | Free | Pro | |---------|------|-----| | Baseline checksums | Yes | Yes | | Integrity verification | Yes | Yes | | Injection scanning | Yes | Yes | | **Snapshot restore** | - | **Yes** | | **Git rollback** | - | **Yes** | | **Skill quarantine** | - | **Yes** | | **Automated protect** | - | **Yes** | | **Session startup hook** | - | **Yes** | ## Install ```bash # Clone git clone https://github.com/AtlasPA/openclaw-warden-pro.git # Copy to your workspace skills directory cp -r openclaw-warden-pro ~/.openclaw/workspace/skills/ ``` ## Usage ```bash # Establish baseline (snapshots critical files for restoration) python3 scripts/integrity.py baseline # Check for modifications + injections python3 scripts/integrity.py full # AUTO-DETECT AND AUTO-RESPOND TO THREATS (recommended) python3 scripts/integrity.py protect # Quick health check python3 scripts/integrity.py status # Accept a legitimate change python3 scripts/integrity.py accept SOUL.md # Restore a tampered file from snapshot python3 scripts/integrity.py restore SOUL.md # Rollback a file to last git commit python3 scripts/integrity.py rollback SOUL.md # Quarantine a suspicious skill python3 scripts/integrity.py quarantine bad-skill # Restore a quarantined skill after investigation python3 scripts/integrity.py unquarantine bad-skill ``` All commands accept `--workspace /path/to/workspace`. If omitted, auto-detects from `$OPENCLAW_WORKSPACE`, current directory, or `~/.openclaw/workspace`. ## Countermeasures | Command | Action | |---------|-...
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).
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.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.