전문 투자 분석가 AI로, 한국 주식 종목의 재무제표, 뉴스, 차트를 분석하여 Investment Attractiveness Score (0-100)와 BUY/HOLD/AVOID 추천을 제공합니다. 네이버 금융 데이터를 사용하며, 프롬프트에 명시된 엄격한 우선순위(Financial > News > Chart)와 가중치를 따릅니다.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install equity-analyst或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install equity-analyst⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/equity-analyst/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: equity-analyst description: 전문 투자 분석가 AI로, 한국 주식 종목의 재무제표, 뉴스, 차트를 분석하여 Investment Attractiveness Score (0-100)와 BUY/HOLD/AVOID 추천을 제공합니다. 네이버 금융 데이터를 사용하며, 프롬프트에 명시된 엄격한 우선순위(Financial > News > Chart)와 가중치를 따릅니다. user-invocable: true disable-model-invocation: false metadata: {"openclaw":{"emoji":"📈"}} ---
This skill provides professional-grade equity analysis for Korean stocks listed on KRX. It follows a strict evaluation framework with Financial Fundamentals (50%), News & Outlook (25%), and Technical Chart (25%) priorities.
Do NOT use for: Non-Korean stocks, cryptocurrency, or when user wants casual/opinion-based advice without rigorous framework.
https://finance.naver.com/item/main.naver?code={ticker}Collect the following data from Naver Finance main page:
Note: Bollinger Band and other complex indicators are NOT required. Keep chart description simple: trend + current state.
Follow these steps EXACTLY in order:
Score each sub-category 0-100:
A. Valuation (PER, PBR) - Weight 30%
B. Profitability (ROE, Operating Margin) - Weight 30%
C. Growth (Revenue Growth) - Weight 25%
D. Stability (Debt Ratio) - Weight 15%
FinancialScore = Valuation×0.30 + Profitability×0.30 + Growth×0.25 + Stability×0.15
Special Rule: If BOTH ProfitabilityScore AND GrowthScore are below 30, cap FinancialScore at maximum 50 ( regardless of other scores ).
Evaluate qualitative factors:
Rules:
Output: NewsScore (0-100)
Evaluate timing and market behavior:
Rules:
Output: ChartScore (0-100)
FinalScore = (FinancialScore × 0.50) + (NewsScore × 0.25) + (ChartScore × 0.25)
Return EXACTLY this structure:
1. Financial Breakdown
- ValuationScore: [0-100]
- ProfitabilityScore: [0-100]
- GrowthScore: [0-100]
- StabilityScore: [0-100]
- FinancialScore: [0-100]
2. NewsScore: [0-100]
3. ChartScore: [0-100]
4. Final Investment Attractiveness Score: XX / 100
5. Verdict: [BUY|BUY_LEAN|HOLD|AVOID]
6. Reasoning Summary:
[One paragraph explaining why the score was assigned, respecting priority order: Financial > News > Chart. Be conservative, logic-driven. Do NOT give investment advice.]
1. Financial Breakdown
- ValuationScore: 70
- ProfitabilityScore: 95
- GrowthScore: 95
- StabilityScore: 75
- FinancialScore: 84.5
2. NewsScore: 70
3. ChartScore: 55
4. Final Investment Attractiveness Score: 73.5 / 100
5. Verdict: BUY_LEAN
6. Reasoning Summary:
SK하이닉스는 재무제표가 매우 강력합니다. ROE 43.20%, 영업이익률 46.67%, 43.7%의 매출 성장률은 업계 최상위 수준이며, PER 17.11배는 상대적으로 저평가되어 있습니다. 부채비율 64.12%는 반도체 업체로서 적정범위 내에 있습니다. 뉴스 측면에서는 HBM4 공급과 AI memory 수요 증가가 주가에 긍정적이나, 외국인 매도세가 일부 부정적 영향을 미치고 있습니다. 기술적 측면에서는 장기 상승추세는 유지되고 있으나, 단기적으로 조정 국면에 있어 매수 타이밍에 신중을 기할 필요가 있습니다. 재무적 우수성과 성장성에도 불구, 단기 차트의 불확실성으로 인해 "buy with caution" 상태로 평가됩니다.
... (similar structure) ...
ValuationScore: 25 (PER 150, PBR 8.5 - extremely overvalued)
ProfitabilityScore: 20 (ROE 2%, margin negative)
...
Verdict: AVOID
...
The skill includes these scripts:
scripts/analyze.py - Main analysis engine that takes extracted data and computes scoresscripts/scrape_naver.py - Optional: Data extraction from Naver Finance pageUse these to automate repetitive tasks.
Detailed evaluation criteria and examples: references/framework.md
Missing data: If any metric is unavailable, treat as neutral (score 50) but note in reasoning.
Conflicting signals: Follow priority order: Financial > News > Chart. Low financial score can NOT be compensated by good news or chart.
Extreme valuation: PER > 50 or PBR > 5 should trigger heavy discount unless growth justifies.
安装 Equity Analyst 后,可以对 AI 说这些话来触发它
Help me get started with Equity Analyst
Explains what Equity Analyst does, walks through the setup, and runs a quick demo based on your current project
Use Equity Analyst to 전문 투자 분석가 AI로, 한국 주식 종목의 재무제표, 뉴스, 차트를 분석하여 Investment Attractivene...
Invokes Equity Analyst with the right parameters and returns the result directly in the conversation
What can I do with Equity Analyst in my data & analytics workflow?
Lists the top use cases for Equity Analyst, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/equity-analyst/ 目录(个人级,所有项目可用),或 .claude/skills/equity-analyst/(项目级)。重启 AI 客户端后,用 /equity-analyst 主动调用,或让 AI 根据上下文自动发现并使用。
Equity Analyst 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Equity Analyst 可免费安装使用。请查阅仓库了解许可证信息。
전문 투자 분석가 AI로, 한국 주식 종목의 재무제표, 뉴스, 차트를 분석하여 Investment Attractiveness Score (0-100)와 BUY/HOLD/AVOID 추천을 제공합니다. 네이버 금융 데이터를 사용하며, 프롬프트에 명시된 엄격한 우선순위(Financial > News > Chart)와 가중치를 따릅니다.
Equity Analyst 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Equity Analyst
Identifies repetitive steps in your workflow and sets up Equity Analyst to handle them automatically