一键导入
consensus
Find stocks with consensus sentiment across multiple finance YouTubers. Use when looking for stocks that multiple bloggers agree on (bullish or bearish).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Find stocks with consensus sentiment across multiple finance YouTubers. Use when looking for stocks that multiple bloggers agree on (bullish or bearish).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Compare sentiment and blogger opinions between two stocks. Use when users want to analyze NVDA vs AMD, or any two tickers side by side.
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.
Identify stocks where blogger sentiment has changed significantly. Use when users want to find who changed their mind or detect sentiment reversals.
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.
| name | consensus |
| description | Find stocks with consensus sentiment across multiple finance YouTubers. Use when looking for stocks that multiple bloggers agree on (bullish or bearish). |
Find stocks with consensus sentiment across multiple finance YouTubers.
/consensusWhen the user wants to find consensus stocks (stocks that multiple bloggers agree on), follow these steps:
Get Daily Summary
Call get_daily_summary to identify the current hot tickers and overall market sentiment.
Analyze Top Tickers
For each ticker mentioned frequently in the summary, call get_ticker_sentiment to get detailed sentiment breakdown by blogger.
Identify Consensus Find stocks where:
Present Results Format the output as:
## 共识看涨 🟢
### TICKER1
- 看涨博主 (X位): 博主A, 博主B, 博主C
- 关键观点: [摘要主要看涨理由]
### TICKER2
...
## 共识看跌 🔴
### TICKER3
- 看跌博主 (X位): 博主D, 博主E
- 关键观点: [摘要主要看跌理由]
## 分歧较大 ⚠️
[列出多空分歧明显的股票]
get_daily_summary → Get overviewget_ticker_sentiment(ticker) → For each hot ticker (up to 10)