← Back to list
alphaear-news Checked
Fetch hot finance news, unified trends, and prediction financial market data. Use when the user n…
7.8Overall rating
Installation
🤖 Install via AI
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "alphaear-news" skill by following the instructions at https://skill123.me/install/alphaear-news.
⌨️ Command line install
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/alphaear-news.sh | bash
📦 Download ZIP
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 10 KBAbout this skill
Overview
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.
Source
- Repo: https://github.com/RKiding/Awesome-finance-skills
- Path: skills/alphaear-news
Score breakdown
Trigger
5.5
What plus When clause naming source families (Weibo, Zhihu, WallstreetCN) and Polymarket prediction data; no When-Not; no trigger variants.
Structure
8.7
Small SKILL.md, one high-value reference (sources.md with a full source-ID table), single-purpose scripts, test included; no redundant files.
Workflow
7.2
Tool wrapper with per-source fetch, 5-minute in-memory cache, optional full-content extraction via Jina, unified trends aggregation, and Polymarket summaries; DB persistence of fetched news; init-only test (shallow).
Content
9.0
Concise; clear method signatures and defaults; no runnable CLI example; mostly Chinese docstrings with English SKILL.md.
Engineering
9.0
Valid frontmatter; deps (requests, loguru) declared and accurate; referenced paths (references/sources.md, scripts) all exist.
Security
9.0
Manifest: GET to newsnow.busiyi.world (aggregator behind the declared source list) and gamma-api.polymarket.com (declared); optional r.jina.ai content extraction gated by optional JINA_API_KEY env (minor undeclared egress); writes local sqlite daily_news table; spoofed Chrome User-Agent for scraping (minor). No injection, no hardcoded secrets, no persistence. Capabilities substantially match declared scope.
Focused, well-scoped news skill: NewsNow hot-news fetching with 5-min cache and a good sources.md reference table, unified multi-source trends, and Polymarket market summaries. Network destinations largely declared in description. Minor: r.jina.ai content-extraction egress (optional, key-gated) not mentioned in description; spoofed Chrome User-Agent; API-level usage only.
