원클릭으로
sentiment-analysis
Extract and quantify market sentiment signals from news, social media, and forums for a specific asset or sector.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Extract and quantify market sentiment signals from news, social media, and forums for a specific asset or sector.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| name | sentiment-analysis |
| description | Extract and quantify market sentiment signals from news, social media, and forums for a specific asset or sector. |
| metadata | {"marketbot":{"emoji":"🎭","triggers":["sentiment","crowd","social","forum"],"output":"sentiment-report","risk":"medium","freshness":"news-live","tools":["market_news","market_social_sentiment","browser_site"],"required_tools":["market_social_sentiment"],"markets":["a-share","hong-kong","us","global","mixed"],"asset_classes":["equity","crypto","commodity","etf"]}} |
Use this skill to extract, quantify, and track the sentiment trends of a specific asset or the broader market from unstructured text data (news, social media, forums).
/sentiment NVDA).market-discovery, market-report, stock-watch) needs an objective sentiment score to form a conclusion.When conducting sentiment analysis, gather data from multiple sources and apply the following conceptual weights to form a final conclusion:
Data Gathering & Cleaning:
24h).browser_site on Xueqiu, Reddit, Zhihu, or similar platforms.tools.market.sentimentBackend = finbert, prefer that backend for text scoring and mention the backend used in the result when it materially affects confidence.Entity Extraction:
Sentiment Classification & Scoring:
positive, neutral, or negative.Trend Calculation:
Rising, Falling, or Stable.Aggregation:
If returning directly to the user or generating a report, use the following format:
# 🎭 Sentiment Report: <ASSET/SECTOR>
## 📊 Overview
- **Sentiment Score**: <0.0 - 1.0> (<Bullish/Neutral/Bearish>)
- **Trend**: <Rising/Falling/Stable>
## 📰 Factors & Sources
- **News Sentiment**: <Score / View>
- **Social/Forum Sentiment**: <Score / View>
## 🔍 Key Drivers
- <Driver 1 (e.g., Strong AI GPU demand)>
- <Driver 2 (e.g., Positive analyst upgrades)>
## 📝 Conclusion
<One sentence actionable summary>
When other skills or the system query this skill conceptually, it functions like an API returning:
{
"asset": "NVDA",
"window": "24h",
"sentiment": 0.71,
"trend": "rising",
"sources": {
"news": 0.76,
"social": 0.65
}
}
If queried via Natural Language, provide the structured Markdown report instead.