Github Trending Daily

# github-trending-daily - 每日 GitHub Trending 推送

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Github Trending Daily" with this command: npx skills add jiangzhiyu/github-trending-daily

github-trending-daily - 每日 GitHub Trending 推送

每天定时获取 GitHub Trending 热门项目并推送到钉钉群。

使用方法

基础用法

github-trending-daily              # 获取今日热门并推送
github-trending-daily --weekly     # 获取本周热门
github-trending-daily --monthly    # 获取本月热门
github-trending-daily --dry-run    # 测试模式(预览消息)

示例

# 推送今日热门
github-trending-daily

# 推送本周热门
github-trending-daily --weekly

# 测试模式(不实际发送)
github-trending-daily --dry-run

# 只获取不推送
github-trending-daily --no-push

定时任务配置

工作日每天早上 9 点推送

# 编辑 crontab
crontab -e

# 添加以下行
0 9 * * 1-5 /usr/bin/python3 ~/.openclaw/workspace/skills/github-trending-daily/github-trending-daily.py

每天早上 9 点推送(包括周末)

0 9 * * * /usr/bin/python3 ~/.openclaw/workspace/skills/github-trending-daily/github-trending-daily.py

配置信息

  • 钉钉 Webhook: 已配置
  • 安全关键词: AI 推送
  • 推送时间: 默认每天早上 9 点(可自定义)
  • 消息格式: Markdown

消息格式

# AI 推送

## 🔥 GitHub Trending 今日 (2026-02-25)

🥇 **huggingface/skills** (Python) +1,206⭐
   _Hugging Face 官方技能库_
   ⭐ 5,612 | [GitHub](https://github.com/huggingface/skills)

...

---
_📊 数据来源:GitHub Trending_
_🤖 自动推送 by 小牛马_

故障排除

  1. 推送失败: 检查钉钉机器人 Webhook 是否有效
  2. 无数据: 检查网络连接或 GitHub 访问状态
  3. 定时任务未执行: 检查 cron 服务状态 sudo systemctl status cron

相关技能

  • dingtalk-push: 钉钉推送基础技能
  • github-trending: GitHub Trending 查询技能

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Content Collector

个人内容收藏与知识管理系统。收藏、整理、检索、二创。 Use when: (1) 用户分享链接/文字/截图并要求保存或收藏, (2) 用户说"收藏这个"/"存一下"/"记录下来"/"save this"/"bookmark"/"clip this", (3) 用户要求按关键词/标签搜索之前收藏的内容, (4) 用...

Registry SourceRecently Updated
Coding

Github Stars Tracker

GitHub 仓库 Stars 变化监控与通知。追踪指定仓库的 star 增长、fork 变化,发现新趋势。适合开发者关注项目动态。

Registry SourceRecently Updated
Coding

RabbitMQ client guide for Tencent Cloud TDMQ

RabbitMQ 客户端代码指南。当用户需要编写、调试或审查 RabbitMQ 应用代码时使用。涵盖:用任意语言(Java/Go/Python/PHP/.NET)写生产者或消费者;排查连接暴增、消息丢失、Broken pipe、消费慢、漏消费等客户端问题;审查 spring-boot-starter-amqp、a...

Registry SourceRecently Updated