{
  "schemaVersion": "1.0",
  "item": {
    "slug": "strikeradar",
    "name": "strikeradar",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/alexpolonsky/strikeradar",
    "canonicalUrl": "https://clawhub.ai/alexpolonsky/strikeradar",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/strikeradar",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=strikeradar",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "package.json",
      "scripts/strikeradar.ts"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/strikeradar"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/strikeradar",
    "agentPageUrl": "https://openagent3.xyz/skills/strikeradar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/strikeradar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/strikeradar/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "StrikeRadar - US-Iran strike probability monitor",
        "body": "Real-time risk scores across 8 signal categories, aggregated into a composite strike probability.\n\nRisk scores are algorithmic estimates from publicly available data, not intelligence assessments. Do not use for personal, financial, or safety decisions. Wraps StrikeRadar by Yonatan Back."
      },
      {
        "title": "Quick Start",
        "body": "No dependencies needed. Run directly:\n\nnpx tsx {baseDir}/scripts/strikeradar.ts status"
      },
      {
        "title": "Commands",
        "body": "CommandDescriptionstatusAll 8 signals with risk scores and total risksignal <name>Deep dive into one signal with raw datapulseLive viewer count and activity by country"
      },
      {
        "title": "Status",
        "body": "npx tsx {baseDir}/scripts/strikeradar.ts status\n\nReturns: total_risk (0-100%), per-signal risk + detail, last_updated."
      },
      {
        "title": "Signal deep-dive",
        "body": "npx tsx {baseDir}/scripts/strikeradar.ts signal <name>\n\nValid signals: news, connectivity, energy, flight, tanker, weather, polymarket, pentagon\n\nWhat each signal tracks:\n\nnews - article alerts from BBC/Al Jazeera, alert_count, total_count\nconnectivity - Iran internet status via Cloudflare Radar\nenergy - Brent crude price, volatility, market status\nflight - aircraft count near Iran, key airline presence\ntanker - military refueling tanker detection, callsigns\nweather - conditions over Iran (visibility matters for strikes)\npolymarket - betting market odds for US strike\npentagon - building activity level and patterns"
      },
      {
        "title": "Pulse",
        "body": "npx tsx {baseDir}/scripts/strikeradar.ts pulse\n\nReturns: watching_now, activity_level, surge multiplier, country breakdown."
      },
      {
        "title": "Agent Usage",
        "body": "All commands return JSON with next_actions when output is piped:\n\nnpx tsx {baseDir}/scripts/strikeradar.ts status | cat"
      }
    ],
    "body": "StrikeRadar - US-Iran strike probability monitor\n\nReal-time risk scores across 8 signal categories, aggregated into a composite strike probability.\n\nRisk scores are algorithmic estimates from publicly available data, not intelligence assessments. Do not use for personal, financial, or safety decisions. Wraps StrikeRadar by Yonatan Back.\n\nQuick Start\n\nNo dependencies needed. Run directly:\n\nnpx tsx {baseDir}/scripts/strikeradar.ts status\n\nCommands\nCommand\tDescription\nstatus\tAll 8 signals with risk scores and total risk\nsignal <name>\tDeep dive into one signal with raw data\npulse\tLive viewer count and activity by country\nStatus\nnpx tsx {baseDir}/scripts/strikeradar.ts status\n\n\nReturns: total_risk (0-100%), per-signal risk + detail, last_updated.\n\nSignal deep-dive\nnpx tsx {baseDir}/scripts/strikeradar.ts signal <name>\n\n\nValid signals: news, connectivity, energy, flight, tanker, weather, polymarket, pentagon\n\nWhat each signal tracks:\n\nnews - article alerts from BBC/Al Jazeera, alert_count, total_count\nconnectivity - Iran internet status via Cloudflare Radar\nenergy - Brent crude price, volatility, market status\nflight - aircraft count near Iran, key airline presence\ntanker - military refueling tanker detection, callsigns\nweather - conditions over Iran (visibility matters for strikes)\npolymarket - betting market odds for US strike\npentagon - building activity level and patterns\nPulse\nnpx tsx {baseDir}/scripts/strikeradar.ts pulse\n\n\nReturns: watching_now, activity_level, surge multiplier, country breakdown.\n\nAgent Usage\n\nAll commands return JSON with next_actions when output is piped:\n\nnpx tsx {baseDir}/scripts/strikeradar.ts status | cat"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/alexpolonsky/strikeradar",
    "publisherUrl": "https://clawhub.ai/alexpolonsky/strikeradar",
    "owner": "alexpolonsky",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/strikeradar",
    "downloadUrl": "https://openagent3.xyz/downloads/strikeradar",
    "agentUrl": "https://openagent3.xyz/skills/strikeradar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/strikeradar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/strikeradar/agent.md"
  }
}