A high-performance risk prioritization engine that filters scanner noise using real-world exploit intelligence and asset context.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install vulnerability-prioritizer
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 vulnerability-prioritizer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Vulnerability Prioritizer is a sophisticated tool designed for security teams and developers using Openclaw Skills to move beyond the limitations of CVSS scores. By integrating real-world exploit data and asset-specific context, it helps teams focus on the small percentage of vulnerabilities that actually pose a significant risk. This skill bridges the gap between raw security scans and actionable remediation plans, ensuring that limited engineering resources are spent where they have the most impact.
Through its integration with global threat intelligence feeds like the CISA KEV and EPSS API, the skill ensures that your remediation efforts are data-driven rather than reactive. Within the Openclaw Skills framework, this tool automates the tedious triage process, allowing for faster response times, reduced MTTR, and a significantly improved security posture for cloud-native applications.
To integrate this with your Openclaw Skills workflow, ensure your scanner provides JSON output. Use the following commands to process your data:
# Example: Prioritizing Trivy scan results
trivy image --format json <IMAGE_NAME> | openclaw-skill prioritize
# Example: Auditing npm dependencies
npm audit --json | openclaw-skill prioritize
Ensure the environment has network access to fetch the latest EPSS and CISA KEV data feeds during the prioritization process.
The tool utilizes a composite scoring model and organizes data into a structured hierarchy for clear decision-making:
| Component | Source | Weight/Multiplier |
|---|---|---|
| CVSS Normalized | Scanner | 0.0 - 1.0 (Base Severity) |
| EPSS Weight | FIRST.org API | 1 + (EPSS * 10) (Likelihood) |
| Asset Multiplier | Context | 1.5x - 2.0x (Impact) |
| Exploit Maturity | CISA/Metasploit | 1.0 - 5.0 (Availability) |
The output is organized by priority ranks (Critical, High, Medium, Low) and includes metadata for package versions and remediation paths.
Loading
A comprehensive auditing tool for identifying workspace structures, internal dependencies, and architectural issues in monorepos.

A diagnostic and optimization tool for detecting processing bottlenecks and implementing flow control in data streaming pipelines.

A specialized linter for GitHub Actions YAML files to detect security risks, deprecated actions, and syntax errors.

A specialized security utility to generate, validate, and refine Content Security Policy (CSP) headers through automated resource discovery and risk analysis.

A structured framework for AI agents to evaluate their performance, extract reusable patterns, and improve future task execution.

A specialized CLI tool for fetching daily wholesale and retail price data for Korean agricultural, livestock, and aquatic products via the official KAMIS OpenAPI.








































