一键导入
news-intelligence
A comprehensive skill for extracting, analyzing, and synthesizing financial news to uncover market impacts, trends, and risks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A comprehensive skill for extracting, analyzing, and synthesizing financial news to uncover market impacts, trends, and risks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Stock screener combining Williams %R oversold signals with Warren Buffett-style fundamental analysis. Supports US (S&P 500) and Thai (SET) markets.
Curate a Chinese reading digest from fixed RSS and Atom feeds, focused on AI agents, frontier AI, deep interviews, and high-signal tech essays.
Summarize an earnings release into beat-or-miss, guidance change, call highlights, price reaction, and follow-up catalysts for a stock or watchlist name.
Produce a daily technology and AI news digest from a tiered source catalog, with staged fetching, optional browser fallbacks, and concise Markdown output.
Publish or interact on Twitter/X through twitter-cli when the user explicitly asks to post to Twitter/X.
Use Twitter/X tooling to inspect search results, threads, profiles, and market commentary from analysts, traders, and company watchers.
基于 SOC 职业分类
| name | news-intelligence |
| description | A comprehensive skill for extracting, analyzing, and synthesizing financial news to uncover market impacts, trends, and risks. |
| metadata | {"marketbot":{"emoji":"📰","triggers":["news","headline","impact","media"],"output":"news-intelligence-report","risk":"medium","freshness":"news-live","tools":["market_news","market_event_extract","market_macro","browser_site"],"required_tools":["market_news"],"markets":["a-share","hong-kong","us","global","mixed"],"asset_classes":["equity","crypto","commodity","macro","etf"]}} |
Use this skill to perform deep, structured analysis on a stream of unstructured text and news data. It goes beyond simple fetching; it de-duplicates, extracts entities, assesses market impact, and generates actionable alerts or insights from global news flow.
/news AI chips).market-discovery or market-monitor) requests an impact assessment of a breaking headline.Treat news analysis as an 11-step data refinement pipeline. Depending on the user's prompt, execute the relevant steps to form the final response.
topics or region.browser_site for Xueqiu, Eastmoney, Reddit, Zhihu, or YouTube context.browser-news-verifier before concluding impact.Earnings, M&A, Product Launch, Regulation, Partnership, or Lawsuit.Bullish, Neutral, or Bearish.News Cluster (e.g., "AI Chip Competition").Trending Topics.intel_search to pull earlier related items from the workspace store before concluding that a topic is truly new.logic_chain_visualizer to render the chain instead of burying it in prose.Risk Alerts (e.g., Regulatory investigations, geopolitical tension, CEO departures) and assign a Severity (Low, Medium, High).For general queries (e.g., "What's the latest on the semiconductor sector?"):
# 📰 News Intelligence Report: <Topic/Sector>
## 📌 Trending Cluster: <Cluster Topic>
- **Entities Involved**: <Company 1>, <Company 2>
- **Core Event**: <M&A / Product Launch / etc.>
## ⚖️ Sentiment & Impact Assessment
- **Sentiment**: <Bullish/Neutral/Bearish>
- **Primary Impact**: <Ticker> (<Positive/Negative>)
- **Sector Impact**: <Sector>
- **Time Horizon**: <Short/Medium/Long-Term>
## ⚠️ Risk & Regulatory Radar
- **Detected Risks**: <None / Describe risk>
- **Severity**: <Low/Medium/High>
## 🤖 AI Final Insight
<2-3 sentences summarizing the structural shift or immediate trading implication>
For high-severity or high-impact events:
# 🚨 BREAKING NEWS ALERT
**Headline**: <Summary of the breaking event>
**Event Type**: <e.g., Product Launch, Regulation>
**Immediate Impact Radius**: <Tickers or Sectors affected>
**Initial Sentiment Read**: <Bullish/Bearish>
If queried programmatically by another skill, return a structural representation:
{
"cluster_topic": "AI Chip Competition",
"articles_processed": 12,
"events": [{"type": "Product Launch", "company": "NVDA"}],
"sentiment": {"score": 0.82, "label": "Bullish"},
"market_impact": {"primary": "NVDA", "sector": "Semiconductors", "horizon": "Long-Term"},
"risks": []
}