| name | github-hot-finder |
| description | Find high-star and trending GitHub repositories by stars, creation date, language, and OpenClaw relevance. Use this whenever the user asks for hot projects, high-star repos, trending repositories, rising OSS, weekly GitHub discoveries, or OpenClaw-related projects; also use when they want cron-ready discovery feeds for channels. |
GitHub Hot Finder
Finds high-value GitHub repositories with reproducible filters and clean output.
When to use
Use this skill when users ask for:
- 热门项目 / 高星项目 / trending repos
- 按语言、时间窗口、stars 阈值筛选仓库
- 与 OpenClaw 相关的项目发现
- 可用于定时推送(cron)的仓库榜单
Search dimensions (must support all)
- High-star global: sort by
stars
- Recent trending: constrain by
created:> and sort by stars
- Language-specific hot: constrain by
language: + star threshold
- OpenClaw-related: query terms around OpenClaw ecosystem
Execution workflow
- Collect constraints from user:
limit (default 20)
language (optional)
created_after (optional, e.g. 2026-03-01)
min_stars (default 500)
- Run the bundled script:
python3 scripts/fetch_github_hot.py --mode <mode> [flags]
- Validate output includes: name, stars, language, updated_at, url, description.
- Present concise ranked list.
- If user wants automation, provide one cron payload text template and webhook/channel routing suggestion.
Modes
high-star: global top by stars
trending: recent repos by created date + stars
language-hot: language scoped hot repos
openclaw: OpenClaw-related repos (topic/name/readme signals)
combo: run all modes and merge by URL (dedupe)
Output format
Use this structure:
- Summary
- Total candidates
- Filter conditions
- Top repositories (ranked)
owner/name — ⭐ stars | 🧩 language | 🕒 updated
- one-line description
- URL
- Optional next action
- Suggested cron cadence (daily/weekly)
- Suggested push target channel
Notes
- Prefer GitHub API for structured, sortable results.
- If unauthenticated rate limit is hit, ask user to provide/enable
GITHUB_TOKEN.
- For OpenClaw mode, combine multiple queries and dedupe:
openclaw in:name,description,readme
topic:openclaw
"SKILL.md" openclaw