---
name: AlphaEar News
slug: alphaear-news
category: Data
description: AlphaEar News fetches hot finance news and unified trend reports from multiple sources (Weibo, Zhihu, WallstreetCN) and retrieves Polymarket prediction market data.
github: "https://github.com/RKiding/Awesome-finance-skills/tree/main/skills/alphaear-news"
language: Python
stars: 2781
forks: 362
install: "npx degit https://github.com/RKiding/Awesome-finance-skills/tree/main/skills/alphaear-news ~/.claude/skills/alphaear-news"
installs_to: ~/.claude/skills/alphaear-news
source_path: skills/alphaear-news/SKILL.md
collection_size: 10
category_size: 668
collection_url: "https://dirskills.com/collections/RKiding/Awesome-finance-skills"
added: 2026-08-17T07:10:25.320Z
last_synced: 2026-08-17T07:10:25.320Z
canonical_url: "https://dirskills.com/skills/alphaear-news"
---

# AlphaEar News

AlphaEar News fetches hot finance news and unified trend reports from multiple sources (Weibo, Zhihu, WallstreetCN) and retrieves Polymarket prediction market data.

**Install:**

```bash
npx degit https://github.com/RKiding/Awesome-finance-skills/tree/main/skills/alphaear-news ~/.claude/skills/alphaear-news
```

## README

# AlphaEar News Skill

## Overview

Fetch real-time hot news, generate unified trend reports, and retrieve Polymarket prediction data.

## Capabilities

### 1. Fetch Hot News & Trends

Use `scripts/news_tools.py` via `NewsNowTools`.

-   **Fetch News**: `fetch_hot_news(source_id, count)`
    -   See [sources.md](references/sources.md) for valid `source_id`s (e.g., `cls`, `weibo`).
-   **Unified Report**: `get_unified_trends(sources)`
    -   Aggregates top news from multiple sources.

### 2. Fetch Prediction Markets

Use `scripts/news_tools.py` via `PolymarketTools`.

-   **Market Summary**: `get_market_summary(limit)`
    -   Returns a formatted report of active prediction markets.

## Dependencies

-   `requests`, `loguru`
-   `scripts/database_manager.py` (Local DB)
