github-trending

Fetch GitHub trending projects with metadata and READMEs by language or timeframe.

54|19|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/Xueheng-Li/sysu-awesome-cc --skill github-trending-xueheng-li
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-trending
Source: https://github.com/Xueheng-Li/sysu-awesome-cc/tree/main/skills/github-trending
Command: npx skills add https://github.com/Xueheng-Li/sysu-awesome-cc --skill github-trending-xueheng-li

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, beautifulsoup4, and includes scripts (resource) components.

What problem does it solve?

该技能帮助用户快速发现 GitHub 的热门项目,并提供相关仓库的 README 内容,节省信息检索时间。

Core Features & Use Cases

  • Trending 列表获取:按时间范围(日/周/月)获取当前热门项目清单。
  • 语言筛选与元信息:支持按语言筛选,显示仓库语言、星标与简要描述。
  • README 获取与分析:检索目标仓库的 README 内容,用于快速了解项目概况。

Quick Start

Fetch today's GitHub trending projects and retrieve the README of a selected repository.

Frequently Asked Questions about github-trending

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch GitHub trending repositories using a CLI script?

The script fetches GitHub trending projects by scraping the public trending page and compiling repository metadata like stars, forks, and descriptions into a readable list.

Can I filter GitHub trending projects by a specific programming language?

Yes, the script supports filtering GitHub trending projects by a specified programming language to return a targeted list of matching repositories.

Does the script fetch README content for trending GitHub repositories?

Yes, the script retrieves README content for target repositories found in the GitHub trending list to provide project overview documentation alongside the metadata.

Do I need Python web scraping libraries to get GitHub trending data?

Yes, retrieving GitHub trending data requires Python dependencies requests and beautifulsoup4 to scrape and parse repository metadata from the web pages.

What is the best way to get daily or weekly GitHub trending projects?

The best way is using a scraping script to target the GitHub trending page and compile repository metadata like stars and descriptions into a concise readable list for exploration.