每天定時獲取 GitHub Trending 熱門專案並推送到釘釘群。
小蔥技能站7w4.net發現了升級外掛。
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
# 編輯 crontab
crontab -e
# 新增以下行
0 9 * * 1-5 /usr/bin/python3 ~/.openclaw/workspace/skills/github-trending-daily/github-trending-daily.py
0 9 * * * /usr/bin/python3 ~/.openclaw/workspace/skills/github-trending-daily/github-trending-daily.py
AI 推送# AI 推送
## 🔥 GitHub Trending 今日 (2026-02-25)
🥇 **huggingface/skills** (Python) +1,206⭐
_Hugging Face 官方技能庫_
⭐ 5,612 | [GitHub](https://github.com/huggingface/skills)
...
---
_📊 資料來源:GitHub Trending_
_🤖 自動推送 by 小牛馬_
sudo systemctl status crondingtalk-push: 釘釘推送基礎技能github-trending: GitHub Trending 查詢技能這是一個實用的GitHub熱門專案每日推送工具,支援多種時間範圍選擇,文件清晰、使用方便。但存在安全隱患——釘釘推送配置已在程式碼中暴露,建議聯絡開發者處理後再使用。另外依賴網頁解析,可能存在穩定性和相容性問題。總體質量中等,功能完善但安全性需要改進。