← 返回 Skills 市场
strikeradar
作者
alexpolonsky
· GitHub ↗
· v1.0.0
526
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install strikeradar
功能描述
Monitor US-Iran strike probability using open-source indicators - news alerts, Iran internet connectivity, oil prices, flight traffic, military tanker detect...
安全使用建议
This skill appears internally consistent and only queries the public api.usstrikeradar.com endpoints described in the README and SKILL.md. Before installing or enabling automated alerts, consider: (1) npx tsx will download the tsx runtime from npm if not present — run it in an environment you control or pre-install tsx if you prefer; (2) the skill performs network calls to a third-party API (api.usstrikeradar.com) — verify you trust that service and review its privacy/policy if you care about telemetry; (3) do not rely on these algorithmic risk scores for safety-critical or financial decisions; (4) if you want extra assurance, inspect the included scripts/strikeradar.ts locally and/or run the CLI in a sandbox and monitor network requests to confirm no unexpected endpoints or data exfiltration occur.
功能分析
Type: OpenClaw Skill
Name: strikeradar
Version: 1.0.0
The OpenClaw skill 'strikeradar' is benign. Its primary function is to fetch and display US-Iran strike probability data from the legitimate API endpoint `https://api.usstrikeradar.com`, as explicitly stated in `SKILL.md` and implemented in `scripts/strikeradar.ts`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's behavior beyond its stated purpose. All commands and instructions align with the skill's described functionality.
能力评估
Purpose & Capability
Name/description match the implementation: the TS CLI fetches data from api.usstrikeradar.com and exposes the 8 signals described. Required binaries (node, npx) are appropriate for running a TypeScript Node CLI. There are no declared environment variables, credentials, or config paths that are unrelated to the stated purpose.
Instruction Scope
SKILL.md instructs running the provided script via npx tsx and describes commands (status, signal, pulse). The runtime instructions and the script only fetch public API endpoints and format results; they do not read local secrets, system files, or other unrelated resources. The script returns JSON with next_actions when run non-interactively (agent use), which matches the SKILL.md guidance.
Install Mechanism
There is no install spec (instruction-only), which keeps risk low. Minor caveat: running the example command with npx tsx will cause npx to fetch/execute the 'tsx' package from the npm registry if it's not already installed — a transient network fetch of a runtime package. There are no arbitrary download URLs or extracted archives in the skill itself.
Credentials
The skill requests no environment variables or credentials and the code does not access hidden env vars or keys. That is proportionate: it only needs outbound network access to the documented API endpoints.
Persistence & Privilege
The skill is not set to always:true and does not modify other skills or system settings. It can be invoked autonomously by the agent (disable-model-invocation is false), which is the platform default and expected for a queryable data wrapper; this is reasonable given the skill's narrow scope.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install strikeradar - 安装完成后,直接呼叫该 Skill 的名称或使用
/strikeradar触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial ClawHub release
元数据
常见问题
strikeradar 是什么?
Monitor US-Iran strike probability using open-source indicators - news alerts, Iran internet connectivity, oil prices, flight traffic, military tanker detect... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 526 次。
如何安装 strikeradar?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install strikeradar」即可一键安装,无需额外配置。
strikeradar 是免费的吗?
是的,strikeradar 完全免费(开源免费),可自由下载、安装和使用。
strikeradar 支持哪些平台?
strikeradar 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 strikeradar?
由 alexpolonsky(@alexpolonsky)开发并维护,当前版本 v1.0.0。
推荐 Skills