/install github-trending-skill
\r \r
GitHub Trending Skill\r
\r 当用户说“今天的 GitHub 热榜”“GitHub trending”“今日最火的仓库”时,自动抓取 GitHub Trending 数据并推送中文摘要。\r \r
执行方式\r
\r
每日热榜\r
调用 scripts/daily.py,带参数 language(默认 All)和 limit(默认 10):\r
- 命令:
python scripts/daily.py --language All --limit 10\r - 或导入运行:
from scripts.daily import run; run(language="All", limit=10)\r \r
月度汇总\r
调用 scripts/monthly.py,带参数 language(默认 All)和 limit(默认 10):\r
- 命令:
python scripts/monthly.py --language All --limit 10\r - 或导入运行:
from scripts.monthly import run; run(language="All", limit=10)\r \r
输出格式\r
返回 markdown 格式的中文热榜,每条包含:\r
- 仓库名(加粗)\r
- 描述\r
- 编程语言\r
- 总 star 数\r
- 今日/本月增长\r \r
触发时机\r
- 用户说“今日 GitHub 热榜”\r
- 用户说“GitHub trending”\r
- 用户说“今天最火的仓库”\r
- 用户说“上月最火的仓库” → 触发 monthly 模式\r \r
注意事项\r
- 月度模式抓取 10 种语言,每次请求间隔 3 秒防限流\r
- 网络失败时返回缓存数据并附带提示\r
- 所有时间使用 UTC\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install github-trending-skill - After installation, invoke the skill by name or use
/github-trending-skill - Provide required inputs per the skill's parameter spec and get structured output
What is GitHub Trending Skill?
每日 GitHub Trending 热榜推送,支持日榜和月度汇总. It is an AI Agent Skill for Claude Code / OpenClaw, with 70 downloads so far.
How do I install GitHub Trending Skill?
Run "/install github-trending-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is GitHub Trending Skill free?
Yes, GitHub Trending Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does GitHub Trending Skill support?
GitHub Trending Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created GitHub Trending Skill?
It is built and maintained by 爱好摸鱼真君 (@lxiaodong681-lab); the current version is v1.0.0.