← Back to Skills Marketplace
Stock Monitor
by
THIRTYFANG
· GitHub ↗
· v0.1.0
17574
Downloads
68
Stars
143
Active Installs
1
Versions
Install in OpenClaw
/install stock-monitor-skill
Description
全功能智能股票监控预警系统。支持成本百分比、均线金叉死叉、RSI超买超卖、成交量异动、跳空缺口、动态止盈等7大预警规则。符合中国投资者习惯(红涨绿跌)。
Usage Guidance
Install only if you are comfortable with a background process polling third-party financial sites for the stock codes and names in its watchlist. Treat its buy/sell/hold-style suggestions as informational alerts, not professional financial advice, and use the provided stop command when continuous monitoring is no longer needed.
Capability Analysis
Type: OpenClaw Skill
Name: stock-monitor-skill
Version: 0.1.0
The skill bundle implements a stock monitoring and alerting system as described. The core Python scripts (`monitor.py`, `analyser.py`, `monitor_daemon.py`) make network requests to legitimate financial data providers (Eastmoney, Sina) to fetch public stock data, which is aligned with its stated purpose. The `control.sh` script provides standard daemon management (start, stop, status, log). There is no evidence of intentional malicious behavior such as data exfiltration, unauthorized remote control, or persistence mechanisms beyond its function as a daemon. The `SKILL.md` and `README.md` do not contain prompt injection attempts. A minor vulnerability exists in `scripts/test_suite.py` with a hardcoded absolute path (`/home/wesley/...`), which is a bad practice for portability and could pose a risk if the test suite were run in a compromised environment, but this is a test script and not part of the operational skill's runtime, thus not indicative of malice.
Capability Assessment
Purpose & Capability
The artifacts coherently implement stock alerts, technical indicators, news/sentiment-style analysis, and trading-style suggestions. The advisory wording is visible in SKILL.md and analyser.py, and no trade execution or account mutation is present.
Instruction Scope
Runtime actions are user-directed through documented start, stop, status, and log commands. The skill contains no prompt-injection instructions, role override attempts, or automatic startup instructions.
Install Mechanism
The package is an instruction/script skill with Python and requests dependencies implied by the code rather than fully declared. README.md references a config.example.py file that is not included, which is a portability/documentation issue rather than malicious behavior.
Credentials
Network calls to Sina and EastMoney are proportionate to stock and news monitoring. Those providers may observe monitored stock codes or names, but the code does not use local credentials, browser profiles, broad local indexing, or arbitrary file reads.
Persistence & Privilege
control.sh starts a nohup daemon and stores logs and a PID under $HOME/.stock_monitor, but this persistence is documented, user-started, stoppable, and does not install boot persistence or request elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-monitor-skill - After installation, invoke the skill by name or use
/stock-monitor-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Stock Monitor Pro 0.1.0 - 首发版(全功能智能股票监控)
- 实现7大核心预警规则:成本百分比、日内涨跌、成交量异动、均线金叉死叉、RSI超买超卖、跳空缺口、动态止盈
- 支持分级预警:紧急级、警告级、提醒级,条件灵活共振
- 细致适配中国投资者习惯(红涨绿跌)、多标的(个股/ETF/黄金)差异化配置
- 内置智能分析、动态监控频率及自定义参数
- 提供后台常驻脚本一键管理、结构清晰易维护
Metadata
Frequently Asked Questions
What is Stock Monitor?
全功能智能股票监控预警系统。支持成本百分比、均线金叉死叉、RSI超买超卖、成交量异动、跳空缺口、动态止盈等7大预警规则。符合中国投资者习惯(红涨绿跌)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 17574 downloads so far.
How do I install Stock Monitor?
Run "/install stock-monitor-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Stock Monitor free?
Yes, Stock Monitor is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Stock Monitor support?
Stock Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Stock Monitor?
It is built and maintained by THIRTYFANG (@thirtyfang); the current version is v0.1.0.
More Skills