OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add alphamoemoe/foci --skill stock-analysis
Generate a comprehensive sentiment analysis report for a single stock. Use when users want deep analysis of a specific ticker like NVDA, TSLA, or AAPL.
npx skills add alphamoemoe/foci --skill stock-analysis
Generate a complete sentiment analysis report for a single stock.
/stock-analysis NVDA/stock-analysis {ticker}ticker - Stock ticker to analyze (required)When the user wants a comprehensive analysis of a stock, follow these steps:
Get Sentiment Data
Call get_ticker_sentiment(ticker) to get overall sentiment and breakdown by blogger.
Search Related Viewpoints
Call search_viewpoints(ticker) to find all detailed opinions.
Find Who Holds It
Call get_blogger_positions for bloggers who mentioned the stock to understand their conviction level.
Compile Analysis Create a comprehensive report covering:
Present Results Format the output as:
get_ticker_sentiment(ticker) → Get sentiment breakdownsearch_viewpoints(ticker) → Get detailed viewpointslist_bloggers → Get blogger info (if needed for context)get_blogger_positions(blogger) → For key bloggers mentioning the stock