# News

> Monitor news and correlate with prediction market movements

- Skill: `majiayu000/news-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/news-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/news-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/news-2

---


# News Skill

Track news that affects prediction markets and correlate with price movements.

## Commands

### Recent News
```
/news
/news trump
/news fed
```

### Market-Specific News
```
/news for "Trump 2028"
```

### News Alerts
```
/news alert trump
/news alert "fed rate"
```

## News Sources

### Twitter/X Accounts
- @polyaborama - Polymarket updates
- @Kalshi - Kalshi official
- @MetaculusHQ - Metaculus updates
- @NateSilver538 - Political analysis
- @business - Bloomberg breaking

### RSS Feeds
- Reuters Politics
- AP News
- Federal Reserve Press
- POLITICO

## Correlation Features

### Auto-Matching
When news breaks, automatically identify affected markets:
- "Trump indicted" → Trump election markets
- "Fed signals pause" → Rate cut markets
- "Player injured" → Sports markets

### Price Impact
Track how news affects market prices:
- News timestamp vs price movement
- Volume spike detection
- Sentiment analysis

## Examples

User: "What's moving markets right now?"
→ Show recent news with correlated market moves

User: "Why did Trump drop 5%?"
→ Find news from past hour matching "Trump"
→ Correlate with price action

User: "Alert me to any Fed news"
→ Create news alert for "fed" OR "fomc" OR "powell"

## Output Format

```
📰 MARKET-MOVING NEWS

🔴 HIGH IMPACT (5 min ago)
Reuters: "Trump hints at not running in 2028"

Affected Markets:
• Trump 2028 (Poly): 47¢ → 42¢ (-10.6%)
• Trump 2024 (Kalshi): 52¢ → 54¢ (+3.8%)
• DeSantis 2028 (Poly): 12¢ → 18¢ (+50%)

Volume Spike: 3.2x normal

──────────────────────────

🟡 MEDIUM IMPACT (23 min ago)
Bloomberg: "Fed officials signal data-dependent approach"

Affected Markets:
• Fed March Cut (Poly): 23¢ → 25¢ (+8.7%)
• Fed May Cut (Kalshi): 45¢ → 47¢ (+4.4%)
```

