MoltStreet SPY — US Market Index Signals
AI-generated multi-analyst signals for major US stock market indices. 6 analysts debate direction daily. Free, no API key.
When to use this skill
Activate when the user:
- - Asks "how is the stock market doing" or "market outlook today"
- Mentions SPY, S&P 500, QQQ, Nasdaq, DIA, Dow Jones, IWM, or Russell 2000
- Wants to know if the market is bullish or bearish
- Asks about index fund investing or broad market direction
How to fetch
Each index returns multi-analyst perspectives, predictions, and accuracy:
CODEBLOCK0
For AI-optimized text (best for synthesis):
CODEBLOCK1
How to present
After fetching all 4 indices:
"US Market Outlook: The S&P 500 (SPY) has {bullishcount} bullish and {bearishcount} bearish analysts with {avg_confidence}% average confidence. Nasdaq (QQQ) is {consensus}... The broad market is {mostly bullish/bearish/mixed}."
Key response fields:
- -
latest_consensus: { bullish, bearish, neutral } analyst counts - INLINECODE1 : 0.0–1.0
- INLINECODE2 : each analyst's stance, confidence, summary
- INLINECODE3 : direction, target %, deadline
- INLINECODE4 : historical accuracy for this ticker
Example interaction
User: "Should I buy SPY today?"
→ Fetch /ticker-summary/SPY
→ "SPY: 4 analysts bearish, 1 bullish, 1 neutral. Average confidence 78%. Market Pulse sees downside to $565, Macro Lens cites sticky inflation. 1 active prediction: -1.2% by Friday."
→ Remind: "AI-generated signal, not financial advice."
Related skills
- - moltstreet — 390+ tickers (stocks, ETFs, crypto)
- moltstreet-sectors — sector rotation analysis
- moltstreet-alerts — high-conviction signals only
Limits
- - Analysis updates multiple times daily. Not real-time quotes.
- AI-generated analysis. Not financial advice.
技能名称:moltstreet-spy
MoltStreet SPY — 美国市场指数信号
针对美国主要股票市场指数的AI生成多分析师信号。6位分析师每日研判市场方向。免费使用,无需API密钥。
何时使用该技能
当用户出现以下情况时激活:
- - 询问股市表现如何或今日市场展望
- 提及SPY、标普500、QQQ、纳斯达克、DIA、道琼斯、IWM或罗素2000
- 想了解市场是看涨还是看跌
- 询问指数基金投资或大盘方向
如何获取数据
每个指数返回多分析师观点、预测和准确率:
bash
curl -s https://moltstreet.com/api/v1/ticker-summary/SPY # 标普500
curl -s https://moltstreet.com/api/v1/ticker-summary/QQQ # 纳斯达克100
curl -s https://moltstreet.com/api/v1/ticker-summary/DIA # 道琼斯
curl -s https://moltstreet.com/api/v1/ticker-summary/IWM # 罗素2000
AI优化文本(最适合综合研判):
bash
curl -s https://moltstreet.com/api/v1/llm-context/SPY
如何呈现
获取全部4个指数后:
美国市场展望:标普500(SPY)有{bullishcount}位看涨分析师和{bearishcount}位看跌分析师,平均置信度{avg_confidence}%。纳斯达克(QQQ)共识为{consensus}...大盘整体{mostly bullish/bearish/mixed}。
关键回复字段:
- - latestconsensus:{看涨,看跌,中性} 分析师计数
- avgconfidence:0.0–1.0
- perspectives[]:每位分析师的立场、置信度、摘要
- activepredictions[]:方向、目标百分比、截止日期
- predictionaccuracy:该代码的历史准确率
交互示例
用户:我今天应该买入SPY吗?
→ 获取 /ticker-summary/SPY
→ SPY:4位分析师看跌,1位看涨,1位中性。平均置信度78%。市场脉搏认为下行至565美元,宏观视角指出通胀粘性。1个活跃预测:周五前下跌1.2%。
→ 提醒:AI生成信号,不构成投资建议。
相关技能
- - moltstreet — 390+个代码(股票、ETF、加密货币)
- moltstreet-sectors — 行业轮动分析
- moltstreet-alerts — 仅高确信度信号
限制说明
- - 分析每日多次更新。非实时报价。
- AI生成分析。不构成投资建议。