← Back to Skills Marketplace
alexpolonsky

strikeradar

by alexpolonsky · GitHub ↗ · v1.0.0
darwinlinux ✓ Security Clean
526
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install strikeradar
Description
Monitor US-Iran strike probability using open-source indicators - news alerts, Iran internet connectivity, oil prices, flight traffic, military tanker detect...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install strikeradar
  3. After installation, invoke the skill by name or use /strikeradar
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial ClawHub release
Metadata
Slug strikeradar
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is strikeradar?

Monitor US-Iran strike probability using open-source indicators - news alerts, Iran internet connectivity, oil prices, flight traffic, military tanker detect... It is an AI Agent Skill for Claude Code / OpenClaw, with 526 downloads so far.

How do I install strikeradar?

Run "/install strikeradar" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is strikeradar free?

Yes, strikeradar is completely free (open-source). You can download, install and use it at no cost.

Which platforms does strikeradar support?

strikeradar is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).

Who created strikeradar?

It is built and maintained by alexpolonsky (@alexpolonsky); the current version is v1.0.0.

💬 Comments