skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
rkiding/awesome-finance-skills1.3k installs

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.

How do I install this agent skill?

npx skills add https://github.com/rkiding/awesome-finance-skills --skill alphaear-news
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    The skill fetches financial news and prediction market data. It is generally safe, but exposes an indirect prompt injection surface by processing external website content. Note that the core logic file 'scripts/news_tools.py' is missing.

  • Socketpass

    No alerts

  • Snykwarn

    Risk: MEDIUM · No issues

  • Runlayerwarn

    6/6 files flagged

  • ZeroLeakspass

    Score: 93/100 · 2 sections analyzed

What does this agent skill do?

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)

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/rkiding/awesome-finance-skills/alphaear-news">View alphaear-news on skillZs</a>