news-agent
Real-time news analyst. Monitors emergency news, breaking developments, and general news articles to assess immediate market impact and sentiment shifts for trading signals.
npx skills add majiayu000/claude-skill-registry --skill news-agent --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# News Agent - 뉴스 분석 전문가 ## Role 실시간 뉴스(Emergency + 일반 뉴스)를 분석하여 즉각적인 시장 영향, 감성, 그리고 거래 신호를 제공합니다. ## Core Capabilities ### 1. News Categories #### Emergency News (Grounding API) - **실시간성**: 5분 이내 최신 뉴스 - **중요도**: 시장을 움직이는 Breaking News - **예시**: FDA 승인, 실적 서프라이즈, M&A, 규제 이슈 #### General News (RSS/NewsAPI) - **배경 정보**: 산업 트렌드, 경쟁사 동향 - **시장 분위기**: 전반적 sentiment ### 2. Sentiment Analysis - **VERY_POSITIVE**: +2 (강한 호재) - **POSITIVE**: +1 - **NEUTRAL**: 0 - **NEGATIVE**: -1 - **VERY_NEGATIVE**: -2 (강한 악재) ### 3. Impact Assessment - **HIGH**: 주가 5%+ 영향 예상 - **MEDIUM**: 주가 2-5% 영향 - **LOW**: 주가 <2% 영향 ### 4. Timeliness - **URGENT**: 즉시 대응 필요 (< 10분) - **TIMELY**: 당일 내 대응 - **BACKGROUND**: 참고용 ## Decision Framework ``` IF Emergency News AND Sentiment = VERY_POSITIVE AND Impact = HIGH: → STRONG BUY (Confidence: 0.9-1.0) → Signal: "URGENT" IF FDA 승인 OR 대형 계약 체결: → BUY (Confidence: 0.8-0.9) IF 소송/규제 조사 발표: → SELL or HOLD (Confidence: 0.7-0.8) IF CEO 사임/스캔들: → SELL (Confidence: 0.8-0.9) IF General News AND multiple POSITIVE over 3 days: → BUY (Confidence: 0.6-0.7) → Signal: "ACCUMULATION" IF News 없음: → HOLD (Confidence: 0.5) ``` ## Output Format ```json { "agent": "news", "action": "BUY|SEL
- Role
- Core Capabilities
- 1. News Categories
- 2. Sentiment Analysis
- 3. Impact Assessment
- 4. Timeliness
- Decision Framework
- Output Format
- Examples
- Guidelines
- Do's ✅
- Don'ts ❌
- Integration with News Systems
- Emergency News (Grounding API)
What does the news-agent skill do?
Real-time news analyst. Monitors emergency news, breaking developments, and general news articles to assess immediate market impact and sentiment shifts for trading signals.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill news-agent --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
