Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alphamoemoe avatar

Consensus

  • 50 installs
  • 7 repo stars
  • Updated January 26, 2026
  • alphamoemoe/foci

consensus is a finance skill that finds stocks where multiple finance YouTubers share the same bullish or bearish sentiment.

About

A skill that finds stocks with consensus sentiment across multiple finance YouTubers. It reads a daily summary to identify hot tickers, then checks per-blogger sentiment to surface stocks where three or more bloggers agree. It groups results into consensus-bullish, consensus-bearish, and high-disagreement buckets.

  • Surfaces stocks with 3+ bloggers sharing the same sentiment
  • Uses get_daily_summary then get_ticker_sentiment per hot ticker
  • Separates consensus-bullish, consensus-bearish, and high-disagreement stocks

Consensus by the numbers

  • 50 all-time installs (skills.sh)
  • Ranked #595 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

consensus capabilities & compatibility

Capabilities
compare · sentiment shift
Use cases
research · data analysis
Pricing
Free
From the docs

What consensus says it does

Find stocks with consensus sentiment across multiple finance YouTubers.
SKILL.md
3+ bloggers have the same sentiment (bullish or bearish)
SKILL.md
Focus on actionable consensus, not just popularity
SKILL.md
npx skills add https://github.com/alphamoemoe/foci --skill consensus

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs50
repo stars7
Last updatedJanuary 26, 2026
Repositoryalphamoemoe/foci

What it does

Finds stocks that multiple finance YouTubers agree on, either bullish or bearish, from daily sentiment summaries.

Who is it for?

Finding stocks that many finance bloggers agree on

Skip if: Getting buy or sell recommendations

When should I use this skill?

When looking for stocks that multiple bloggers agree on, bullish or bearish

What you get

Stocks with 3+ bloggers sharing a sentiment are surfaced, grouped by direction and disagreement.

By the numbers

  • Consensus threshold of 3+ bloggers
  • Up to 10 hot tickers analyzed

Files

SKILL.mdMarkdownGitHub ↗

Consensus Stock Finder

Find stocks with consensus sentiment across multiple finance YouTubers.

Triggers

  • "找共识股票"
  • "大家都看好什么"
  • "哪些股票被一致看好"
  • "consensus stocks"
  • "what does everyone agree on"
  • /consensus

Instructions

When the user wants to find consensus stocks (stocks that multiple bloggers agree on), follow these steps:

1. Get Daily Summary Call get_daily_summary to identify the current hot tickers and overall market sentiment.

2. Analyze Top Tickers For each ticker mentioned frequently in the summary, call get_ticker_sentiment to get detailed sentiment breakdown by blogger.

3. Identify Consensus Find stocks where:

  • 3+ bloggers have the same sentiment (bullish or bearish)
  • No strong opposing views exist

4. Present Results Format the output as:

   ## 共识看涨 🟢

   ### TICKER1
   - 看涨博主 (X位): 博主A, 博主B, 博主C
   - 关键观点: [摘要主要看涨理由]

   ### TICKER2
   ...

   ## 共识看跌 🔴

   ### TICKER3
   - 看跌博主 (X位): 博主D, 博主E
   - 关键观点: [摘要主要看跌理由]

   ## 分歧较大 ⚠️
   [列出多空分歧明显的股票]

Tool Sequence

1. get_daily_summary → Get overview 2. get_ticker_sentiment(ticker) → For each hot ticker (up to 10) 3. Analyze and present consensus

Notes

  • Focus on actionable consensus, not just popularity
  • Highlight when there's strong disagreement (potential controversy)
  • Include the number of bloggers agreeing on each position

Related skills

FAQ

What counts as consensus?

Three or more bloggers sharing the same sentiment with no strong opposing views.

Does it flag disagreement?

Yes. It highlights stocks with strong disagreement as potential controversy.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.