xueheng-li/sysu-awesome-cc · Archived

github-trending

获取 GitHub 热门项目信息。当用户说"获取 github trending"、"今日/本周/本月热门项目"、"github 上有什么热门"时使用。

First seen Mar 2, 2026

Installation

$ npx skills add xueheng-li/sysu-awesome-cc --skill github-trending

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from xueheng-li/sysu-awesome-cc.

npx skills add xueheng-li/sysu-awesome-cc

Browse all from xueheng-li/sysu-awesome-cc

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 53
License MIT 许可证
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,321 B
  • docs SUMMARY.md 173 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 10 installs

SKILL.md

GitHub Trending

获取 GitHub 热门项目列表和仓库 README。

使用方法

获取热门项目

# 默认:今日热门(所有语言)
python ~/.claude/skills/github-trending/scripts/github_trending.py

# 指定时间范围
python ~/.claude/skills/github-trending/scripts/github_trending.py trending --since weekly
python ~/.claude/skills/github-trending/scripts/github_trending.py trending --since monthly

# 指定语言
python ~/.claude/skills/github-trending/scripts/github_trending.py trending --language python
python ~/.claude/skills/github-trending/scripts/github_trending.py trending --since weekly --language rust

获取仓库 README

python ~/.claude/skills/github-trending/scripts/github_trending.py readme owner/repo-name

参数说明

参数 可选值 默认值
--since daily, weekly, monthly daily
--language python, javascript, go, rust 等 空(所有语言)

执行流程

  1. 运行脚本获取热门项目列表
  2. 向用户展示结果
  3. 如用户对某个项目感兴趣,获取其 README