compare
24
总安装量
13
周安装量
#15443
全站排名
安装命令
npx skills add https://github.com/alphamoemoe/foci --skill compare
Agent 安装分布
gemini-cli
7
cursor
7
trae
5
antigravity
5
codex
5
Skill 文档
Stock Comparison
Compare sentiment and blogger opinions between two stocks.
Triggers
- “å¯¹æ¯ NVDA å AMD”
- “æ¯è¾è¿ä¸¤åªè¡ç¥¨”
- “compare NVDA vs AMD”
- “NVDA å AMD åªä¸ªå¥½”
/compare NVDA AMD/compare {ticker1} {ticker2}
Arguments
ticker1– First stock ticker (required)ticker2– Second stock ticker (required)
Instructions
When the user wants to compare two stocks, follow these steps:
-
Get Sentiment for Both Stocks Call
get_ticker_sentimentfor both tickers in parallel to get sentiment data. -
Search for Related Viewpoints Call
search_viewpointswith each ticker to find detailed blogger opinions. -
Analyze and Compare Create a side-by-side comparison covering:
- Overall sentiment score
- Number of bullish vs bearish bloggers
- Key arguments for each side
- Common themes in viewpoints
-
Present Results Format the output as:
## è¡ç¥¨å¯¹æ¯: TICKER1 vs TICKER2 | ææ | TICKER1 | TICKER2 | |------|---------|---------| | æ´ä½æ 绪 | ð¢ çæ¶¨ | ð¡ 䏿§ | | çæ¶¨å主 | X ä½ | Y ä½ | | çè·å主 | X ä½ | Y ä½ | | æåæ¬¡æ° | XX | YY | ### TICKER1 å ³é®è§ç¹ **çæ¶¨çç±:** - [è§ç¹1] â å主A - [è§ç¹2] â å主B **é£é©æç¤º:** - [é£é©1] â å主C ### TICKER2 å ³é®è§ç¹ **çæ¶¨çç±:** - [è§ç¹1] â å主D **é£é©æç¤º:** - [é£é©1] â å主E ### 综ååæ [åºäºæ°æ®ç客è§åæï¼æåºä¸¤è çä¼å£å¿]
Tool Sequence
get_ticker_sentiment(ticker1)+get_ticker_sentiment(ticker2)â In parallelsearch_viewpoints(ticker1)+search_viewpoints(ticker2)â In parallel- Compile comparison table and analysis
Notes
- Always present data objectively, let users make their own decisions
- Highlight where bloggers disagree
- If one ticker has significantly more coverage, note this caveat
- Do NOT give buy/sell recommendations