← Back to Skills Marketplace
2051
Downloads
4
Stars
15
Active Installs
2
Versions
Install in OpenClaw
/install stock-monitor-pro
Description
专业级智能股票监控预警系统 V2.1。支持收盘日报自动生成、反爬虫优化(Session级UA、多数据源冗余)、成本百分比预警、均线金叉死叉、RSI超买超卖、成交量异动监控、智能错误提醒。符合中国投资者习惯(红涨绿跌)。Use when user needs stock market monitoring, pri...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-monitor-pro - After installation, invoke the skill by name or use
/stock-monitor-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.0
V2.1: 新增收盘日报功能 - 每日15:00-15:30自动发送持仓汇总、盈亏统计、市场点评
v2.0.0
V2.0: 反爬虫优化 - Session级UA绑定、多数据源冗余(新浪/腾讯/东财/同花顺)、智能错误提醒(30分钟频率)、3-10分钟随机监控间隔
Metadata
Frequently Asked Questions
What is Stock Monitor Pro?
专业级智能股票监控预警系统 V2.1。支持收盘日报自动生成、反爬虫优化(Session级UA、多数据源冗余)、成本百分比预警、均线金叉死叉、RSI超买超卖、成交量异动监控、智能错误提醒。符合中国投资者习惯(红涨绿跌)。Use when user needs stock market monitoring, pri... It is an AI Agent Skill for Claude Code / OpenClaw, with 2051 downloads so far.
How do I install Stock Monitor Pro?
Run "/install stock-monitor-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Stock Monitor Pro free?
Yes, Stock Monitor Pro is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Stock Monitor Pro support?
Stock Monitor Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Stock Monitor Pro?
It is built and maintained by Eave Luo (@eaveluo); the current version is v2.1.0.
More Skills