Install
openclaw skills install security-newsGet the latest cybersecurity news, vulnerability disclosures, and threat intelligence. Aggregates CVEs from NIST NVD, CISA KEV catalog, and security advisories via a unified feed API. No API key needed.
openclaw skills install security-newsStay up to date with cybersecurity news, vulnerability disclosures, and threat intelligence.
Aggregates from public feeds via a unified API:
curl -s "https://feed-monitor.security-feeds.workers.dev/api/nvd/latest"
curl -s "https://feed-monitor.security-feeds.workers.dev/api/nvd/cve?cveId=CVE-2026-XXXXX"
curl -s "https://feed-monitor.security-feeds.workers.dev/api/cisa/kev" | head -c 4000
Read references/feeds.md for query parameters, rate limits, and output formatting rules.