An automated security vulnerability monitor and analysis agent that tracks codebase dependencies and performs deep triage on critical CVEs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cve-sentinel
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install cve-sentinel using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
CVE Sentinel is a specialized security agent tool designed to continuously monitor your open-source software dependencies for newly disclosed vulnerabilities. By systematically interfacing with authoritative databases—including NVD, OSV, GHSA, and the CISA KEV catalog—the skill proactively flags potential security exposures within your software supply chain while discarding out-of-scope version alerts.
As a core component in the ecosystem of Openclaw Skills, CVE Sentinel does not just alert you to issues; it performs the heavy lifting of security triaging. For high-severity threats (CVSS >= 7), it automatically launches a six-dimension deep analysis pipeline, detailing patch commits, exploit vectors, and multi-option mitigation strategies, allowing developers and security teams to resolve threats with minimal friction.
watchlist.yaml configuration file.reports/INDEX.md to prevent duplicate efforts during subsequent scans.To leverage this utility within your Openclaw Skills runtime, set up your configuration and run scripts as follows.
First, extract your project's third-party dependencies to build a watchlist:
python scripts/extract-deps.py --watchlist watchlist.yaml --project-dir /path/to/your/project
Run the continuous monitoring script to check for newly disclosed vulnerabilities over the past 7 days:
python scripts/query-vulns.py --watchlist watchlist.yaml --days 7 --index reports/INDEX.md
To run a targeted, one-off deep analysis against a specific CVE ID:
python scripts/query-vulns.py --watchlist watchlist.yaml --cve CVE-YYYY-XXXXX
CVE Sentinel maintains a clean directory layout and structured output schema for all generated audit assets:
| Path | Format | Description |
|---|---|---|
watchlist.yaml |
YAML | Main inventory tracking software names, ecosystems, and monitored versions. |
reports/INDEX.md |
Markdown | Central master index tracking tracked vulnerabilities, CVSS scores, and report paths. |
reports/raw-results.json |
JSON | Raw threat feeds returned from OSV, NVD, and advisory database queries. |
reports/YYYY-MM-DD-{CVE-ID}.md |
Markdown | Deep analysis report documenting the threat across six security dimensions. |
Reports generated for high-severity threats contain the following sections:
Loading
A specialized agent skill to clone and run the decision-making framework, mental models, and analytical style of any public figure.

A quantitative market sentiment analyzer for A-share trading that computes a 7-dimensional score to pinpoint market phases and detect inflection points.

A production-grade, high-performance Node.js web crawler library optimized for large-scale crawling, concurrent execution, and robust proxy routing.

An immersive AI companion skill based on Anita Diamant's novel, empowering users to reclaim silenced narratives, foster female community, and explore the sacred traditions of womanhood.

A robust quantitative stock data query REST API skill for AI agents to seamlessly fetch cross-market financial metrics, indicators, and macroeconomic data.

An AI-powered tactical advisor that helps you plan high-stakes projects, manage complex risks, and maintain meticulous attention to detail using strategic principles from the classic thriller.








































