How this skill is triggered — by the user, by Claude, or both
Slash command
/korean-trading:ecos-macroThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- `ECOS_API_KEY`: 한국은행 ECOS API 키 (https://ecos.bok.or.kr)
ECOS_API_KEY: 한국은행 ECOS API 키 (https://ecos.bok.or.kr)# 단일 지표
node plugins/korean-trading/dist/ecos/indicators.js base_rate
node plugins/korean-trading/dist/ecos/indicators.js bond_10y 20240101
# 전체 지표
node plugins/korean-trading/dist/ecos/indicators.js all
| ID | 이름 | 주기 | 트레이딩 활용 |
|---|---|---|---|
| base_rate | 기준금리 | 월 | 금리 인하 → 유동성 증가 → 성장주 유리 |
| cpi | 소비자물가지수 | 월 | CPI 하락 → 금리 인하 기대 → 긍정적 |
| unemployment | 실업률 | 월 | 상승 시 경기둔화 → 방어주 선호 |
| bond_10y | 국고채 10년 | 일 | 금리 상승 → 주식 할인율 증가 |
| bond_2y | 국고채 2년 | 일 | 장단기 스프레드(10Y-2Y) 역전 → 경기침체 신호 |
bond_10y - bond_2y > 0: 정상 — 경제 확장 기대bond_10y - bond_2y < 0: 역전 — 경기침체 시그널 (6~18개월 선행)ECOS 외 채권/지수 데이터가 필요한 경우 아래 스크립트를 추가로 활용:
# 채권 시세 상세 (국고채, 회사채, 신용스프레드 등)
node plugins/korean-trading/dist/fsc/bond-price.js
# 채권 지수 (KIS 채권지수, 종합채권지수 등)
node plugins/korean-trading/dist/fsc/market-index.js bond
bond-price.ts: 금융투자협회 기반 개별 채권 시세, 신용등급별 금리 비교에 유용market-index.ts bond: 채권 지수 추이, ECOS의 국고채 금리와 교차 검증 가능npx claudepluginhub aydenden/cc-plugins --plugin korean-tradingBuild macroeconomic and rates dashboards by combining macro indicators, yield curves, inflation breakevens, and swap rates for monitoring financial conditions.
Generates a macro-economic dashboard from EODHD data: GDP, CPI, unemployment, interest rates, Treasury yield curve, real yields, and economic events calendar. Invoke with a country or region.
Analyzes US economic indicators (GDP, employment, CPI/PCE/PPI, Fed policy, yield curves) and their impacts on markets, sectors, recession risks, and investments.