gh-daily-trending

Fetch GitHub trending repositories and output a Markdown table.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/erencoding/agent-skill-openclaw --skill gh-daily-trending
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-daily-trending
Source: https://github.com/erencoding/agent-skill-openclaw/tree/main/custom-skills/gh-daily-trending
Command: npx skills add https://github.com/erencoding/agent-skill-openclaw --skill gh-daily-trending

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Fetches GitHub trending repositories (daily/weekly/monthly) using Playwright and generates a formatted markdown table with stars, language, description and repository links. Use when the user asks about GitHub trending, top repositories today, or wants a daily tech trending report.

Core Features & Use Cases

  • Automated Trending Fetch: Retrieves trending repositories for a chosen time frame (daily, weekly, monthly) and compiles a markdown table.
  • Informative Output: Outputs repository name, language, star count, and direct links for easy sharing and reporting.
  • Use Case: Ideal for developers or teams who want a quick snapshot of current tech trends to inform project decisions or content creation.

Quick Start

Fetch today's GitHub trending repositories and output a formatted markdown table.

Frequently Asked Questions about gh-daily-trending

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

FAQPage Schema
How do I get GitHub trending repositories into a markdown table?

To get GitHub trending repositories into a markdown table, you use automation scripts with Playwright to fetch and format repository data including names, languages, stars, and links. This process renders trending pages and compiles the data into a readable markdown format.

Can I fetch GitHub trending repositories for different time periods like weekly or monthly?

Yes, you can fetch GitHub trending repositories for daily, weekly, and monthly time scopes. The automation scripts retrieve the trending data for your specified period and format the results into a structured markdown table for reporting or content planning.

What is the best way to automate scraping GitHub trending pages?

The best way to automate scraping GitHub trending pages is by using Playwright to render the JavaScript-heavy web pages. This approach reliably extracts repository details such as descriptions, star counts, and primary languages, outputting a clean markdown table.

Does fetching GitHub trending data require a specific web scraping setup?

Fetching GitHub trending data requires Playwright to properly render the dynamic content on the trending pages. You need this browser automation dependency to extract repository names, languages, and stars, which are then formatted into a markdown table.

What information is included when formatting GitHub trending repositories into a table?

When formatting GitHub trending repositories into a table, the output includes the repository name, primary programming language, star count, and direct links. This structured markdown output provides a snapshot of current tech trends for easy sharing.