Install
openclaw skills install openclaw-self-guardMonitors local OpenClaw version daily at 06:00 Beijing time against NVD and GitHub advisories, reporting found CVEs with remediation steps.
openclaw skills install openclaw-self-guardMonitors OpenClaw for known security vulnerabilities by checking multiple threat intelligence sources.
| Source | URL | Description |
|---|---|---|
| NVD | services.nvd.nist.gov | NIST National Vulnerability Database |
| GitHub Advisories | api.github.com/advisories | GitHub Security Advisory Database |
/openclaw 安全检查
/openclaw-self-guard check
/openclaw-self-guard version
Installed automatically during skill setup:
To customize delivery channel, edit ~/.openclaw/cron/jobs.json after installation:
"delivery": {
"mode": "announce",
"channel": "feishu" // or "telegram", etc.
}
When vulnerabilities found:
# 🔒 OpenClaw 安全漏洞报告
**检查时间**: 2026-03-31
**本地版本**: x.x.x
**检测到漏洞**: X 个
## 漏洞详情
| CVE ID | 严重性 | 描述 | 受影响版本 | 补救方案 |
When no vulnerabilities:
✅ OpenClaw v{x.x.x} - 未检测到安全漏洞
openclaw-self-guard/
├── SKILL.md
├── scripts/
│ ├── check_vulns.py # Main vulnerability check
│ ├── fetch_nvd.py # Fetch CVE from NVD
│ ├── fetch_github.py # Fetch from GitHub
│ ├── get_version.py # Get local version
│ └── setup_cron.sh # Cron auto-installation
└── references/
└── requirements.txt
requests, beautifulsoup4, lxml