Install
openclaw skills install github-rising-starsDiscover fast-growing GitHub repositories before they appear on the official Trending page. Use when users ask to find emerging/rising GitHub projects, spot early-stage repos gaining momentum, identify hidden gems not yet on Trending, or discover the hottest new repos in the last 1-7 days. Triggers on phrases like "find rising GitHub repos", "GitHub trending before trending", "fast growing repos", "GitHub黑马项目", "增速快的GitHub项目", "还没上trending的项目", "发现早期项目".
openclaw skills install github-rising-starsDiscovers fast-growing GitHub repositories that haven't made the official Trending page yet, by querying the GitHub Search API across multiple dimensions and ranking by stars per day.
Run the bundled script directly:
python3 scripts/find_rising.py
Default: repos created in the last 3 days, min 20 stars, top 15 results.
python3 scripts/find_rising.py [options]
--days N Look-back window in days (default: 3, range: 1-7)
--min-stars N Minimum star count threshold (default: 20)
--top N Number of results to return (default: 15)
--lang LANG Filter by programming language (e.g. Python, TypeScript, Go)
--json Output machine-readable JSON
# Find Python repos rising fast in the last 5 days
python3 scripts/find_rising.py --days 5 --lang Python
# Find top 20 repos with at least 50 stars
python3 scripts/find_rising.py --min-stars 50 --top 20
# JSON output for further processing
python3 scripts/find_rising.py --json
stars / age_in_days for each repoRepos with no description or no language tag may be spam or private mirrors — apply extra scrutiny.
When a user asks to find rising repos:
python3 scripts/find_rising.py with appropriate flagsAuthorization: token <PAT> header in the script for higher limits.pushed filter variant for that).