← Back to Skills Marketplace
766
Downloads
1
Stars
13
Active Installs
1
Versions
Install in OpenClaw
/install stock-monitor-skill-0-1-0
Description
全功能智能股票监控预警系统。支持成本百分比、均线金叉死叉、RSI超买超卖、成交量异动、跳空缺口、动态止盈等7大预警规则。符合中国投资者习惯(红涨绿跌)。
Usage Guidance
This skill appears to be a legitimate stock-monitoring daemon that fetches public market/news data and sends alerts. Before installing or running it: 1) Inspect the code and confirm you’re comfortable running a background process that writes to $HOME/.stock_monitor and creates a PID file. 2) Note README/SKILL.md mention config.example.py and a RULE_REVIEW_REPORT.md that are not present — create or review a config file (and remove any hardcoded personal paths) before starting. 3) Search the code for any notification/send functions to see where alerts would be delivered (no notifier endpoint is clearly configured). 4) Run the test suite and code in an isolated environment or container first (the test suite contains an absolute path to /home/wesley that you should remove). 5) If you need network isolation, audit which external domains (eastmoney, sina, push2.eastmoney, etc.) the scripts contact and consider firewall or proxy rules. If you want, I can point to the exact lines that reference missing files, the hardcoded path in tests, and the notification placeholder so you can edit them prior to running.
Capability Analysis
Type: OpenClaw Skill
Name: stock-monitor-skill-0-1-0
Version: 1.0.0
The OpenClaw AgentSkills skill bundle 'stock-monitor-skill-0-1-0' is classified as benign. All code and documentation align with the stated purpose of a stock monitoring and alerting system. The `SKILL.md` provides clear instructions for the agent to manage the skill's daemon via `control.sh`, which is expected behavior for an OpenClaw skill and does not contain prompt injection attempts to subvert the agent. Python scripts (`analyser.py`, `monitor.py`, `monitor_daemon.py`) make legitimate network requests to well-known financial data providers (Eastmoney, Sina) to fetch public stock data, without any evidence of data exfiltration, malicious execution, persistence mechanisms beyond the stated daemon, or obfuscation. The `test_suite.py` contains a hardcoded path, which is a minor code quality issue for a test script but not a security vulnerability or indicator of malice.
Capability Assessment
Purpose & Capability
Name/description (stock monitoring, seven rules) align with the included Python scripts: monitor.py, analyser.py, monitor_daemon.py implement data fetching, indicators, and alerts. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md and README instruct running scripts/control.sh to start a background daemon and editing a config, which matches the code. Minor issues: README and SKILL.md reference copying/editing config.example.py and RULE_REVIEW_REPORT.md, but no config.example.py or RULE_REVIEW_REPORT.md appears in the manifest; notification delivery is mentioned generically ("message tool") but no concrete notifier or destination is provided. Test code also inserts an absolute user path (/home/wesley/...) which is environment-specific and likely stale.
Install Mechanism
No install spec (instruction-only style) and no downloaded archives or external installers. Scripts run with system python and standard requests usage; risk is limited to running the included code locally.
Credentials
No required environment variables, no declared credentials, and the code only calls public finance/news HTTP APIs (eastmoney, sina, etc.). No evidence of requests for unrelated secrets or config paths.
Persistence & Privilege
The control script launches a long‑running background daemon and creates $HOME/.stock_monitor logs and a PID file — expected for a monitor but worth noting because it runs continuously and writes to the user's home. always:false and no cross-skill config modification are present.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-monitor-skill-0-1-0 - After installation, invoke the skill by name or use
/stock-monitor-skill-0-1-0 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Stock Monitor Pro 1.0.0 发布 - 全功能智能股票监控预警系统
- 支持7大主流预警规则:成本百分比、日内涨跌幅、成交量异动、均线金叉死叉、RSI超买超卖、跳空缺口、动态止盈
- 分级预警系统(紧急/警告/提醒),多条件共振触发更高级别预警
- 适配中国投资者习惯:红涨绿跌显示
- 智能监控频率,支持不同类型标的(个股、ETF、黄金)
- 后台常驻进程与一键脚本管理,详尽配置示例和自定义参数
- 清晰预警消息模板,辅助投资决策
Metadata
Frequently Asked Questions
What is Stock Monitor Skill 0.1.0?
全功能智能股票监控预警系统。支持成本百分比、均线金叉死叉、RSI超买超卖、成交量异动、跳空缺口、动态止盈等7大预警规则。符合中国投资者习惯(红涨绿跌)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 766 downloads so far.
How do I install Stock Monitor Skill 0.1.0?
Run "/install stock-monitor-skill-0-1-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Stock Monitor Skill 0.1.0 free?
Yes, Stock Monitor Skill 0.1.0 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Stock Monitor Skill 0.1.0 support?
Stock Monitor Skill 0.1.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Stock Monitor Skill 0.1.0?
It is built and maintained by jiahl0910 (@jiahl0910); the current version is v1.0.0.
More Skills