Loading...
Loading...
Identify stocks where blogger sentiment has changed significantly. Use when users want to find who changed their mind or detect sentiment reversals.
npx skill4agent add alphamoemoe/foci sentiment-shift/sentiment-shiftget_daily_summaryget_ticker_sentimentsearch_viewpoints## 情绪转变追踪 🔄
### 转向看涨 📈
#### TICKER1
- **变化**: 看跌 → 看涨
- **时间**: X天前开始转变
- **关键转变博主**: 博主A, 博主B
- **转变原因**: [摘要为什么改变看法]
- **代表观点**: "[具体观点]" — 博主A
### 转向看跌 📉
#### TICKER2
- **变化**: 看涨 → 看跌
- **时间**: X天前开始转变
- **关键转变博主**: 博主C
- **转变原因**: [摘要为什么改变看法]
- **代表观点**: "[具体观点]" — 博主C
### 热度变化 🌡️
| 股票 | 之前提及 | 现在提及 | 变化 |
|------|----------|----------|------|
| XXX | 5 | 25 | ⬆️ +400% |
| YYY | 20 | 3 | ⬇️ -85% |
### 分析
[总结市场情绪变化的整体趋势]get_daily_summary(date=today)get_daily_summary(date=yesterday)get_daily_summary(date=3_days_ago)get_ticker_sentiment(changed_ticker)search_viewpoints(changed_ticker)