← 返回 Skills 市场
jiahl0910

Stock Monitor Skill 0.1.0

作者 jiahl0910 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
766
总下载
1
收藏
13
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-monitor-skill-0-1-0
功能描述
全功能智能股票监控预警系统。支持成本百分比、均线金叉死叉、RSI超买超卖、成交量异动、跳空缺口、动态止盈等7大预警规则。符合中国投资者习惯(红涨绿跌)。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-monitor-skill-0-1-0
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-monitor-skill-0-1-0 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Stock Monitor Pro 1.0.0 发布 - 全功能智能股票监控预警系统 - 支持7大主流预警规则:成本百分比、日内涨跌幅、成交量异动、均线金叉死叉、RSI超买超卖、跳空缺口、动态止盈 - 分级预警系统(紧急/警告/提醒),多条件共振触发更高级别预警 - 适配中国投资者习惯:红涨绿跌显示 - 智能监控频率,支持不同类型标的(个股、ETF、黄金) - 后台常驻进程与一键脚本管理,详尽配置示例和自定义参数 - 清晰预警消息模板,辅助投资决策
元数据
Slug stock-monitor-skill-0-1-0
版本 1.0.0
许可证
累计安装 15
当前安装数 13
历史版本数 1
常见问题

Stock Monitor Skill 0.1.0 是什么?

全功能智能股票监控预警系统。支持成本百分比、均线金叉死叉、RSI超买超卖、成交量异动、跳空缺口、动态止盈等7大预警规则。符合中国投资者习惯(红涨绿跌)。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 766 次。

如何安装 Stock Monitor Skill 0.1.0?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-monitor-skill-0-1-0」即可一键安装,无需额外配置。

Stock Monitor Skill 0.1.0 是免费的吗?

是的,Stock Monitor Skill 0.1.0 完全免费(开源免费),可自由下载、安装和使用。

Stock Monitor Skill 0.1.0 支持哪些平台?

Stock Monitor Skill 0.1.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Stock Monitor Skill 0.1.0?

由 jiahl0910(@jiahl0910)开发并维护,当前版本 v1.0.0。

💬 留言讨论