Enterprise AI security scanner using static analysis, runtime guards, and ClamAV to detect credential theft, data leaks, malware, and ensure audit logging.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install openclaw-shield或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install openclaw-shield⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/openclaw-shield/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Enterprise security scanner for AI agents. Detects credential theft, data exfiltration, and malicious code with static analysis + runtime guards + ClamAV integration. Audit logging and tamper-evident reports.
When to use: Security scanning, threat detection, code auditing, runtime protection for AI agents
What to know:
Repository: https://github.com/pfaria32/OpenClaw-Shield-Security
cd /home/node/.openclaw/workspace
git clone https://github.com/pfaria32/OpenClaw-Shield-Security.git projects/OpenClaw-Shield
# Test the scanner
python3 projects/OpenClaw-Shield/src/scanner.py /path/to/scan
# Deploy (see repository README for full setup)
python3 projects/OpenClaw-Shield/src/scanner.py workspace --output shield-report.json
Set up cron job (see repository deployment guide):
# Daily at 3 AM UTC
0 3 * * * /path/to/scan-script.sh
Configure allowlists and enable runtime protection (see deployment/openclaw-config.py in repo).
✅ Deployed on this instance (clawdbot-toronto)
Inspired by: Resonant by Manolo Remiddi Source: https://github.com/ManoloRemiddi/resonantos-open-system-toolkit/blob/main/BUILD_YOUR_OWN_SHIELD.md
Built on the principle: "Don't trust, verify."
Full docs, threat model, and deployment guide in repository README.
安装 OpenClaw Shield 后,可以对 AI 说这些话来触发它
Help me get started with OpenClaw Shield
Explains what OpenClaw Shield does, walks through the setup, and runs a quick demo based on your current project
Use OpenClaw Shield to enterprise AI security scanner using static analysis, runtime guard...
Invokes OpenClaw Shield with the right parameters and returns the result directly in the conversation
What can I do with OpenClaw Shield in my ai agent & automation workflow?
Lists the top use cases for OpenClaw Shield, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/openclaw-shield/ 目录(个人级,所有项目可用),或 .claude/skills/openclaw-shield/(项目级)。重启 AI 客户端后,用 /openclaw-shield 主动调用,或让 AI 根据上下文自动发现并使用。
OpenClaw Shield 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
OpenClaw Shield 可免费安装使用。请查阅仓库了解许可证信息。
Enterprise AI security scanner using static analysis, runtime guards, and ClamAV to detect credential theft, data leaks, malware, and ensure audit logging.
OpenClaw Shield 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using OpenClaw Shield
Identifies repetitive steps in your workflow and sets up OpenClaw Shield to handle them automatically