GitHub Trends Watcher

Fetch and parse daily trending GitHub repositories into JSON or text.

26|5|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/kunwl123456/zeroclaw-skills-collection --skill github-trends-watcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: GitHub Trends Watcher
Source: https://github.com/kunwl123456/zeroclaw-skills-collection/tree/main/github-trends
Command: npx skills add https://github.com/kunwl123456/zeroclaw-skills-collection --skill github-trends-watcher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users stay updated with the most popular and rapidly developing open-source projects on GitHub without needing to manually browse the platform.

Core Features & Use Cases

  • Fetches trending repositories from GitHub's daily trending page.
  • Parses HTML content to extract key information like repository name, description, programming language, and URL.
  • Supports both JSON and human-readable text output formats.
  • Use Case: A developer can use this skill to quickly identify new, exciting projects in their preferred programming language to contribute to or learn from.

Quick Start

Fetch the latest trending GitHub repositories and display them in a human-readable format.

Frequently Asked Questions about GitHub Trends Watcher

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

FAQPage Schema
How do I track trending GitHub repositories daily?

To track trending GitHub repositories daily, this skill fetches and parses the GitHub trending page to extract repository names, descriptions, languages, and URLs. It provides output in JSON or human-readable text formats to identify popular open-source projects.

Can I get GitHub trending repos in JSON format?

Yes, you can get GitHub trending repos in JSON format. The skill parses HTML content from the daily trending page and supports outputting the extracted repository names, descriptions, and URLs in both JSON and human-readable text formats.

What is the best way to discover new open-source projects on GitHub?

The best way to discover new open-source projects on GitHub is by fetching the daily trending page. This skill parses the HTML content to extract key information like repository names and descriptions, helping developers identify emerging trends in software development.

Does this GitHub trends watcher require any API dependencies?

No, this GitHub trends watcher does not require any API dependencies. It fetches and parses the HTML content from the public GitHub daily trending page directly to identify popular open-source repositories without needing external libraries.

How do I find trending GitHub repos for a specific programming language?

To find trending GitHub repos for a specific programming language, the skill extracts the programming language from the daily trending repositories. Developers can use this parsed data to quickly identify new projects in their preferred language to learn from.

What information is extracted from GitHub trending repositories?

The information extracted from GitHub trending repositories includes the repository name, description, programming language, and URL. The skill parses the daily trending page to provide this data in either JSON or human-readable text formats.