stock-monitor-pro
专业级智能股票监控预警系统 V2.1。支持收盘日报自动生成、反爬虫优化(Session级UA、多数据源冗余)、成本百分比预警、均线金叉死叉、RSI超买超卖、成交量异动监控、智能错误提醒。符合中国投资者习惯(红涨绿跌)。Use when user needs stock market monitoring, price alerts, daily reports, or automated trading notifications for A-shares and ETFs.
Why use this skill?
Optimize your A-share and ETF investments with Stock Monitor Pro. Features real-time price alerts, technical analysis, and automated reporting.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/eaveluo/stock-monitor-proWhat This Skill Does
Stock Monitor Pro V2.1 is a professional-grade intelligent investment advisory system tailored for A-share and ETF investors. It excels at real-time market monitoring, providing a robust set of seven automated alert rules including cost percentage fluctuations, intraday price changes, technical indicators like MA金叉/死叉 (golden/death crosses), RSI oversold/overbought levels, volume anomalies, jump gaps, and dynamic profit-taking triggers. Built with a focus on Chinese market dynamics (red for gains, green for losses), it handles data aggregation and automated reporting, acting as your personal 24/7 market observer. The system optimizes reliability through redundant data sources and session-level user agents to ensure continuous uptime.
Installation
To integrate Stock Monitor Pro into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/eaveluo/stock-monitor-pro
Once installed, verify the installation by navigating to the ~/workspace/skills/stock-monitor/scripts directory and running ./control.sh status to ensure the daemon is active.
Use Cases
This skill is perfect for:
- Investors requiring real-time alerts on their portfolio's profit/loss thresholds without manually checking apps.
- Traders who utilize technical analysis but lack the time to constantly scan for MA crosses or RSI signals.
- Institutional-grade monitoring for gold or ETF assets with specific volatility triggers.
- Users who need end-of-day summary reports automatically generated to review their daily investment performance.
Example Prompts
- "OpenClaw, start monitoring my holdings for 600362 and set my cost basis to 57.00. Enable all technical indicators."
- "Show me the current status of my stock-monitor-pro daemon and let me know if any alerts were triggered in the last hour."
- "I want to adjust my profit-taking threshold for my ETF holdings; notify me if they move more than 2% intraday."
Tips & Limitations
- Tip: Use the tiered alert system to prioritize notifications. Urgent alerts signal multi-factor resonance, which are the most reliable indicators of significant market shifts.
- Tip: Ensure your cost price is updated accurately in the configuration to receive precise profit and loss alerts.
- Limitation: The system is optimized for A-shares and ETFs. While it supports London Gold, it may require specific configuration adjustments for other international assets.
- Safety Note: Always verify critical investment decisions independently; this skill serves as a monitoring and decision-support tool, not a fully autonomous trading platform.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-eaveluo-stock-monitor-pro": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution
Related Skills
claude-code-setup
Setup production-grade .claude/ AI collaboration layer for projects. Use when an agent starts using Claude Code for development, enters a new project directory, or when user mentions "Claude Code", ".claude config", "AI collaboration layer", or "project standards".
building-components
React component building and composition best practices. Use when creating, reviewing, or refactoring React components. Covers component structure, props patterns, composition techniques, and reusability guidelines.