# 1.2 News Narrative Miner

> Skill: News Narrative Miner (1.2)

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

---

# Skill: News Narrative Miner (1.2)

## Capabilities
- `analyze(ticker, market_data, nexus_context)` → Tier-0 contract
- Direct query: "Any breaking news impacting BTC?"
- Direct query: "What's the current narrative phase?"

## Data Sources
- Nexus News API
- News decay timeline (in-memory)

## Query Interface
```
/news_narrative_miner?ticker=BTC/USDT
```
Returns: impact score + event type + decay + reasoning.

## Dependencies
- `NexusDataClient` news endpoints
- Falls back to neutral stubs when Nexus disabled

