skills/analysis-skills/stock-analysis/SKILL.md
Analyze stocks and companies using financial market data. Get company profiles, technical insights, price charts, insider holdings, and SEC filings for comprehensive stock research.
npx skillsauth add abcnuts/manus-skills stock-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Comprehensive stock and company analysis using with real-time market data.
Yahoo/get_stock_profile - Company profile (business, industry, executives, contact)Yahoo/get_stock_insights - Technical indicators, valuation, ratings, research reportsYahoo/get_stock_chart - Historical price data with customizable timeframesYahoo/get_stock_holders - Insider holdings and transactionsYahoo/get_stock_sec_filing - SEC filing history (10-K, 10-Q, 8-K, etc.)User: "Tell me about AAPL"
→ Yahoo/get_stock_profile (business summary, industry, employees)
→ Yahoo/get_stock_insights (technical outlook, valuation, ratings)
→ Yahoo/get_stock_chart (recent price performance)
User: "Is TSLA a good buy?"
→ Yahoo/get_stock_chart (price trends, support/resistance)
→ Yahoo/get_stock_insights (technical outlook, target price, rating)
→ Yahoo/get_stock_profile (verify business fundamentals)
User: "Show me insider trading for NVDA"
→ Yahoo/get_stock_holders (insider transactions)
→ Yahoo/get_stock_profile (context about executives)
→ Yahoo/get_stock_insights (check if aligned with outlook)
User: "Full analysis of MSFT"
→ Yahoo/get_stock_profile (company background)
→ Yahoo/get_stock_insights (analyst ratings, valuation)
→ Yahoo/get_stock_chart (historical performance)
→ Yahoo/get_stock_holders (insider sentiment)
→ Yahoo/get_stock_sec_filing (recent regulatory filings)
User: "Compare AAPL vs MSFT vs GOOGL"
→ Yahoo/get_stock_chart (with comparisons parameter)
→ Yahoo/get_stock_insights (for each symbol)
→ Compare metrics side-by-side
User: "Analyze tech stocks: AAPL, NVDA, AMD"
→ Yahoo/get_stock_profile (each company's focus area)
→ Yahoo/get_stock_insights (sector comparison scores)
→ Yahoo/get_stock_chart (relative performance)
symbol: Stock ticker symbol (e.g., "AAPL", "TSLA")region: Market region (US, GB, JP, etc.) - default: USlang: Response language (en-US, zh-Hant-HK, etc.) - default: en-USinterval: 1m, 5m, 15m, 30m, 1h, 1d, 1wk, 1morange: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, maxcomparisons: Compare with other symbols (e.g., "^GSPC,MSFT")events: Include dividends, splits, earnings (div, split, earn)ALWAYS invoke APIs when users mention:
Required API combinations:
Yahoo/get_stock_profile + Yahoo/get_stock_insightsYahoo/get_stock_chartYahoo/get_stock_holders + profile for contextFull parameter specs and response schemas:
tools
Generate comprehensive demonstrations showing how to access projects and work across different environments (Manus terminals, personal computers, team collaboration). Use when users ask "how do I access this from another terminal/computer", "how do I share this with my team", "how do I get this on my Mac", or need clarification on Manus persistence vs GitHub usage.
development
Use when you have a spec or requirements for a multi-step task, before touching code
data-ai
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
development
Use when implementing any feature or bugfix, before writing implementation code