返回 Skill 列表
extension
分类: 内容与媒体无需 API Key

alphaear-news

获取热门财经新闻、统一趋势和预测金融市场数据。当用户需要实时财经新闻、来自多个财经来源(微博、知乎、华尔街见闻等)的趋势报告,或Polymarket金融市场预测数据时使用。

person作者: jakexiaohubgithub

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 for valid source_ids (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)