sentiment-shift
23
总安装量
11
周安装量
#15956
全站排名
安装命令
npx skills add https://github.com/alphamoemoe/foci --skill sentiment-shift
Agent 安装分布
gemini-cli
6
cursor
5
opencode
4
antigravity
4
openclaw
4
claude-code
3
Skill 文档
Sentiment Shift Detector
Identify stocks where blogger sentiment has changed significantly.
Triggers
- “æ 绪ååæå¤§çè¡ç¥¨”
- “è°è½¬å五
- “sentiment shift”
- “who changed their mind”
- “æåº¦è½¬å”
/sentiment-shift
Instructions
When the user wants to find sentiment shifts, follow these steps:
-
Get Multi-Day Summaries Call
get_daily_summaryfor recent dates (today, yesterday, a few days ago) to compare sentiment over time. -
Identify Changed Tickers Compare the summaries to find:
- Stocks that moved from bullish to bearish
- Stocks that moved from bearish to bullish
- Stocks with increased/decreased mentions
-
Get Detailed Sentiment For tickers with notable changes, call
get_ticker_sentimentto understand who changed their view. -
Search for Explanations Call
search_viewpointsfor 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% | ### åæ [æ»ç»å¸åºæ 绪ååçæ´ä½è¶å¿]
Tool Sequence
get_daily_summary(date=today)+get_daily_summary(date=yesterday)+get_daily_summary(date=3_days_ago)â Compare over time- Identify tickers with changed sentiment
get_ticker_sentiment(changed_ticker)â For each changed tickersearch_viewpoints(changed_ticker)â Find reasoning- Compile shift analysis
Notes
- Sentiment shifts can be leading indicators
- A blogger changing their view is often more significant than new bloggers joining
- Track both direction changes and intensity changes
- Include context for why shifts happened (news, earnings, etc.)