← 返回 Skills 市场
53
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install github-treding
功能描述
Fetch top trending GitHub repositories today/this-week/this-month and summarize top 15 with stars, language, description.
使用说明 (SKILL.md)
GitHub Trending
Fetch and summarize top trending GitHub repos. Uses GitHub search API — no auth required for basic queries (rate-limited at 10 req/min unauthenticated).
Usage
# Top 15 repos trending this week (default)
bash scripts/fetch-trending.sh
# Custom time range
bash scripts/fetch-trending.sh "2026-05-15"
# Custom count
bash scripts/fetch-trending.sh "7-days-ago" 10
Output
For each repo: rank, name, description (truncated), language, ⭐ stars, 🍴 forks, link.
Rate Limits
- Unauthenticated: 10 req/min — enough for occasional use
- Authenticated (set
GH_TOKENenv): 5000 req/hr - If hitting limits, increase the
--retryor use longer date ranges
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install github-treding - 安装完成后,直接呼叫该 Skill 的名称或使用
/github-treding触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of github-trending.
- Fetches and summarizes the top 15 trending GitHub repositories for today, this week, or this month.
- Displays rank, name, description, language, stars, forks, and link for each repository.
- Supports custom time ranges and result counts via script arguments.
- Uses GitHub search API; no authentication required for basic queries (rate-limited).
- Requires curl and jq installed.
- Optional: Set GH_TOKEN for higher API rate limits.
元数据
常见问题
github-trending 是什么?
Fetch top trending GitHub repositories today/this-week/this-month and summarize top 15 with stars, language, description. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 53 次。
如何安装 github-trending?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install github-treding」即可一键安装,无需额外配置。
github-trending 是免费的吗?
是的,github-trending 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
github-trending 支持哪些平台?
github-trending 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 github-trending?
由 Bruno(@brunovu20)开发并维护,当前版本 v1.0.0。
推荐 Skills