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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install openclaw-warden-pro或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install openclaw-warden-pro⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/openclaw-warden-pro/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: openclaw-warden-pro description: "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." user-invocable: true metadata: {"openclaw":{"emoji":"🛡️","requires":{"bins":["python3"]},"os":["darwin","linux","win32"]}} ---
Everything in openclaw-warden (free) plus automated countermeasures.
Free version detects threats. Pro version responds to them.
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
Restore a tampered file to its baseline snapshot. Critical, config, and skill files are automatically snapshotted when the baseline is established.
python3 {baseDir}/scripts/integrity.py restore SOUL.md --workspace /path/to/workspace
Restore a file to its last git-committed state.
python3 {baseDir}/scripts/integrity.py rollback SOUL.md --workspace /path/to/workspace
Disable a suspicious skill by renaming its directory. The agent will not load quarantined skills.
python3 {baseDir}/scripts/integrity.py quarantine bad-skill --workspace /path/to/workspace
Restore a quarantined skill after investigation.
python3 {baseDir}/scripts/integrity.py unquarantine bad-skill --workspace /path/to/workspace
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.
python3 {baseDir}/scripts/integrity.py protect --workspace /path/to/workspace
{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "python3 scripts/integrity.py protect",
"timeout": 30
}
]
}
]
}
}
Add to HEARTBEAT.md for periodic protection:
- Run workspace integrity protection (python3 {skill:openclaw-warden-pro}/scripts/integrity.py protect)
Run protect to auto-quarantine skills that modified workspace files.
| Category | Files | Alert Level | |----------|-------|-------------| | Critical | SOUL.md, AGENTS.md, IDENTITY.md, USER.md, TOOLS.md, HEARTBEAT.md | WARNING | | Memory | memory/*.md, MEMORY.md | INFO | | Config | *.json in workspace root | WARNING | | Skills | skills/*/SKILL.md | WARNING |
| Command | Action | |---------|--------| | protect | Full scan + auto-restore + auto-quarantine + flag | | restore | Restore from baseline snapshot | | rollback | Restore from git history | | quarantine | Disable skill by renaming directory | | unquarantine | Re-enable a quarantined skill |
Python standard library only. No pip install. No network calls. Everything runs locally.
Works with OpenClaw, Claude Code, Cursor, and any tool using the Agent Skills specification.
安装 OpenClaw Warden Pro 后,可以对 AI 说这些话来触发它
Help me get started with OpenClaw Warden Pro
Explains what OpenClaw Warden Pro does, walks through the setup, and runs a quick demo based on your current project
Use OpenClaw Warden Pro to full workspace security suite: detect unauthorized modifications, s...
Invokes OpenClaw Warden Pro with the right parameters and returns the result directly in the conversation
What can I do with OpenClaw Warden Pro in my ai agent & automation workflow?
Lists the top use cases for OpenClaw Warden Pro, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/openclaw-warden-pro/ 目录(个人级,所有项目可用),或 .claude/skills/openclaw-warden-pro/(项目级)。重启 AI 客户端后,用 /openclaw-warden-pro 主动调用,或让 AI 根据上下文自动发现并使用。
OpenClaw Warden Pro 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
OpenClaw Warden Pro 可免费安装使用。请查阅仓库了解许可证信息。
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.
Automate my ai agent & automation tasks using OpenClaw Warden Pro
Identifies repetitive steps in your workflow and sets up OpenClaw Warden Pro to handle them automatically
OpenClaw Warden Pro 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。