
Compare
- 51 installs
- 7 repo stars
- Updated January 26, 2026
- alphamoemoe/foci
compare is a finance skill that compares sentiment and finance-blogger opinions between two stock tickers side by side.
About
A skill that compares sentiment and finance-blogger opinions between two stock tickers. It pulls sentiment and detailed viewpoints for each ticker, then builds a side-by-side comparison of bullish versus bearish arguments and coverage. It presents data objectively and avoids buy or sell recommendations.
- Side-by-side sentiment comparison of two tickers
- Calls get_ticker_sentiment and search_viewpoints in parallel
- Bilingual triggers (Chinese and English); no buy or sell recommendations
Compare by the numbers
- 51 all-time installs (skills.sh)
- Ranked #593 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
- Data as of Jul 28, 2026 (Skillselion catalog sync)
compare capabilities & compatibility
- Capabilities
- consensus · sentiment shift
- Use cases
- research · data analysis
- Pricing
- Free
What compare says it does
Compare sentiment and blogger opinions between two stocks.
get_ticker_sentiment(ticker1)` + `get_ticker_sentiment(ticker2)` → In parallel
Do NOT give buy/sell recommendations
npx skills add https://github.com/alphamoemoe/foci --skill compareAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 51 |
|---|---|
| repo stars | ★ 7 |
| Last updated | January 26, 2026 |
| Repository | alphamoemoe/foci ↗ |
What it does
Compares sentiment and finance-blogger opinions between two stock tickers side by side.
Who is it for?
Comparing two stocks by sentiment and blogger opinion
Skip if: Getting buy or sell recommendations
When should I use this skill?
When users want to analyze two tickers such as NVDA vs AMD side by side
What you get
A side-by-side sentiment and viewpoint comparison of two tickers is produced objectively.
Files
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:
1. Get Sentiment for Both Stocks Call get_ticker_sentiment for both tickers in parallel to get sentiment data.
2. Search for Related Viewpoints Call search_viewpoints with each ticker to find detailed blogger opinions.
3. 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
4. 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
1. get_ticker_sentiment(ticker1) + get_ticker_sentiment(ticker2) → In parallel 2. search_viewpoints(ticker1) + search_viewpoints(ticker2) → In parallel 3. 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
Related skills
FAQ
Does it recommend which stock to buy?
No. It presents data objectively and does not give buy or sell recommendations.
What data does it use?
Ticker sentiment and finance-blogger viewpoints fetched for both tickers.