Skip to main content
Back to the directory
hoodini/ai-agents-skillsSoftware EngineeringFrontend and Design

github-trending

Scrape and display GitHub trending repositories with language and time-period filtering.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/hoodini/ai-agents-skills --skill github-trending
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, github-trending has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: hoodini/ai-agents-skills. Canonical URL: https://skills.sh/hoodini/ai-agents-skills/github-trending.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Scrape and display GitHub trending repositories with language and time-period filtering. Access GitHub trending repositories and developers data. GitHub does NOT provide an official trending API. The trending page at github.com/trending must be scraped directly or use the GitHub Search API as an alternative. Scrape github.com/trending directly using Cheerio: Use GitHub's Search API to find recently created repos with high stars: Note: The Search API has rate limits (10 requests/minute unauthenticated, 30/minute with token). - Provides two approaches: direct web scraping of github.com/trending using Cheerio, or GitHub Search API as an official alternative - Extracts repository metadata including owner, name, description, programming language, star count, forks, and stars gained in the selected period - Supports filtering by programming language and time range (daily, weekly, monthly) - Includes ready-to-use Next.js API route and React hook for server-side caching and client integration - No Official API : GitHub's trending page has no official API - scraping is the only option - Rate Limiting : Respect GitHub's servers - cache aggressively - HTML Structure Changes : GitHub may change their HTML - monitor for breakages - User-Agent : Always include a User-Agent header - Server-Side Only : Do scraping server-side to avoid CORS issues - GitHub Trending Page : - GitHub Search API :

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does github-trending do?

Scrape and display GitHub trending repositories with language and time-period filtering.

Is github-trending good?

github-trending does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support github-trending?

github-trending currently lists compatibility with Skills CLI.

Is github-trending safe to install?

github-trending has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to github-trending?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install github-trending?

Run the following command to install github-trending: npx skills add https://github.com/hoodini/ai-agents-skills --skill github-trending

Related skills

More from hoodini/ai-agents-skills

Related skills

Alternatives in Software Engineering