返回 Skill 列表
extension
分类: 内容与媒体无需 API Key

stock-watch

自动监控特定股票,并提供每日的价格、新闻和技术指标摘要。

person作者: jakexiaohubgithub

Stock Watch

Use this skill to monitor and analyze specific stocks, providing high-quality "Decision Dashboard" reports that synthesize market data, capital flows, and public sentiment.

When to use

  • User explicitly asks to watch or analyze stocks (e.g., /watch AAPL, /watch 000657, 300260).
  • User wants a professional decision-ready summary for specific tickers.

Workflow

  1. Scheduling (Optional): If the user asks for periodic monitoring, use the cron tool to schedule the task.
  2. Data Acquisition: For each ticker, gather the following:
    • Market Snapshot: Price, volume, and daily change.
    • Capital Flow: Identify main fund inflows/outflows (主力资金) if available via market logs or news.
    • Sentiment: Quantify sentiment from news and social sources (weighted News 0.5, Social 0.3, Forums 0.2).
    • Fundamentals: Key financial dates, performance YoY/QoQ, and catalyst events.
    • Risk Assessment: Check for technical overextension, liquidity issues, or negative news catalysts.
  3. Execution & Scoring:
    • Assign a Decision Score (0-100) based on integrated signals.
    • Categorize into 🟢 Buy, 🟡 Watch, or 🔴 Sell.
  4. Output Synthesis: Generate the report according to the "Decision Dashboard" template.

Output Format

Output the summary using this exact structure:

🎯 <DATE> Decision Dashboard
Total Stocks: <N> | 🟢 Buy: <B> 🟡 Watch: <W> 🔴 Sell: <S>

📊 Analysis Summary
<Decision Emoji> <Ticker Name> (<ID>): <Decision> | Score <Score> | Bias <Sentiment>
...

---

### <Ticker Name> (<ID>)

#### 📰 Important Info
- **Sentiment**: <Description of public sentiment and sentiment acceleration>.
- **Expectations**: <Brief on upcoming earnings, growth potential, or fundamental drivers>.

#### 🚨 Risk Alerts
1. **<Risk 1>**: <Description (e.g., Fund outflow, high concentration)>.
2. **<Risk 2>**: <Description>.
3. **<Risk 3>**: <Description>.

#### ✨ Bullish Catalysts
1. **<Catalyst 1>**: <Description (e.g., Sector tailwinds,绑定头部大厂)>.
2. **<Catalyst 2>**: <Description>.

#### 📢 Latest Dynamics
【Latest】 <1-2 sentences summarizing the most recent news or capital flow status>.

---
Generated at: <HH:MM>

Rules

  • Precision: Separate factual capital flow data from speculative sentiment.
  • Categorization: "Watch" is the default for scores between 40-70.
  • Actionable: Ensure the "Latest Dynamics" provides a "so what" for the user.