From terminalq
Deep-dive research report on a single company covering financials, technicals, analyst ratings, news catalysts, and portfolio fit. Use this skill when you need to research a stock, perform due diligence, or want a comprehensive company analysis. Ask to "research AAPL", "deep dive into NVDA", "analyze company PINS", "stock analysis", "tell me about MSFT", "due diligence on AMZN", or "look into GOOG" to trigger this workflow. Produces a Research Report contract output.
How this skill is triggered — by the user, by Claude, or both
Slash command
/terminalq:company-researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a comprehensive research report for "$ARGUMENTS" by calling these tools in parallel:
Generate a comprehensive research report for "$ARGUMENTS" by calling these tools in parallel:
terminalq_get_company_profile(symbol) — company overview, sector, market capterminalq_get_quote(symbol) — current price and daily movementterminalq_get_financials(symbol, "income", 4) — 4 years of income statementsterminalq_get_financials(symbol, "balance_sheet", 4) — balance sheetterminalq_get_financials(symbol, "cash_flow", 4) — cash flow statementterminalq_get_technicals(symbol) — SMA, RSI, MACD, Bollinger Bandsterminalq_get_analyst_ratings(symbol) — consensus rating and price targetsterminalq_get_news(symbol, 14) — last 2 weeks of newsterminalq_get_earnings(symbol) — EPS history and estimatesterminalq_chart_price(symbol, "1y", "line") — 1-year price chartterminalq_get_allocation() — current portfolio allocation (for portfolio fit analysis)After gathering all data, produce a structured research report following the Research Report contract in docs/output-contracts.md:
Company Overview: Name, sector, industry, market cap, current price, 52-week context.
Financial Health:
Valuation:
Technical Picture:
Bull Case (3-4 points): Based on financial trends, analyst sentiment, and recent news.
Bear Case (3-4 points): Risks from financial weaknesses, technical signals, or news sentiment.
Analyst Consensus: Rating distribution, average price target, upside/downside %.
Recent Catalysts: Key news items that may affect the stock.
Portfolio Fit: If the user already holds this stock, note the position size. If not, note whether it would add diversification or increase concentration.
Data Freshness: Include a table noting each data source, how recent it is, and confidence level (High/Moderate/Low per docs/output-contracts.md).
Disclaimer: End with the standard disclaimer from docs/output-contracts.md.
Format as a professional research brief — concise, data-driven, with clear section headers.
| Failure Mode | Signal | Response |
|---|---|---|
| Financials unavailable | All 3 terminalq_get_financials calls return errors | Flag that financial analysis is unavailable; focus on technicals, ratings, and news |
| Invalid ticker | terminalq_get_company_profile returns error | Stop and ask user to verify the ticker symbol |
| Technicals fail | terminalq_get_technicals errors | Skip Technical Picture section; note it in Data Freshness |
| Allocation unavailable | terminalq_get_allocation fails | Skip Portfolio Fit section; note portfolio data was unavailable |
| Partial financials | Only 1-2 of 3 financial statement types return | Analyze what's available; note which statements are missing |
| Stale news | terminalq_get_news returns old articles (>14 days) | Note in Recent Catalysts that no recent news was found |
trade-research instead (it includes portfolio fit and position sizing)market-overview insteadearnings-preview insteadnpx claudepluginhub fakoli/terminalq --plugin terminalqAnalyzes a company using EODHD data: profile, fundamentals, price action, news sentiment, insider activity, and technicals. Outputs a structured company brief.
Chains InvestSkill modules for structured stock research: business analysis, valuation, market signals, technicals into unified investment thesis with composite score. Use for due diligence.
Routes broad investment research requests including company briefs, valuation, filings, transcripts, and market data into the appropriate Octagon analyst workflow.