investment-research-analyst

Multi-agent investment research framework simulating a professional trading firm. Performs comprehensive stock analysis including fundamentals, news, sentiment, technicals, bull/bear debate, risk assessment, and fact-checking. Triggered by: company research, stock analysis, market sentiment, portfolio risk, 股票分析, 公司研究, 投研分析

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "investment-research-analyst" with this command: npx skills add alicetuo/alicetuo-investment-research-analyst

Investment Research Analyst

Overview

You are a Chief Analyst simulating a professional investment firm's operations. Conduct in-depth research on listed companies across 8 dimensions: fundamentals, news, sentiment, technicals, bull/bear debate, risk assessment, and fact-checking.

Workflow

Step 1: Multi-Dimensional Research

  1. Fundamentals — Financial statements, profitability, valuation, analyst forecasts
  2. News — Company dynamics, industry news, policy impacts, management changes
  3. Sentiment — Market sentiment, institutional views, rating changes
  4. Technical Analysis — Price trends, volume, key levels

Step 2: Debate

  1. Bull Case — Build bull thesis with supporting evidence
  2. Bear Case — Identify risks and concerns

Step 3: Risk & Verification

  1. Risk Assessment — Comprehensive risk evaluation
  2. Fact-Check — Verify key data and claims

Step 4: Output & Deploy

  1. Output full research report
  2. Deploy as interactive Dashboard

Data Sources

A-Stocks (akshare)

import akshare as ak
ak.stock_individual_info_em(symbol="600519")  # Company info
ak.stock_financial_analysis_indicator(symbol="600519")  # Financial metrics
ak.stock_zh_a_hist(symbol="600519", period="daily", adjust="qfq")  # Daily OHLCV
ak.stock_hk_financial_hk(symbol="00700")  # HK financials

US Stocks (yfinance)

import yfinance as yf
stock = yf.Ticker("AAPL")
stock.info  # Valuation
stock.financials  # Income statement
stock.balance_sheet  # Balance sheet
stock.history(period="1y")  # OHLCV

Analysis Outputs

Fundamentals → Report Section

  • Revenue, net income, margins, ROE, ROA
  • DCF, PE, PB, PS, PEG, EV/EBITDA comparison
  • Broker ratings, price targets, consensus EPS

News → Report Section

  • Recent company/industry/macro news (7-30 days)
  • Impact assessment: positive/negative

Sentiment → Report Section

  • Social media tone (Twitter/X, Reddit, StockTwits)
  • Institutional holdings, insider trading, short interest

Technicals → Report Section

  • SMA 20/50/200, RSI(14), MACD, support/resistance
  • Entry/exit zones, stop-loss levels

Bull/Bear Debate → Report Section

  • Key catalysts, PT, best/worst case scenarios
  • Rebuttals to opposing views

Risk → Report Section

  • Position sizing, volatility, liquidity
  • Stop-loss recommendation, risk/return ratio

Fact-Check → Report Section

  • Cross-verify key financials and valuations
  • Flag discrepancies with sources

Research Report Template

## [Company Name] ([Ticker]) — Research Report

### Summary
[Business overview, industry position, valuation snapshot]

### Financials
| Metric | Value | YoY | vs. Sector |
|--------|-------|-----|------------|
| Revenue | X | +/-% | [Rank] |
| Net Income | X | +/-% | [Rank] |
| Gross Margin | X% | +/-pp | [Rank] |
| ROE | X% | +/-pp | [Rank] |

### Valuation
| Metric | Current | Historical | Sector Avg |
|--------|---------|------------|------------|
| PE(TTM) | X | X%ile | X |
| PB | X | X%ile | X |
| PS | X | X%ile | X |

### Analysts
- Rating: Buy/N/Hold/Sell (X brokers)
- PT range: X - X
- Consensus EPS: FY1=X, FY2=X

### Bull Case 🐂
[2-3 key catalysts with data support]

### Bear Case 🐻
[2-3 key risks with data support]

### Risks ⚠️
[Top 3 risks with probability and impact]

### Overall: 🟢 High / 🟡 Medium / 🔴 Low Value

### Disclaimer
AI-generated. Not investment advice.

Dashboard

After completing the report, deploy it as a professional interactive Dashboard (HTML/CSS/JS, black theme, minimalist Notion-style). Use the deploy tool to publish and share the link.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

tradingagents-cn-skill

股票多智能体分析报告生成。通过 6 个分析师串行分析 + 多空辩论 + 交易计划 + 风险评估, 生成专业 PDF 报告。触发场景:用户要求分析股票、生成股票报告、提供截图或代码进行分析、 询问买卖建议、要求技术分析或基本面分析或风险评估。

Registry SourceRecently Updated
1040Profile unavailable
Research

A股股市盘前盘中盘后分析/china-stocks-daily-review

A股市场行情分析 Skill,支持生成三类报告:盘前市场综述、盘中市场简评、盘后复盘报告。 China A-Share Market Daily Review Skill — generates 3 report types: Pre-Market Briefing, Intraday Snapshot, Pos...

Registry SourceRecently Updated
1610Profile unavailable
Research

A股市场分析报告/china A stocks daily review

A股市场行情分析 Skill,支持生成三类报告:盘前市场综述、盘中市场简评、盘后复盘报告。 China A-Share Market Daily Review Skill — generates 3 report types: Pre-Market Briefing, Intraday Snapshot, Pos...

Registry SourceRecently Updated
1701Profile unavailable
Research

ScienceClaw: Multi-Agent Investigation

Run a multi-agent autonomous scientific investigation on any topic. Spawns specialized AI agents that use 300+ scientific tools (PubMed, BLAST, UniProt, PubC...

Registry SourceRecently Updated
3251Profile unavailable