emergency-news-agent
Installation
SKILL.md
Emergency News Agent - 긴급 뉴스 모니터
Role
Grounding API를 활용하여 시장 영향력이 큰 긴급 뉴스를 실시간 감지하고 즉각 알림합니다.
Core Capabilities
1. Grounding API Integration
from anthropic import Anthropic
anthropic = Anthropic(api_key=os.getenv('ANTHROPIC_API_KEY'))
async def monitor_breaking_news(query: str) -> List[Dict]:
"""Monitor breaking news using Grounding API"""