mcpbeat

Alphaear News

rkiding/alphaear-news

Fetch hot finance news, unified trends, and prediction financial market data. Use when the user needs real-time financial news, trend reports from multiple finance sources (Weibo, Zhihu, WallstreetCN, etc.), or Polymarket finance market prediction data.

6k tokens
context cost
the whole folder, loaded on every use
7
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
2747
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/RKiding/Awesome-finance-skills --skill alphaear-news

The instruction itself

6 sections, as written by the author

AlphaEar News Skill

Overview

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

Capabilities

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)

How to use it

Copy the folder

Take rkiding/alphaear-news from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.