← Back to Skills Marketplace
aiden-fan

Stock Monitor Skill 0.1.0

by aiden-fan · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
232
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install stock-monitor-skill-0-1-0-custom
Description
全功能智能股票监控预警系统。支持成本百分比、均线金叉死叉、RSI超买超卖、成交量异动、跳空缺口、动态止盈等7大预警规则。符合中国投资者习惯(红涨绿跌)。
Usage Guidance
This package appears to be a coherent self-hosted stock-monitoring tool, but please consider the following before installing/running it: - Run in a sandbox or VM first. The package runs a persistent daemon (control.sh -> monitor_daemon.py) that will continuously make outbound HTTP requests to finance/news APIs and create logs under $HOME/.stock_monitor. - Review the code locally. The network endpoints used (eastmoney, sina, push2.eastmoney.com, search.sina.com.cn) are public finance data sources and expected for this tool; confirm you are comfortable granting the runtime outbound access to them. - Missing/misaligned files and paths: README mentions config.example.py which is not in the bundle; test_suite.py inserts an absolute developer path (/home/wesley/...) — if you run tests, either run them after adjusting paths or inspect/modify test_suite.py to avoid referencing your filesystem unexpectedly. - Ownership/metadata mismatch: _meta.json ownerId differs from the registry metadata. This could be an innocuous packaging oversight, but if provenance matters to you, ask the publisher for clarification. - Resource usage and rate limits: the daemon's schedule can be frequent (every 5 minutes during market hours) and may hit rate limits of public APIs. Consider throttling, adding caching, or running with limited network egress if you want to control usage. - Permissions: do not run the scripts as root. They are intended for user-level operation and write only to the user's home directory. If you decide to proceed, run the code in an isolated environment first, verify the exact network calls (e.g., via a proxy or firewall), and confirm the logging/ PID behavior meets your expectations.
Capability Analysis
Type: OpenClaw Skill Name: stock-monitor-skill-0-1-0-custom Version: 0.1.0 The skill bundle is a functional stock monitoring and alerting system tailored for the Chinese market. It implements technical analysis (RSI, Moving Averages), news sentiment analysis, and a background daemon for persistent monitoring. The code uses the 'requests' library to fetch public financial data from legitimate sources like Sina Finance and EastMoney, and no evidence of data exfiltration, malicious execution, or harmful prompt injection was found. A hardcoded path in 'test_suite.py' appears to be a developer oversight rather than a malicious indicator.
Capability Assessment
Purpose & Capability
Name/description (stock monitoring and alerts) align with the code and runtime instructions: the scripts query public finance/news endpoints (Eastmoney, Sina), compute indicators, and emit alerts. There are minor documentation mismatches (README suggests copying config.example.py but no such file exists in the bundle) and an inconsistent ownerId in _meta.json versus registry metadata, but these are likely bookkeeping issues rather than functional mismatches.
Instruction Scope
SKILL.md and control.sh limit the agent to starting/stopping a local daemon and editing local config; the runtime instructions do not ask the agent to read unrelated system files or environment secrets. Notable points: (1) README mentions a config.example.py that is not present in the package; (2) the included tests (test_suite.py) insert an absolute developer path (/home/wesley/...) which is odd and could try to reference a developer-local path if tests are executed as-is. These are scope/robustness concerns but not evidence of exfiltration.
Install Mechanism
No install spec (instruction-only install) and no external archive downloads. Code is provided in the skill bundle; nothing in the files attempts to fetch or run arbitrary installers from unknown hosts. Risk remains that the packaged Python will be run on the host (daemon and scripts), which is expected for this type of skill.
Credentials
The skill declares no required environment variables or credentials and the code uses only public web APIs. It writes logs and a PID file under $HOME/.stock_monitor (control.sh and monitor_daemon.py). No credentials or secret access is requested; network access to public finance/news endpoints is necessary for the stated purpose.
Persistence & Privilege
always:false (no forced inclusion). The skill runs a user-level background process (via control.sh -> nohup python3 monitor_daemon.py) and creates files in the user's home directory. This is a standard behavior for a self-hosted monitor but worth noting because it results in continuous outbound network traffic and persistent local files until the user stops it.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stock-monitor-skill-0-1-0-custom
  3. After installation, invoke the skill by name or use /stock-monitor-skill-0-1-0-custom
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Stock Monitor 0.1.0 初始版本上线。 - 支持7大核心预警规则:成本百分比、日内涨跌幅、成交量异动、均线金叉死叉、RSI超买超卖、跳空缺口、动态止盈 - 预警系统分为紧急级、警告级、提醒级,细分信号共振 - 完全符合中国红涨绿跌习惯 - 支持个股、ETF、黄金差异化监控 - 集成后台常驻进程和一键控制脚本 - 灵活自定义阈值和预警规则,提升个性化策略能力
Metadata
Slug stock-monitor-skill-0-1-0-custom
Version 0.1.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Stock Monitor Skill 0.1.0?

全功能智能股票监控预警系统。支持成本百分比、均线金叉死叉、RSI超买超卖、成交量异动、跳空缺口、动态止盈等7大预警规则。符合中国投资者习惯(红涨绿跌)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 232 downloads so far.

How do I install Stock Monitor Skill 0.1.0?

Run "/install stock-monitor-skill-0-1-0-custom" 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, licensed under MIT-0. 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 aiden-fan (@aiden-fan); the current version is v0.1.0.

💬 Comments