gh-weekly-trending

Fetch GitHub weekly 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-weekly-trending
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gh-weekly-trending
Source: https://github.com/erencoding/agent-skill-openclaw/tree/main/custom-skills/gh-weekly-trending
Command: npx skills add https://github.com/erencoding/agent-skill-openclaw --skill gh-weekly-trending

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

GitHub weekly trending data is time-sensitive and scattered across pages; this skill fetches the data and formats it into a ready-to-share markdown table for quick insights and reports.

Core Features & Use Cases

  • Automated retrieval of weekly GitHub trending repositories.
  • Data extraction of repository name, language, stars, and link, formatted into a table.
  • Use Case: Prepare a weekly tech-trends brief for a team or stakeholders.

Quick Start

Ask it to fetch this week's GitHub trends and generate a markdown table.

Frequently Asked Questions about gh-weekly-trending

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

FAQPage Schema
How do I fetch GitHub weekly trending repositories and format them into a markdown table?▼

To fetch GitHub weekly trending repositories into a markdown table, this skill uses a Playwright-driven workflow to extract repository names, languages, stars, and links, outputting a date-stamped table for your reports.

Can I automate weekly tech trend reporting using GitHub trending data?▼

You can automate weekly tech trend reporting by retrieving GitHub trending repositories and formatting them into a ready-to-share markdown table, which is useful for preparing quick summaries for stakeholders.

Does this GitHub trending extraction tool require Playwright to run?▼

Yes, this GitHub trending extraction tool requires Playwright as a dependency to navigate the trending page and extract repository data deterministically using a Node.js workflow.

What data fields are included when extracting GitHub trending repositories?▼

Extracting GitHub trending repositories provides data fields including the repository name, primary programming language, star count, and repository links, all formatted into a markdown table.

Is a date-stamped markdown table generated when fetching GitHub weekly trends?▼

Yes, a date-stamped markdown table is generated when fetching GitHub weekly trends, ensuring your tech trend briefs and dashboard summaries remain time-sensitive and accurately referenced.