Stats
Actions
Tags
From vn-stock-trader
Monitor portfolio positions for price changes, volume spikes, and ceiling/floor alerts. Designed for /loop 5m usage during trading sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vn-stock-trader:portfolio-monitorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Designed for recurring use: `/loop 5m /portfolio-monitor`
Designed for recurring use: /loop 5m /portfolio-monitor
get_portfolio() for current positionsget_stock_price(symbol)| Condition | Threshold | Icon |
|---|---|---|
| Price change since last check | > 3% | 🔴 |
| Price change since open | > 5% | 🔴🔴 |
| Volume spike vs average | > 3x | 📊 |
| Near ceiling (trần) | within 1% | ⬆️ |
| Near floor (sàn) | within 1% | ⬇️ |
If NO alerts:
✅ {time} — Danh mục ổn định. NAV: {nav} ({change}% vs mở cửa)
If alerts exist:
🚨 Portfolio Alert — {time}
━━━━━━━━━━━━━━━━━━━━━━━━
🔴 {symbol}: {price} ({change}%) — {reason}
📊 {symbol}: Volume gấp {x}x trung bình
⬆️ {symbol}: Sắp chạm trần ({price}/{ceiling})
NAV: {nav} | P&L session: {pnl}
Claude remembers previous checks:
npx claudepluginhub hieutrtr/vn-stock-trader --plugin vn-stock-traderGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.