stock-monitor

Monitor portfolio stock prices and technical signals for A-shares, ETFs, and spot gold.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Jaykaijack/openclaw-backup --skill stock-monitor-jaykaijack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-monitor
Source: https://github.com/Jaykaijack/openclaw-backup/tree/main/skills/stock-monitor-skill
Command: npx skills add https://github.com/Jaykaijack/openclaw-backup --skill stock-monitor-jaykaijack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

Provides continuous, automated monitoring and tiered alerts for portfolio positions so investors do not miss large moves, technical signals, or profit erosion across A-shares, ETFs, and spot gold.

Core Features & Use Cases

  • Multi-rule alerting: cost-percentage thresholds, intraday change alerts, volume surge/shrink detection, MA golden/death cross, RSI overbought/oversold, gap detection, and trailing-stop reminders.
  • Adaptive scheduling & daemon: runs as a background process with market-aware frequency (intraday, lunch, after-hours, night/weekends) to reduce noise and conserve resources.
  • Integrated analysis: optional intelligent analysis combining news sentiment, fund flows, and macro correlations to support escalation from reminder → warning → critical.
  • Use case: continuously protect gains and stop losses for a mixed watchlist of individual stocks, ETFs, and London gold by receiving prioritized alerts when multi-condition signals occur.

Quick Start

Launch the background monitor by running the control.sh start script inside the skill's scripts directory.

Frequently Asked Questions about stock-monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up automated stock monitoring with trailing stop alerts for A-shares and ETFs?

To set up automated stock monitoring with trailing stop alerts, launch the background daemon via the control.sh start script in the skill's scripts directory. It continuously fetches real-time data via public APIs to track A-shares, ETFs, and spot gold, applying configurable thresholds for trailing-stop scenarios.

What technical analysis signals can I monitor for portfolio stocks in real-time?

You can monitor technical analysis signals including moving average golden and death crosses, RSI overbought or oversold conditions, volume surge or shrink detection, and price gap detection. The system computes these indicators in real-time by fetching market data via public APIs.

Does this stock monitoring daemon support Chinese A-share markets and international spot gold?

Yes, this stock monitoring daemon fully supports Chinese A-share markets, ETFs, and international spot gold for both intraday and post-market monitoring. It adapts its scheduling frequency based on market-aware sessions including lunch, after-hours, and night or weekend periods.

How does a background daemon handle market-aware scheduling for real-time stock alerts?

The background daemon handles market-aware scheduling by adjusting its monitoring frequency for intraday, lunch, after-hours, and night or weekend sessions. This adaptive approach reduces noise and conserves system resources while continuously computing indicators and triggering tiered alerts.

Can I combine news sentiment and fund flow analysis with technical stock monitoring alerts?

Yes, you can combine news sentiment and fund flow analysis with technical stock monitoring. The system offers optional intelligent analysis that integrates macro correlations and news sentiment to support alert escalation from simple reminders to warnings and critical notifications.

Do I need to install additional libraries to run the Python stock monitoring scripts?

You only need to install the requests library to run the Python stock monitoring scripts, as it is the sole dependency required. The script uses this library to fetch real-time and historical market data from public APIs for indicator computation.