From korean-trading
실적 발표 분석 워크플로우. "실적", "어닝", "earnings", "분기 실적", "실적 분석" 등에 자동 활성화
How this skill is triggered — by the user, by Claude, or both
Slash command
/korean-trading:earnings-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
# 증권사 컨센서스 (목표가, 투자의견)
node plugins/korean-trading/dist/kis/consensus.js {ticker}
# 공시 데이터 (실적 공시)
node plugins/korean-trading/dist/dart/disclosure.js {ticker} financial {year}
# 재무비율 (PER/EPS 추이)
node plugins/korean-trading/dist/kis/financial-ratio.js {ticker}
# 주가 데이터 (실적 발표 전후 주가)
node plugins/korean-trading/dist/kis/ohlcv.js {ticker}
# 현재가 (최신 시세)
node plugins/korean-trading/dist/kis/current-price.js {ticker}
## 실적 분석 — {종목명} ({ticker})
### 최근 실적 요약
| 분기 | 매출액 | YoY | 영업이익 | YoY | 순이익 | YoY |
|------|-------|-----|---------|-----|-------|-----|
| {Q4} | ... | ... | ... | ... | ... | ... |
| {Q3} | ... | ... | ... | ... | ... | ... |
| {Q2} | ... | ... | ... | ... | ... | ... |
### 마진 추이
| 분기 | 영업이익률 | 순이익률 |
|------|----------|---------|
| ... | ...% | ...% |
### 실적 서프라이즈
- 매출: {실제} vs 컨센서스 {예상} → {surprise_pct}% ({beat|miss|inline})
- 영업이익: {실제} vs 컨센서스 {예상} → {surprise_pct}%
### 증권사 반응
| 증권사 | 투자의견 | 목표가 | 변경 |
|--------|---------|--------|------|
| ... | 매수 | ...원 | ↑/↓/→ |
### 주가 반응
- 발표 전 20일 수익률: {pre_return}%
- 발표 후 5일 수익률: {post_return}%
- 패턴: {pattern_name}
### 시사점
- ...
npx claudepluginhub aydenden/cc-plugins --plugin korean-tradingBuild pre-earnings analysis with estimate models, scenario frameworks, and key metrics to watch. Prepares positioning notes, bull/bear scenarios, and identifies stock-moving catalysts.
Synthesizes a financial briefing on a public company using earnings transcripts, SEC filings, and financial news. Provides TL;DR, management narrative, Q&A highlights, and forward outlook.
Generates a 4-5 page equity research earnings preview for a single company, analyzing earnings transcripts, competitors, valuation, and news into a professional HTML report.