Setup & Installation

Install Github Trending using the ClawHub CLI or OpenClaw CLI:

clawhub install 9527-github-trending

If the CLI is not installed:

npx clawhub@latest install 9527-github-trending

Or install with OpenClaw CLI:

openclaw skills install 9527-github-trending

View on ClawHub · View on GitHub

What This Skill Does

Github Trending is a Software Development skill for OpenClaw by 9527.

GitHub Trending 每日推送

自动获取 GitHub Trending 热门项目,推送到你的通知渠道。

功能

  • 每日自动获取 GitHub Trending
  • 支持过滤编程语言
  • 支持多种推送渠道(Telegram、钉钉、企业微信)
  • 零成本运行
  • 可设置为 Cron 定时任务

快速开始

# 获取今日热门项目
python3 trending.py

# 只看 Python 项目
python3 trending.py --language python

# 推送到 Telegram
python3 trending.py --telegram --token YOUR_BOT_TOKEN --chat_id YOUR_CHAT_ID

# 推送到钉钉
python3 trending.py --dingtalk --webhook YOUR_WEBHOOK_URL

Cron 定时任务

# 每天 9:00 推送
0 9 * * * python3 /path/to/trending.py --telegram --token xxx --chat_id xxx

收入模式

  1. 上架 ClawHub 免费分享
  2. 提供定制服务(付费)
  3. 接受 GitHub Sponsors

Version History

Latest version: 1.0.0

First published: Mar 19, 2026. Last updated: Mar 19, 2026.

1 version released.

Frequently Asked Questions

Is Github Trending free to use?
Yes. Github Trending is a free, open-source skill available on the OpenClaw Skills Registry. You can install and use it at no cost, and the source code is publicly available for review and contribution.
What languages/platforms does Github Trending support?
It runs on any platform that supports OpenClaw, including macOS, Linux, and Windows. As long as you have the OpenClaw runtime installed, Github Trending will work seamlessly across operating systems.
How do I update Github Trending?
Run openclaw skills update 9527-github-trending to get the latest version. OpenClaw will download and apply the update automatically, preserving your existing configuration.
Can I use Github Trending with other skills?
Yes. OpenClaw skills are composable — you can combine Github Trending with any other installed skill in your workflows. This allows you to build powerful multi-step automations by chaining skills together.