Skill Vetter
一个面向 Security 场景的 Agent 技能。原始说明:Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
name: cyber-threat-brief
description: Get a concise daily cybersecurity threat intelligence briefing. Summarizes the latest CVEs, threat actor activity, and security advisories from public feeds. Use when you want a quick security overview, emerging threat roundup, or need to check if a specific CVE or threat group has recent activity. No API key needed.
homepage: https://cve.mitre.org
metadata:
{
"openclaw":
{
"emoji": "🛡️",
"requires": { "bins": ["curl"] },
},
}
Get a concise, actionable cybersecurity threat intelligence summary on demand.
Fetches the latest data from public threat intelligence feeds and summarizes:
curl -s "https://services.nvd.nist.gov/rest/json/cves/2.0?resultsPerPage=5" | head -c 4000
curl -s "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2026-XXXXX"
curl -s "https://www.cisa.gov/sites/default/files/feeds/known_exploited_vulnerabilities.json" | head -c 4000
Before generating a threat brief, always read the operational guidelines in references/threat-sources.md for the full list of sources and formatting rules.
Present the briefing as a structured report: