← Back to Skills Marketplace
stock-monitor-lite
by
skytodmoon
· GitHub ↗
· v1.0.2
· MIT-0
433
Downloads
0
Stars
2
Active Installs
3
Versions
Install in OpenClaw
/install stock-monitor-lite
Description
全功能智能股票监控预警系统。支持成本百分比、均线金叉死叉、RSI超买超卖、成交量异动、跳空缺口、动态止盈等11大预警规则。符合中国投资者习惯(红涨绿跌)。
Usage Guidance
This package appears to implement a stock-monitoring tool that pulls data from Sina and EastMoney and runs local indicator logic. Before installing or scheduling it: 1) review the full stock_monitor.py for any hardcoded remote endpoints, API keys, or unexpected network calls (the provided snippet is truncated); 2) verify how alerts are delivered (does the script post to third‑party webhooks or hardcoded URLs?) and remove or sandbox any unknown push destinations; 3) run it in an isolated virtualenv/container and install only required libraries (requests, pandas) after inspecting code; 4) confirm the package provenance — the _meta.json ownerId differs from the registry owner ID which may indicate repackaging; and 5) if you plan automated scheduling, start with a dry-run mode or verbose logging to observe behavior before giving it any elevated access.
Capability Analysis
Type: OpenClaw Skill
Name: stock-monitor-lite
Version: 1.0.2
The stock-monitor-lite skill bundle is a functional stock monitoring and technical analysis tool. The Python code (stock_monitor.py) fetches market data and news from legitimate financial providers (Sina and EastMoney) and performs standard calculations for indicators like MACD, RSI, and Bollinger Bands. There is no evidence of data exfiltration, malicious execution, or harmful prompt injection; the instructions in SKILL.md and README.md are entirely consistent with the stated purpose of providing automated stock alerts.
Capability Assessment
Purpose & Capability
Name/description match the code and README: the skill fetches market data (Sina + EastMoney) and computes technical indicators/alerts. The requested resources (none) are proportional to its stated purpose.
Instruction Scope
SKILL.md instructs running python3 stock_monitor.py and scheduling periodic runs; it only references config.json for watchlist. It does not ask to read unrelated system files or environment variables. However README/SKILL.md mention 'push through channel' but do not specify endpoints — check the code to see how alerts are delivered.
Install Mechanism
No install specification is provided. The Python script depends on third-party libraries (requests, pandas) but dependencies are not declared formally. That increases risk of accidental execution in an unprepared environment; you should run in an isolated virtualenv and inspect requirements.
Credentials
No environment variables, credentials, or config paths are requested. Network access is used to call public finance APIs (hq.sinajs.cn and push2his.eastmoney.com) which are consistent with the stated purpose.
Persistence & Privilege
The skill is not always-enabled and does not request privileged persistence. SKILL.md requests you set an external scheduler in OpenClaw — that is expected for a monitoring tool.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-monitor-lite - After installation, invoke the skill by name or use
/stock-monitor-lite - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- 预警规则数量从7大提升至11大,新增MACD、布林带、OBV和ATR相关预警。
- SKILL.md文档内容与描述同步更新,全部规则详列并补充相应配置说明与示例。
- 去除/整合“scripts”与“文件结构”等开发相关介绍,使用户设置与定制说明更直接。
- 强化多条件共振、分级预警体系与中国股市色彩习惯的使用说明,便于用户理解和操作。
- 保留并完善自定义阈值与开关示例,便于个性化配置。
v1.0.1
- 增加了详细的监控配置示例,包含所有11大预警规则的参数及默认开关项,方便自定义和拓展监控逻辑。
- 拓展并细化了各项技术指标的开关控制(如均线、MACD、布林带、OBV、ATR、跳空、动态止盈等)。
- 调整和明确了alert配置区,提升了可读性与配置灵活性。
- 优化了示例代码,使配置和参数用途更加清晰。
v1.0.0
股票监控预警技能 - 智能监控 + 深度分析;需要使用Openclaw定时任务,使用下面文字,发送给助手进行添加入伍:“设置一个定时任务,调用stock-monitor-lite技能,每个交易日从9:00-11:30 13:00-15:00 每半个小时分析并推送一次,通过channel推送给我,可以参考别的推送渠道设置方法”
Metadata
Frequently Asked Questions
What is stock-monitor-lite?
全功能智能股票监控预警系统。支持成本百分比、均线金叉死叉、RSI超买超卖、成交量异动、跳空缺口、动态止盈等11大预警规则。符合中国投资者习惯(红涨绿跌)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 433 downloads so far.
How do I install stock-monitor-lite?
Run "/install stock-monitor-lite" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is stock-monitor-lite free?
Yes, stock-monitor-lite is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does stock-monitor-lite support?
stock-monitor-lite is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created stock-monitor-lite?
It is built and maintained by skytodmoon (@skytodmoon); the current version is v1.0.2.
More Skills