一键导入
sentiment-shift
Identify stocks where blogger sentiment has changed significantly. Use when users want to find who changed their mind or detect sentiment reversals.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Identify stocks where blogger sentiment has changed significantly. Use when users want to find who changed their mind or detect sentiment reversals.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Compare sentiment and blogger opinions between two stocks. Use when users want to analyze NVDA vs AMD, or any two tickers side by side.
Find stocks with consensus sentiment across multiple finance YouTubers. Use when looking for stocks that multiple bloggers agree on (bullish or bearish).
Discover trending topics and sectors being discussed by finance YouTubers. Use when users want to know what's hot in the market.
Generate a structured daily market briefing based on YouTuber sentiment. Use when users want a morning report or daily market overview.
Generate a comprehensive sentiment analysis report for a single stock. Use when users want deep analysis of a specific ticker like NVDA, TSLA, or AAPL.
基于 SOC 职业分类
| name | sentiment-shift |
| description | Identify stocks where blogger sentiment has changed significantly. Use when users want to find who changed their mind or detect sentiment reversals. |
Identify stocks where blogger sentiment has changed significantly.
/sentiment-shiftWhen the user wants to find sentiment shifts, follow these steps:
Get Multi-Day Summaries
Call get_daily_summary for recent dates (today, yesterday, a few days ago) to compare sentiment over time.
Identify Changed Tickers Compare the summaries to find:
Get Detailed Sentiment
For tickers with notable changes, call get_ticker_sentiment to understand who changed their view.
Search for Explanations
Call search_viewpoints for changed tickers to find the reasoning behind sentiment shifts.
Present Results Format the output as:
## 情绪转变追踪 🔄
### 转向看涨 📈
#### 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) → Compare over timeget_ticker_sentiment(changed_ticker) → For each changed tickersearch_viewpoints(changed_ticker) → Find reasoning