← 返回 Skills 市场
Beta Market Radar
作者
1477009639zw-blip
· GitHub ↗
· v1.0.0
· MIT-0
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install betamarketradar
功能描述
Real-time market scanning and alert system. Monitors SPX, major indices, VIX, and key crypto prices. Generates alerts when significant levels are crossed.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install betamarketradar - 安装完成后,直接呼叫该 Skill 的名称或使用
/betamarketradar触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 Beta Market Radar?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install betamarketradar」即可一键安装,无需额外配置。
Beta Market Radar 是免费的吗?
是的,Beta Market Radar 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Beta Market Radar 支持哪些平台?
Beta Market Radar 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Beta Market Radar?
由 1477009639zw-blip(@1477009639zw-blip)开发并维护,当前版本 v1.0.0。
推荐 Skills