← Back to Skills Marketplace
116
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stock-index-monitor
Description
全功能智能股票监控预警系统。支持成本百分比、均线金叉死叉、RSI超买超卖、成交量异动、跳空缺口、动态止盈等7大预警规则。符合中国投资者习惯(红涨绿跌)。
Usage Guidance
This skill claims a full stock-monitoring daemon but provides no code, install steps, or data sources — and asks you to run a local ./control.sh that isn't included. Before installing or following these instructions: (1) Ask the publisher for the actual source code or an install package and a provenance (GitHub repo, release URL, checksum). (2) Request explicit details of what market-data APIs or news endpoints it uses and what credentials (if any) are required. (3) Never run an unknown control.sh: inspect its contents first; run it in a sandbox or throwaway VM as a non-privileged user. (4) If the skill will fetch code at runtime, require signed releases from a trusted host. (5) If you plan to provide API keys, only give the minimum-scoped keys and verify network endpoints the skill uses. Given the missing pieces, do not run any start scripts or grant credentials until the author supplies source code and a clear install plan.
Capability Analysis
Type: OpenClaw Skill
Name: stock-index-monitor
Version: 1.0.0
The skill bundle contains documentation (SKILL.md) that instructs the AI agent to execute shell commands and manage background processes via a script named 'control.sh'. While the stated purpose of a stock monitoring system is plausible, the bundle is incomplete as it lacks the actual implementation code and the shell scripts it references. Directing an agent to execute unverified external shell scripts is a high-risk behavior (potential RCE) that requires the missing source code for a proper security audit.
Capability Assessment
Purpose & Capability
The SKILL.md claims a full, always-running stock monitor with data, alerts, and news analysis, but the skill bundle contains no code, no install spec, no binaries, and no declared data/API credentials. A legitimate implementation would need market-data sources or broker/API keys and some executable code; those are missing.
Instruction Scope
Runtime instructions tell the agent/user to cd into ~/workspace/skills/stock-monitor/scripts and run ./control.sh start/status/log/stop. The package contains no scripts. Directing execution of a local control.sh (which may not exist) is vague and could cause an agent or user to create/execute arbitrary shell scripts — a scope mismatch and potential operational risk.
Install Mechanism
There is no install spec (instruction-only), which normally reduces risk. However, because the instructions expect a local persistent process (control.sh) but the bundle provides no code or source to install, it is unclear how the runtime assets are obtained — this ambiguity increases risk if the agent or user fetches code from an untrusted location.
Credentials
The skill declares no required environment variables or credentials. Real-world monitoring (market data, news APIs, or trading) typically requires API keys or service credentials; their absence is an inconsistency (either omitted or expected to be supplied later interactively). This could lead to ad-hoc credential requests or insecure behavior.
Persistence & Privilege
The instructions expect running a background/daemon process under the user's workspace, which implies file creation and persistent execution. The skill does not request platform-wide privileges or set always:true, but persistent local processes can still have impact; the skill gives no guidance on where code comes from or what user account it should run under.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-index-monitor - After installation, invoke the skill by name or use
/stock-index-monitor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Stock-index-monitor 1.0.0 - 全功能股票监控预警系统上线
- 新增7大预警规则:成本百分比、日内涨跌幅、成交量异动、均线金叉死叉、RSI超买超卖、跳空缺口、动态止盈
- 支持分级预警:紧急级、警告级、提醒级,结合多条件共振提高准确性
- 符合中国投资者习惯:红涨(盈利)、绿跌(亏损)色彩显示
- 智能监控频率,区分交易时段和不同标的(个股/ETF/黄金)
- 灵活自定义:支持各类参数和预警阈值调整
- 多样化预警消息模板,便于快速决策
Metadata
Frequently Asked Questions
What is StockIndexMonitor?
全功能智能股票监控预警系统。支持成本百分比、均线金叉死叉、RSI超买超卖、成交量异动、跳空缺口、动态止盈等7大预警规则。符合中国投资者习惯(红涨绿跌)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.
How do I install StockIndexMonitor?
Run "/install stock-index-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is StockIndexMonitor free?
Yes, StockIndexMonitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does StockIndexMonitor support?
StockIndexMonitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created StockIndexMonitor?
It is built and maintained by Quant520 (@quant520); the current version is v1.0.0.
More Skills