# Send Government Cybersecurity Vulnerability Intel to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gov-cybersecurity",
    "name": "Government Cybersecurity Vulnerability Intel",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/martc03/gov-cybersecurity",
    "canonicalUrl": "https://clawhub.ai/martc03/gov-cybersecurity",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/gov-cybersecurity",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gov-cybersecurity",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "gov-cybersecurity",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T13:54:00.319Z",
      "expiresAt": "2026-05-06T13:54:00.319Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gov-cybersecurity",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gov-cybersecurity",
        "contentDisposition": "attachment; filename=\"gov-cybersecurity-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "gov-cybersecurity"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gov-cybersecurity"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gov-cybersecurity",
    "downloadUrl": "https://openagent3.xyz/downloads/gov-cybersecurity",
    "agentUrl": "https://openagent3.xyz/skills/gov-cybersecurity/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gov-cybersecurity/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gov-cybersecurity/agent.md"
  }
}
```
## Documentation

### Government Cybersecurity Vulnerability Intel

Real-time vulnerability intelligence from 4 authoritative sources — no API keys required.

### Setup

Connect to the remote MCP server:

mcporter add gov-cyber --url https://cybersecurity-vuln-mcp.apify.actor/mcp --transport streamable-http

Or add directly to your OpenClaw MCP config (~/.openclaw/mcp.json):

{
  "servers": {
    "gov-cyber": {
      "url": "https://cybersecurity-vuln-mcp.apify.actor/mcp",
      "transport": "streamable-http"
    }
  }
}

### vuln_lookup_cve

Look up a CVE by ID and get enriched intelligence from all 4 sources in a single call — NVD details (CVSS score, description, references), CISA KEV active exploitation status, EPSS exploitation probability, and MITRE ATT&CK techniques.

Look up CVE-2021-44228

Example output: CRITICAL 10.0, EPSS 94.4%, KEV=YES, ATT&CK: T1190/T1203/T1595.002

### vuln_search

Search the NIST National Vulnerability Database by keyword, severity, and date range.

Search NVD for "apache log4j" critical vulnerabilities

Parameters: keyword, severity (LOW/MEDIUM/HIGH/CRITICAL), pubStartDate, pubEndDate, limit

### vuln_kev_latest

Get recently added entries from the CISA Known Exploited Vulnerabilities catalog — confirmed actively exploited in the wild.

Show KEV entries added in the last 7 days

Parameters: days (1-365, default 7), limit

### vuln_kev_due_soon

Get CISA KEV vulnerabilities with upcoming remediation deadlines. Federal agencies must patch by the due date.

Show KEV vulnerabilities due within 14 days

Parameters: days (1-90, default 14), limit

### vuln_epss_top

Get CVEs with the highest EPSS exploitation probability scores. A score of 0.9 = 90% chance of exploitation in the next 30 days.

Show CVEs with EPSS score above 0.9

Parameters: threshold (0-1, default 0.5), limit

### vuln_trending

Get recently published critical and high severity CVEs. Stay on top of emerging threats.

Show trending critical CVEs from the last 3 days

Parameters: days (1-30, default 3), severity, limit

### vuln_by_vendor

Search CVEs for a specific vendor/product with KEV cross-referencing for actively exploited vulns.

Show Microsoft Windows vulnerabilities

Parameters: vendor (required), product (optional), limit

### Data Sources

NIST NVD 2.0 — National Vulnerability Database (CVE details, CVSS scores)
CISA KEV — Known Exploited Vulnerabilities catalog
FIRST.org EPSS — Exploitation Prediction Scoring System
MITRE ATT&CK — Adversary techniques and tactics (172 CVEs mapped to 42 techniques)

### Use Cases

Vulnerability triage and prioritization
Compliance tracking (CISA KEV deadlines)
Vendor risk assessments
Threat intelligence briefings
Patch management decisions

All data from free US government APIs. Zero cost. No API keys required.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: martc03
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T13:54:00.319Z
- Expires at: 2026-05-06T13:54:00.319Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/gov-cybersecurity)
- [Send to Agent page](https://openagent3.xyz/skills/gov-cybersecurity/agent)
- [JSON manifest](https://openagent3.xyz/skills/gov-cybersecurity/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/gov-cybersecurity/agent.md)
- [Download page](https://openagent3.xyz/downloads/gov-cybersecurity)