Loading...
Loading...
Realtime Monitoring - Continuously track the market quotes of your watchlist stocks and set price alerts
npx skill4agent add chengzuopeng/stock-sdk-mcp realtime-monitorget_quotes_by_query{
"tool": "get_quotes_by_query",
"arguments": {
"queries": ["Moutai", "Tencent", "Apple"]
}
}{
"tool": "get_a_share_quotes",
"arguments": { "codes": ["sh600519"] }
}{
"tool": "get_hk_quotes",
"arguments": { "codes": ["00700"] }
}{
"tool": "get_us_quotes",
"arguments": { "codes": ["AAPL"] }
}## 📱 Watchlist Real-time Market Quotes
Update Time: HH:MM:SS
| Stock | Current Price | Change % | Open | High | Low | Turnover |
|-------|---------------|----------|------|------|-----|----------|
| Kweichow Moutai | 1474.92 | +3.36% | 1445 | 1476 | 1443 | 1.26B CNY |
| Tencent Holdings | 388.6 | +1.25% | 385 | 390 | 384 | 2.53B HKD |
| Apple Inc. | 185.5 | -0.45% | 186 | 187 | 185 | - |
📊 **Abnormal Movement Alert**:
- 🔥 Kweichow Moutai's increase today exceeds 3%, hitting a recent high## 💰 Position Profit & Loss Overview
| Stock | Current Price | Purchase Price | Profit/Loss Ratio | Profit/Loss Amount (assuming 100 shares) |
|-------|---------------|----------------|-------------------|------------------------------------------|
| Kweichow Moutai | 1474.92 | 1400 | +5.35% | +7,492 CNY |
| Tencent Holdings | 388.6 | 350 | +11.03% | +3,860 HKD |
📈 **Position Summary**:Overall profitable, performing well⚠️ **Price Trigger Alert**:
Kweichow Moutai's current price is 1395.50, which has fallen below your set alert price of 1400!# OpenClaw Scheduled Task Configuration
schedules:
stock-monitor:
cron: "*/5 9-15 * * 1-5" # Every 5 minutes during trading hours
skill: realtime-monitor
input:
stocks: ["600519", "00700", "AAPL"]get_quotes_by_query