← 返回 Skills 市场
eaveluo

Stock Monitor Pro

作者 Eave Luo · GitHub ↗ · v2.1.0
cross-platform ⚠ suspicious
2051
总下载
4
收藏
15
当前安装
2
版本数
在 OpenClaw 中安装
/install stock-monitor-pro
功能描述
专业级智能股票监控预警系统 V2.1。支持收盘日报自动生成、反爬虫优化(Session级UA、多数据源冗余)、成本百分比预警、均线金叉死叉、RSI超买超卖、成交量异动监控、智能错误提醒。符合中国投资者习惯(红涨绿跌)。Use when user needs stock market monitoring, pri...
安全使用建议
What to consider before installing/running: - Packaging inconsistencies: README and SKILL.md mention config.example.py and RULE_REVIEW_REPORT.md that are not present. The included test suite also references specific symbols and a hard-coded user path (/home/wesley/...), so the bundle appears incompletely packaged or adapted from a different developer environment. Expect runtime errors unless you fix or supply the missing files. - Tests are brittle: test_suite asserts the presence of stock codes and gold data that the WATCHLIST in the monitors may not contain. Don't assume the tests will pass on your machine; review and adapt tests before running. - Persistent daemon behavior: control.sh launches a background Python process and writes logs/pid under $HOME/.stock_monitor. If you install, the process will run continuously (as intended) — run it in a sandbox or container first, and inspect the log file for unexpected behavior. Use the provided stop/status commands to manage it. - Network activity: the code fetches market data from multiple public endpoints and uses anti-scraping headers (rotating UA, fingerprint headers, randomized delays). This is consistent with scraping market data but be aware of potential rate-limiting and the ethics/legality of aggressive scraping for some data providers. No evidence of exfiltration to private endpoints, but all network traffic is external — review firewall/network policies if needed. - Hard-coded paths and assumptions: the bundle contains developer-era hard-coded paths and assumptions (user home paths, specific symbol expectations). Before running with your real holdings, inspect and/or edit WATCHLIST and any configuration to ensure it matches your assets and risk tolerances. Recommended actions: 1. Inspect the scripts (monitor_v2.py, monitor.py, analyser.py) locally; grep for any URLs or destinations you don’t recognize (there are only public finance APIs in the package). 2. Run the code in an isolated environment (container or VM) first. 3. Provide or adapt a config (the README suggests config.example.py — create a small config or edit WATCHLIST inline). 4. Remove or fix hard-coded absolute paths in test_suite or run tests only after adapting them to your environment. 5. If you will run the daemon long-term, limit its filesystem permissions and monitor outbound connections. Given the coherence with the claimed functionality but the packaging and test inconsistencies, proceed cautiously rather than trusting it as-is.
功能分析
Type: OpenClaw Skill Name: stock-monitor-pro Version: 2.1.0 The skill bundle is a functional stock market monitoring and alerting system tailored for the Chinese market. It fetches real-time data and technical indicators from legitimate financial sources including Sina, Tencent, and EastMoney. The code implements standard trading logic (RSI, Moving Averages, volume analysis) and includes robust features like a daemon manager (monitor_daemon.py) and anti-crawling optimizations (monitor_v2.py). No evidence of data exfiltration, credential theft, or malicious prompt injection was found; the scripts are well-documented and align strictly with the stated purpose.
能力评估
Purpose & Capability
The name/description (stock monitoring, alerts, daily reports) aligns with the included Python scripts: monitor/monitor_v2 implement data fetching, indicator calculation, alert rules, and a daemon. The anti-scraping measures, multi-source fetching and alert logic are coherent with the stated purpose.
Instruction Scope
SKILL.md tells the user to start a background daemon (control.sh start -> launches monitor_v2.py) which is consistent with a long-running monitor. However SKILL.md/README reference files that are not present (config.example.py, RULE_REVIEW_REPORT.md). The included test suite and some code expect particular symbols (e.g., '600362', 'XAU') and contain hard-coded absolute paths (/home/wesley/...), which are out-of-band assumptions and likely to fail or mislead. The runtime instructions do not request unrelated secrets, but they do instruct long-running network access to multiple external endpoints.
Install Mechanism
There is no install spec — this is instruction/code-only. No downloads, package installs, or extraction-from-URL operations are present in the manifest. That lowers installation risk; the skill just contains Python and shell scripts.
Credentials
The skill declares no required env vars, credentials, or config paths. The code does perform many outgoing HTTP requests to public finance APIs (eastmoney, sina, qt.gtimg, etc.), which is expected for a market-monitoring tool. There are no requests for unrelated credentials or keys in the package.
Persistence & Privilege
The control.sh and monitor_daemon start a persistent background process and write logs/pid to $HOME/.stock_monitor. This is typical for a monitor but does create persistent presence on the host. always is false (normal). The skill does not attempt to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-monitor-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-monitor-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.0
V2.1: 新增收盘日报功能 - 每日15:00-15:30自动发送持仓汇总、盈亏统计、市场点评
v2.0.0
V2.0: 反爬虫优化 - Session级UA绑定、多数据源冗余(新浪/腾讯/东财/同花顺)、智能错误提醒(30分钟频率)、3-10分钟随机监控间隔
元数据
Slug stock-monitor-pro
版本 2.1.0
许可证
累计安装 15
当前安装数 15
历史版本数 2
常见问题

Stock Monitor Pro 是什么?

专业级智能股票监控预警系统 V2.1。支持收盘日报自动生成、反爬虫优化(Session级UA、多数据源冗余)、成本百分比预警、均线金叉死叉、RSI超买超卖、成交量异动监控、智能错误提醒。符合中国投资者习惯(红涨绿跌)。Use when user needs stock market monitoring, pri... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2051 次。

如何安装 Stock Monitor Pro?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-monitor-pro」即可一键安装,无需额外配置。

Stock Monitor Pro 是免费的吗?

是的,Stock Monitor Pro 完全免费(开源免费),可自由下载、安装和使用。

Stock Monitor Pro 支持哪些平台?

Stock Monitor Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Stock Monitor Pro?

由 Eave Luo(@eaveluo)开发并维护,当前版本 v2.1.0。

💬 留言讨论