watchlist-check
Check watchlist conditions from data/watchlist.json and alert when triggered. Designed for /loop 5m usage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Check watchlist conditions from data/watchlist.json and alert when triggered. Designed for /loop 5m usage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Thu thập tin tức mới từ CafeF/Vietstock/VNExpress, deduplicate với archive, chỉ hiển thị tin chưa từng thấy. Dùng khi user muốn cập nhật tin tức mới nhất mà không bị lặp lại tin cũ.
Phân tích cơ bản một mã cổ phiếu Việt Nam — định giá, tài chính, triển vọng ngành. Dùng khi user hỏi về P/E, P/B, ROE, EPS, định giá, BCTC, báo cáo tài chính, hoặc phân tích cơ bản (FA).
Pre-market morning brief — market overview, portfolio status, overnight news. Use before trading session starts.
Phân tích tác động tin tức lên cổ phiếu Việt Nam — sentiment, catalyst, rủi ro sự kiện. Dùng khi user hỏi về tin tức, news, sự kiện sắp tới, catalyst, hoặc sentiment của một mã cụ thể.
Monitor portfolio positions for price changes, volume spikes, and ceiling/floor alerts. Designed for /loop 5m usage during trading sessions.
Đánh giá danh mục đầu tư Việt Nam — hiệu suất, rủi ro, phân bổ, và khuyến nghị tái cơ cấu. Dùng khi user muốn review/đánh giá danh mục, phân bổ tài sản, hoặc tái cơ cấu portfolio.
| name | watchlist-check |
| description | Check watchlist conditions from data/watchlist.json and alert when triggered. Designed for /loop 5m usage. |
| allowed-tools | mcp__vn-stock-trader__get_stock_price |
Designed for recurring use: /loop 5m /watchlist-check
data/watchlist.json for alert conditionsget_stock_price(symbol){
"alerts": [
{"symbol": "VNM", "condition": "price_below", "value": 80000},
{"symbol": "HPG", "condition": "price_above", "value": 30000},
{"symbol": "FPT", "condition": "pct_change_above", "value": 5},
{"symbol": "MWG", "condition": "near_ceiling", "value": 1},
{"symbol": "TCB", "condition": "near_floor", "value": 1}
]
}
If NO triggers:
✅ {time} — Watchlist: {N} mã, không có alert mới.
If triggers:
🔔 Watchlist Alert — {time}
━━━━━━━━━━━━━━━━━━━━━━━━
🎯 {symbol}: {condition_desc} — Giá hiện tại: {price}
Điều kiện: {condition} {value} → TRIGGERED
Watchlist: {triggered}/{total} alerts active