← 返回 Skills 市场
Stock Monitor
作者
THIRTYFANG
· GitHub ↗
· v0.1.0
17574
总下载
68
收藏
143
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-monitor-skill
功能描述
全功能智能股票监控预警系统。支持成本百分比、均线金叉死叉、RSI超买超卖、成交量异动、跳空缺口、动态止盈等7大预警规则。符合中国投资者习惯(红涨绿跌)。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-monitor-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-monitor-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Stock Monitor Pro 0.1.0 - 首发版(全功能智能股票监控)
- 实现7大核心预警规则:成本百分比、日内涨跌、成交量异动、均线金叉死叉、RSI超买超卖、跳空缺口、动态止盈
- 支持分级预警:紧急级、警告级、提醒级,条件灵活共振
- 细致适配中国投资者习惯(红涨绿跌)、多标的(个股/ETF/黄金)差异化配置
- 内置智能分析、动态监控频率及自定义参数
- 提供后台常驻脚本一键管理、结构清晰易维护
元数据
常见问题
Stock Monitor 是什么?
全功能智能股票监控预警系统。支持成本百分比、均线金叉死叉、RSI超买超卖、成交量异动、跳空缺口、动态止盈等7大预警规则。符合中国投资者习惯(红涨绿跌)。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 17574 次。
如何安装 Stock Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-monitor-skill」即可一键安装,无需额外配置。
Stock Monitor 是免费的吗?
是的,Stock Monitor 完全免费(开源免费),可自由下载、安装和使用。
Stock Monitor 支持哪些平台?
Stock Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Stock Monitor?
由 THIRTYFANG(@thirtyfang)开发并维护,当前版本 v0.1.0。
推荐 Skills