@wwwzhouhui/github-trending

本项目是个人开发的 Claude Code Skills 集合,提供实用的技能工具,助力提升开发效率和内容创作。 分享一些好用的 Claude Code Skills,自用、学习两相宜,适用于 Claude Code v2.0 及以上版本。

View in AI SkillSafe app
207 downloads
0 stars
0 demos
SKILL.md
namegithub-trending
description获取 GitHub Trending 前五项目的 README 与摘要,并发送企业微信消息。适用于热门项目跟踪、技术趋势简报与团队分享。

GitHub Trending 摘要推送

功能

  • 抓取 https://github.com/trending 今日热门前 5 项目
  • 拉取每个项目 README
  • 生成包含项目是什么、解决问题、技术栈、Star 数量的中文摘要
  • 通过企业微信机器人发送摘要

脚本

1. 抓取与保存

python fetch_trending.py --output trending_top5.json

2. 生成摘要并发送

python send_wecom_summary.py --input trending_top5.json

配置

  • 可选环境变量 GITHUB_TOKEN 用于提高 GitHub API 额度
  • 可选环境变量 WEIXIN_WEBHOOK 覆盖默认企业微信机器人地址

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@wwwzhouhui/github-trending/verified)](https://skillsafe.ai/skill/@wwwzhouhui/github-trending/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@wwwzhouhui/github-trending/installs)](https://skillsafe.ai/skill/@wwwzhouhui/github-trending/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@wwwzhouhui/github-trending/scan)](https://skillsafe.ai/skill/@wwwzhouhui/github-trending/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@wwwzhouhui/github-trending/eval)](https://skillsafe.ai/skill/@wwwzhouhui/github-trending/)