一键导入
market-research
Deep research on stocks, industries, markets, and business models. Integrates Grok API (X/Web search) and yfinance for multi-angle analysis reports.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deep research on stocks, industries, markets, and business models. Integrates Grok API (X/Web search) and yfinance for multi-angle analysis reports.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | market-research |
| description | Deep research on stocks, industries, markets, and business models. Integrates Grok API (X/Web search) and yfinance for multi-angle analysis reports. |
| argument-hint | [stock|industry|market|business] [target] e.g.: stock 7203.T, industry semiconductors, market nikkei, business 7751.T |
| allowed-tools | Bash(python3 *) |
Parse $ARGUMENTS to determine research type and target, then run the following command.
python3 /Users/kikuchihiroyuki/stock-skills/.claude/skills/market-research/scripts/run_research.py <command> <target>
For natural language → skill selection, see .claude/rules/intent-routing.md.
XAI_API_KEY environment variable is setstock)XAI_API_KEY is set (X posts, web search for deep analysis)Displays Grok API status at the end of each report:
| Status | Display |
|---|---|
| Normal | ✅ OK |
| Not set | 🔑 Not set — Set XAI_API_KEY to enable |
| Auth error | ❌ Auth error (401) — Check your XAI_API_KEY |
| Rate limit | ⚠️ Rate limited (429) — Wait and retry |
| Timeout | ⏱️ Timeout — Check network connection |
| Other error | ❌ Error — Check stderr for details |
After displaying the script output as-is, Claude should add:
/stock-report results# Stock research
python3 .../run_research.py stock 7203.T
python3 .../run_research.py stock AAPL
# Industry research
python3 .../run_research.py industry semiconductors
python3 .../run_research.py industry "Electric Vehicles"
# Market research
python3 .../run_research.py market nikkei
python3 .../run_research.py market "S&P500"
# Business model analysis
python3 .../run_research.py business 7751.T
python3 .../run_research.py business AAPL
When get_context.py output contains the following, integrate with research results:
When a response for stock/business/industry research contains specific investment opinions or thesis-level conclusions:
💡 This analysis has not yet been recorded as an investment note. Would you like to record it as a thesis or concern?
Natural language queries to the knowledge graph. Search past reports, screenings, trades, research, and market context.
Investment note management. Record, retrieve, and delete investment theses, concerns, and lessons.
Plan Mode — Orchestrator oversees workflow design, execution, autonomous loop, and review. Activated when told "in plan mode."
Undervalued stock screening. EquityQuery-based screening without a predefined stock list. Searches for undervalued stocks across 60+ regions including Japan, US, ASEAN, Hong Kong, Korea, and Taiwan using P/E, P/B, dividend yield, ROE, and more.
Portfolio management. Display holdings, record trades, and analyze portfolio structure. Input data foundation for stress tests.
Detailed report for individual stocks and ETFs. Generates a financial analysis report from a ticker symbol. Individual stocks show valuation, undervaluation score, and shareholder return rate. ETFs show expense ratio, AUM, and fund size.