Stats
Actions
Tags
From vn-stock-trader
Pre-market morning brief — market overview, portfolio status, overnight news. Use before trading session starts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vn-stock-trader:morning-briefThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. **Market Overview** — Call `get_market_overview()` for VN-Index, HNX, UPCOM
get_market_overview() for VN-Index, HNX, UPCOMget_portfolio() for positions and P&Lget_news() for market news, then get_news(symbol) for each portfolio stockdata/watchlist.json, call get_stock_price(symbol) for eachIf not the first run in this session:
☀️ Morning Brief — {date}
━━━━━━━━━━━━━━━━━━━━━━━━
📊 Thị trường:
VN-Index: {value} ({change}%)
HNX / UPCOM: ...
Tin quốc tế đêm qua: {summary}
💼 Danh mục ({N} mã):
NAV: {value} | P&L hôm qua: {pnl}
Top tăng: {symbol} +{pct}%
Top giảm: {symbol} -{pct}%
T+2 hôm nay: {amount}
📰 Tin nổi bật:
1. {headline} → ảnh hưởng {symbols}
2. ...
⚠️ Cần chú ý: {alerts if any}
💡 Nhận định: {2-3 câu tổng hợp}
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.