Leaderboard/Finance/Awesome-finance-skills
Last commit on March 29, 2026·Created on January 31, 2026

RKiding/Awesome-finance-skills

Turns financial news into signals, forecasts, and reports.
Combined rank
#132
across all skills
In Finance
#2
category rank
Stars
3k
+0.6% in last 7d
Forks
388
0.0% in last 7d
Watchers
10
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This collection bundles ten skills that move from raw market news to structured outputs: fetching news, scoring sentiment with FinBERT, forecasting with the Kronos model, tracking how investment signals evolve, and generating professional reports. It serves traders, portfolio managers, and quantitative researchers who need a single agent workflow to monitor A-Share, HK, and US markets. A built-in skill creator also helps developers package their own domain skills.

WHO IT'S FOR
Financial Analysts and Traders
monitor market signals and news
Portfolio and Investment Managers
track and update investment signals
Quantitative Researchers and Data Scientists
build and validate predictive models
AI Agent and Skill Developers
create and package reusable agent skills
Repository contents

10 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Setup

Install alphaear-news with npx skills

Installs: Individual alphaear-news skill only

Before you start
  • Access to the documented `npx skills` command
  • Python dependencies `requests` and `loguru`
  • Bundled `scripts/database_manager.py` local database support
  1. Run this terminal command to install the specifically documented alphaear-news skill.

    npx skills add RKiding/Awesome-finance-skills@alphaear-news
README.md · Checked Sep 18, 2026skills/alphaear-news/SKILL.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Fetch a small set of hot financial stories

Uses alphaear-news

  • `{source_id}`: a valid source identifier, such as `cls` or `weibo`
  • `{count}`: the number of stories to retrieve
  • Runtime setup: `requests`, `loguru`, and the bundled local database support
Use the alphaear-news skill to fetch the latest hot financial news from source `{source_id}` with a count of `{count}`. Verify that the source ID is valid using the skill's source reference, then return a concise list of headlines and available source information. Do not publish or save anything.
skills/alphaear-news/SKILL.md · Checked Sep 18, 2026