← Back to Skills Marketplace
1477009639zw-blip

Beta Market Radar

by 1477009639zw-blip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install betamarketradar
Description
Real-time market scanning and alert system. Monitors SPX, major indices, VIX, and key crypto prices. Generates alerts when significant levels are crossed.
README (SKILL.md)

Market Radar

Real-time market scanning and alert system. Monitors key levels, detects breakouts, and generates structured alerts.

Usage

python3 radar.py --watch SPX,QQQ,VIX --threshold 1.5

Alerts Generated

  • Breakout alerts (price crosses key levels)
  • VIX spike alerts (>20 = elevated risk)
  • Unusual volume detection
  • Sector rotation signals
Usage Guidance
This package is effectively a demo stub, not a working real-time market radar. If you expected live data/alerts, understand that the included script only prints simulated placeholders and would need to be extended to call a market data API (the comment mentions 'Tiger API'). Before installing or running: 1) confirm with the author how to integrate a data provider and which credentials are required; 2) if you or others add API calls, only provide API keys you trust to code you reviewed—requests for unrelated secrets would be a red flag; 3) because the source/homepage is unknown, run the script in a sandbox or isolated environment first; 4) if you need true real-time monitoring, prefer a skill that documents which data provider it uses and explicitly declares required credentials and network endpoints.
Capability Analysis
Type: OpenClaw Skill Name: betamarketradar Version: 1.0.0 The Market Radar skill is a simple simulation tool for monitoring financial indices. The provided Python script (radar.py) uses standard argument parsing to display user-defined symbols and thresholds without performing any network requests, file system access, or command execution. No malicious patterns or security vulnerabilities were found.
Capability Assessment
Purpose & Capability
The name and description promise 'real-time' scanning of indices, VIX, and crypto. The SKILL.md and radar.py, however, are a simulation (radar.py prints placeholders and explicitly says 'Simulated — connect Tiger API for real data'). It's coherent as a demo, but the advertised capability (real-time monitoring/alerts) is not implemented and requires external API integration that the skill does not request or perform.
Instruction Scope
SKILL.md only instructs running python3 radar.py with arguments. The instructions don't ask the agent to read unrelated files, environment variables, or send data to external endpoints. The scope is limited to running the included script.
Install Mechanism
There is no install spec (instruction-only plus a small script). Nothing is downloaded or written to disk beyond the included file, which is the lowest-risk install model.
Credentials
The skill requires only python3 and declares no environment variables, credentials, or config paths. That is proportionate for a local simulated script. Note: a true real-time implementation would reasonably require API keys for a market data provider; the skill does not request them.
Persistence & Privilege
always is false and the skill does not request persistent/system privileges or modify other skills. Autonomous invocation is allowed by default but not a specific concern here given the script's limited scope.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install betamarketradar
  3. After installation, invoke the skill by name or use /betamarketradar
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug betamarketradar
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Beta Market Radar?

Real-time market scanning and alert system. Monitors SPX, major indices, VIX, and key crypto prices. Generates alerts when significant levels are crossed. It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.

How do I install Beta Market Radar?

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

Is Beta Market Radar free?

Yes, Beta Market Radar is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Beta Market Radar support?

Beta Market Radar is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Beta Market Radar?

It is built and maintained by 1477009639zw-blip (@1477009639zw-blip); the current version is v1.0.0.

💬 Comments