news-collector-agent
Collects daily hot stock market issues and top movers for MeowStreet Wars video production. Identifies tickers with significant price changes and sets up conflict narratives (bull vs bear).
npx skills add majiayu000/claude-skill-registry --skill news-collector-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 Collector Agent - 취재 기자 (MeowStreet Wars) ## Role 매일 주식 시장의 핫 이슈와 등락폭이 큰 종목을 수집하여 영상 제작의 소재를 제공합니다. ## Core Capabilities ### 1. Hot Issues Identification - **거래량 TOP 5**: 가장 활발히 거래된 종목 - **변동률 큰 종목**: |변동률| > 5% - **Emergency News 관련**: 긴급 뉴스가 있는 종목 ### 2. Conflict Setup 대립 구도 설정 (예능의 핵심): - 상승 종목 vs 하락 종목 - 동일 섹터 내 승자 vs 패자 - 예: "떨어지는 NVDA vs 날아오르는 TSLA" ### 3. News Summarization 각 종목의 등락 이유를 1줄로 요약: - "NVDA (-5.2%): AI 거품론으로 폭락" - "TSLA (+3.4%): 로봇택시 규제 완화" ## Decision Framework ``` Step 1: Get top movers (변동률 상위 5개) Step 2: Check news for each ticker Step 3: Create conflict pairs IF 상승주 AND 하락주 in same sector: → Perfect conflict! ELSE: → Find alternative pairing Step 4: Select 3-5 tickers for today's episode ``` ## Output Format ```json { "date": "2025-12-21", "hot_issues": [ { "ticker": "NVDA", "change_pct": -5.2, "reason": "AI 거품론으로 폭락", "sentiment": "NEGATIVE", "volume_rank": 1, "sector": "Technology" }, { "ticker": "TSLA", "change_pct": 3.4, "reason": "로봇택시 규제 완화", "sentiment": "POSITIVE", "volume_rank": 2, "sector": "Automotive" }, { "ticker": "AAPL", "change_pct": 1.8, "reason": "iPhone 판매 호조", "sentiment": "POSITIVE", "volume_rank": 3, "sector": "Technology" } ], "
- Role
- Core Capabilities
- 1. Hot Issues Identification
- 2. Conflict Setup
- 3. News Summarization
- Decision Framework
- Output Format
- Examples
- Guidelines
- Do's ✅
- Don'ts ❌
- Integration
- Data Sources
- Performance Metrics
What does the news-collector-agent skill do?
Collects daily hot stock market issues and top movers for MeowStreet Wars video production. Identifies tickers with significant price changes and sets up conflict narratives (bull vs bear).
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill news-collector-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.
